Skip to content

Evals.log

John Clevenger edited this page Jun 21, 2022 · 1 revision

Overview

evals.log (Evaluations Log) is a file created on the PC2 server that contains information about judgements (submission evaluations). The file contains one line for each judgement rendered during a contest.

File Contents

evals.log is a text file with pipe (vertical bar) field delimiters on each line. There are 12 fields (described below) per line. A line is added to the evals.log file each time the server records a judgement. The fields of each line are as follows.

Field Number Description Example
1 Submission date and time Sun Oct 31 09:48:51 PDT 2021
2 The site where this judgement was recorded Site1
3 Run (Submission) number Run 1
4 Team number Team 3
5 Problem number Problem 2
6 Whether or not the problem was solved. Solved false
7 The site (if any) which acted as a proxy for generating this judgement (zero indicates no proxy was involved). Proxy 0
8 Is submission marked as deleted? Deleted false
9 The judgement applied to the submission. Judgement No - Run-time Error
10 Was a validator used to assign the judgement to the submission? ValJud true
11 Was the "Accept Validator" button on the judgment screen used to apply this judgement? AccHit false
12 Who judged the submission. Judge Site 1 judge3

Example

The following shows an example of the contents of an evals.log file.

 Sun Oct 31 09:48:51 PDT 2021|Site1|Run 1|Team 3|Problem 2|Solved false|Proxy 0|Deleted false|Judgement No - Run-time Error|ValJud |AccHit false|Judge Site 1 judge3
 Sun Oct 31 09:49:02 PDT 2021|Site1|Run 2|Team 3|Problem 2|Solved false|Proxy 0|Deleted false|Judgement No - Time-limit Exceeded|ValJud |AccHit false|Judge Site 1 judge3
 Sun  Oct 31 09:49:38 PDT 2021|Site1|Run 4|Team 5|Problem 1|Solved true|Proxy 0|Deleted false|Judgement Yes|ValJud|AccHit false|Judge Site 1 judge3
 Sun Oct 31 09:49:45 PDT 2021|Site1|Run 5|Team 5|Problem 2|Solved true|Proxy 0|Deleted false|Judgement Yes|ValJud AccHit false|Judge Site 1 judge3

PC2 Logo

Clone this wiki locally