Trace number 336336

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
tinisat 2007-02-08? (TO) 1200.04 1200.33

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-12-07-08.sat05-1251.reshuffled-07.cnf
MD5SUMabc96eeff4620950ed663b681c6f0e7b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables246
Number of clauses4514
Sum of the clauses size13326
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 34158
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/336336-1173644687/instance-336336-1173644687.cnf
0.00/0.00	c 246 variables, 4514 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-336336-1173644687 -o ROOT/results/node68/solver-336336-1173644687 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336336-1173644687/tinisat /tmp/evaluation/336336-1173644687/instance-336336-1173644687.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 12191
/proc/meminfo: memFree=1899672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=716 CPUtime=0
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 384426287 733184 84 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 179 84 48 110 0 66 0

[startup+0.099635 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 12191
/proc/meminfo: memFree=1899672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=1264 CPUtime=0.09
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 234 0 0 0 9 0 0 0 18 0 1 0 384426287 1294336 218 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 316 218 52 110 0 203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1264

[startup+0.101636 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 12191
/proc/meminfo: memFree=1899672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=1264 CPUtime=0.09
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 236 0 0 0 9 0 0 0 18 0 1 0 384426287 1294336 220 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 316 220 52 110 0 203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1264

[startup+0.301652 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 12191
/proc/meminfo: memFree=1899672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=1956 CPUtime=0.29
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 362 0 0 0 29 0 0 0 19 0 1 0 384426287 2002944 346 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 489 346 52 110 0 376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1956

[startup+0.701689 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 12191
/proc/meminfo: memFree=1899672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=3232 CPUtime=0.69
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 584 0 0 0 69 0 0 0 22 0 1 0 384426287 3309568 568 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 808 568 52 110 0 695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3232

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12192
/proc/meminfo: memFree=1896976/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=5864 CPUtime=1.49
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 905 0 0 0 149 0 0 0 25 0 1 0 384426287 6004736 889 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 1466 889 52 110 0 1353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5864

[startup+3.10291 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12192
/proc/meminfo: memFree=1895440/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=6260 CPUtime=3.09
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 1364 0 0 0 309 0 0 0 25 0 1 0 384426287 6410240 1348 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 1565 1348 52 110 0 1452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6260

[startup+6.3012 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12192
/proc/meminfo: memFree=1892176/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=11396 CPUtime=6.29
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 2072 0 0 0 628 1 0 0 25 0 1 0 384426287 11669504 2023 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 2849 2023 52 110 0 2736 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11396

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12192
/proc/meminfo: memFree=1888088/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=12604 CPUtime=12.69
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 3058 0 0 0 1267 2 0 0 25 0 1 0 384426287 12906496 2944 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 3151 2944 52 110 0 3038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12604

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 12192
/proc/meminfo: memFree=1883160/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=22448 CPUtime=25.49
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 4232 0 0 0 2546 3 0 0 25 0 1 0 384426287 22986752 4118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 5612 4118 52 110 0 5499 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22448

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 12192
/proc/meminfo: memFree=1875672/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=42764 CPUtime=51.08
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 6247 0 0 0 5103 5 0 0 25 0 1 0 384426287 43790336 6004 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 10691 6004 52 110 0 10578 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42764

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 12192
/proc/meminfo: memFree=1864408/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=44640 CPUtime=102.27
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 8999 0 0 0 10218 9 0 0 25 0 1 0 384426287 45711360 8756 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 11160 8756 52 110 0 11047 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44640

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12192
/proc/meminfo: memFree=1854616/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=48664 CPUtime=162.25
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 11726 0 0 0 16214 11 0 0 25 0 1 0 384426287 49831936 11226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 12166 11226 52 110 0 12053 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 48664

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 12192
/proc/meminfo: memFree=1847128/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=86368 CPUtime=222.24
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 13577 0 0 0 22211 13 0 0 25 0 1 0 384426287 88440832 13077 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 21592 13077 52 110 0 21479 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 86368

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12192
/proc/meminfo: memFree=1840856/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=87876 CPUtime=282.22
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 15157 0 0 0 28208 14 0 0 25 0 1 0 384426287 89985024 14657 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 21969 14657 52 110 0 21856 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 87876

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 12192
/proc/meminfo: memFree=1834840/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=89420 CPUtime=342.2
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 16640 0 0 0 34205 15 0 0 25 0 1 0 384426287 91566080 16140 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 22355 16140 52 110 0 22242 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 89420

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 12192
/proc/meminfo: memFree=1828888/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=90380 CPUtime=402.19
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 18125 0 0 0 40202 17 0 0 25 0 1 0 384426287 92549120 17625 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 22595 17625 52 110 0 22482 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 90380

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12192
/proc/meminfo: memFree=1822808/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=91228 CPUtime=462.18
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 19618 0 0 0 46200 18 0 0 25 0 1 0 384426287 93417472 19118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 22807 19118 52 110 0 22694 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 91228

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 12192
/proc/meminfo: memFree=1816920/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=91740 CPUtime=522.17
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 21135 0 0 0 52196 21 0 0 25 0 1 0 384426287 93941760 20602 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 22935 20602 52 110 0 22822 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 91740

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12192
/proc/meminfo: memFree=1811224/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=96160 CPUtime=582.15
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 23087 0 0 0 58193 22 0 0 25 0 1 0 384426287 98467840 22008 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 24040 22008 52 110 0 23927 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 96160

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 12192
/proc/meminfo: memFree=1806424/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=168628 CPUtime=642.14
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 24272 0 0 0 64191 23 0 0 25 0 1 0 384426287 172675072 23193 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 42157 23193 52 110 0 42044 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 168628

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 12192
/proc/meminfo: memFree=1802072/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=170080 CPUtime=702.12
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 25364 0 0 0 70187 25 0 0 25 0 1 0 384426287 174161920 24285 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 42520 24285 52 110 0 42407 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 170080

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 12192
/proc/meminfo: memFree=1798616/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=170608 CPUtime=762.11
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 26227 0 0 0 76185 26 0 0 25 0 1 0 384426287 174702592 25148 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 42652 25148 52 110 0 42539 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 170608

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 12192
/proc/meminfo: memFree=1795032/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=171652 CPUtime=822.09
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 27218 0 0 0 82182 27 0 0 25 0 1 0 384426287 175771648 26040 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519514 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 42913 26040 52 110 0 42800 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 171652

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12192
/proc/meminfo: memFree=1791064/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=172708 CPUtime=882.07
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 28205 0 0 0 88180 27 0 0 25 0 1 0 384426287 176852992 27027 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 43177 27027 52 110 0 43064 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 172708

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12192
/proc/meminfo: memFree=1787800/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=173632 CPUtime=942.06
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 29033 0 0 0 94178 28 0 0 25 0 1 0 384426287 177799168 27855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 43408 27855 52 110 0 43295 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 173632

[startup+1002.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 12192
/proc/meminfo: memFree=1784216/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=174556 CPUtime=1002.05
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 29911 0 0 0 100175 30 0 0 25 0 1 0 384426287 178745344 28733 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 43639 28733 52 110 0 43526 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 174556

[startup+1062.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 12192
/proc/meminfo: memFree=1780888/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=175212 CPUtime=1062.04
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 30755 0 0 0 106173 31 0 0 25 0 1 0 384426287 179417088 29577 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 43803 29577 52 110 0 43690 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 175212

[startup+1122.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 12194
/proc/meminfo: memFree=1776408/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=176532 CPUtime=1122.03
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 31814 0 0 0 112171 32 0 0 25 0 1 0 384426287 180768768 30636 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 44133 30636 52 110 0 44020 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 176532

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12194
/proc/meminfo: memFree=1773080/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=178248 CPUtime=1182.01
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 32641 0 0 0 118168 33 0 0 25 0 1 0 384426287 182525952 31463 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 44562 31463 52 110 0 44449 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 178248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12194
/proc/meminfo: memFree=1772312/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=178248 CPUtime=1200.01
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 32831 0 0 0 119968 33 0 0 25 0 1 0 384426287 182525952 31653 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 44562 31653 52 110 0 44449 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 178248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12194
/proc/meminfo: memFree=1772312/2055920 swapFree=4183376/4192956
[pid=12191] ppid=12189 vsize=178248 CPUtime=1200.01
/proc/12191/stat : 12191 (tinisat) R 12189 12191 11744 0 -1 4194304 32831 0 0 0 119968 33 0 0 25 0 1 0 384426287 182525952 31653 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 44562 31653 52 110 0 44449 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 178248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1199.68
CPU system time (s): 0.355945
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 178248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.68
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 671

runsolver used 0.887865 second user time and 2.40663 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Sun Mar 11 20:24:47 UTC 2007

IDJOB= 336336
IDBENCH= 24673
IDSOLVER= 100
FILE ID= node68/336336-1173644687

PBS_JOBID= 4101361

Free space on /tmp= 66561 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-12-07-08.sat05-1251.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336336-1173644687/tinisat /tmp/evaluation/336336-1173644687/instance-336336-1173644687.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-336336-1173644687 -o ROOT/results/node68/solver-336336-1173644687 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336336-1173644687/tinisat /tmp/evaluation/336336-1173644687/instance-336336-1173644687.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  abc96eeff4620950ed663b681c6f0e7b

RANDOM SEED= 557270196

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1900080 kB
Buffers:         15324 kB
Cached:         103872 kB
SwapCached:       3952 kB
Active:          52948 kB
Inactive:        76428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900080 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            12572 kB
Committed_AS:   870948 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node68 on Sun Mar 11 20:44:49 UTC 2007