Trace number 339024

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.63

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/339024-1173696993/instance-339024-1173696993.cnf
0.00/0.00	c 577 variables, 1922 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/node71/watcher-339024-1173696993 -o ROOT/results/node71/solver-339024-1173696993 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339024-1173696993/tinisat /tmp/evaluation/339024-1173696993/instance-339024-1173696993.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: 0.92 1.00 0.99 3/64 16030
/proc/meminfo: memFree=1799360/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=900 CPUtime=0
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 389657115 921600 116 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 225 117 52 110 0 112 0

[startup+0.065896 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 16030
/proc/meminfo: memFree=1799360/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=1084 CPUtime=0.06
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 165 0 0 0 6 0 0 0 18 0 1 0 389657115 1110016 149 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 271 149 52 110 0 158 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1084

[startup+0.101903 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 16030
/proc/meminfo: memFree=1799360/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=1328 CPUtime=0.1
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 194 0 0 0 10 0 0 0 18 0 1 0 389657115 1359872 178 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515335 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 332 178 52 110 0 219 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1328

[startup+0.301946 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 16030
/proc/meminfo: memFree=1799360/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=1812 CPUtime=0.3
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 338 0 0 0 30 0 0 0 19 0 1 0 389657115 1855488 322 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519959 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 453 322 52 110 0 340 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1812

[startup+0.702034 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 16030
/proc/meminfo: memFree=1799360/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=2908 CPUtime=0.69
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 592 0 0 0 69 0 0 0 22 0 1 0 389657115 2977792 576 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515335 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 727 576 52 110 0 614 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2908

[startup+1.50121 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 16031
/proc/meminfo: memFree=1796536/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=4964 CPUtime=1.49
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 979 0 0 0 149 0 0 0 25 0 1 0 389657115 5083136 963 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134516989 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 1241 963 52 110 0 1128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4964

[startup+3.10155 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 16031
/proc/meminfo: memFree=1794552/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=9204 CPUtime=3.09
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 1564 0 0 0 309 0 0 0 25 0 1 0 389657115 9424896 1548 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 2301 1548 52 110 0 2188 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9204

[startup+6.30225 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 16031
/proc/meminfo: memFree=1790776/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=17156 CPUtime=6.29
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 2352 0 0 0 628 1 0 0 25 0 1 0 389657115 17567744 2336 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 4289 2336 52 110 0 4176 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17156

[startup+12.7016 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 16031
/proc/meminfo: memFree=1786296/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=17680 CPUtime=12.68
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 3398 0 0 0 1267 1 0 0 25 0 1 0 389657115 18104320 3349 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 4420 3349 52 110 0 4307 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17680

[startup+25.5014 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 16031
/proc/meminfo: memFree=1780280/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=33588 CPUtime=25.48
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 4813 0 0 0 2545 3 0 0 25 0 1 0 389657115 34394112 4764 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 8397 4764 52 110 0 8284 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33588

[startup+51.1019 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 16031
/proc/meminfo: memFree=1771704/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=34512 CPUtime=51.07
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 7040 0 0 0 5102 5 0 0 25 0 1 0 389657115 35340288 6926 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 8628 6926 52 110 0 8515 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34512

[startup+102.305 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 16031
/proc/meminfo: memFree=1759352/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=66752 CPUtime=102.25
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 10066 0 0 0 10217 8 0 0 25 0 1 0 389657115 68354048 9952 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 16688 9952 52 110 0 16575 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 66752

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16031
/proc/meminfo: memFree=1748792/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=68384 CPUtime=162.23
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 12858 0 0 0 16213 10 0 0 25 0 1 0 389657115 70025216 12615 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 17096 12615 52 110 0 16983 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 68384

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16031
/proc/meminfo: memFree=1739960/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=69220 CPUtime=222.21
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 15016 0 0 0 22208 13 0 0 25 0 1 0 389657115 70881280 14773 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 17305 14773 52 110 0 17192 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 69220

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 16105
/proc/meminfo: memFree=1730344/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=69508 CPUtime=282.15
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 17108 0 0 0 28200 15 0 0 25 0 1 0 389657115 71176192 16865 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 17377 16865 52 110 0 17264 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 69508

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 16203
/proc/meminfo: memFree=1722816/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=131144 CPUtime=342.06
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 18966 0 0 0 34189 17 0 0 25 0 1 0 389657115 134291456 18723 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 32786 18723 52 110 0 32673 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 131144

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1716664/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=131608 CPUtime=402.02
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 20784 0 0 0 40183 19 0 0 25 0 1 0 389657115 134766592 20541 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 32902 20541 52 110 0 32789 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 131608

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1709880/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=133080 CPUtime=462
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 22469 0 0 0 46178 22 0 0 25 0 1 0 389657115 136273920 22226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 33270 22226 52 110 0 33157 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 133080

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1704184/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=133976 CPUtime=521.97
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 23903 0 0 0 52174 23 0 0 25 0 1 0 389657115 137191424 23660 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 33494 23660 52 110 0 33381 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 133976

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1698552/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=135448 CPUtime=581.95
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 25564 0 0 0 58170 25 0 0 25 0 1 0 389657115 138698752 25064 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 33862 25064 52 110 0 33749 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 135448

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1693368/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=135880 CPUtime=641.93
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 26850 0 0 0 64167 26 0 0 25 0 1 0 389657115 139141120 26350 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 33970 26350 52 110 0 33857 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 135880

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1688824/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=136344 CPUtime=701.9
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 27997 0 0 0 70163 27 0 0 25 0 1 0 389657115 139616256 27497 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34086 27497 52 110 0 33973 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 136344

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1683704/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=136504 CPUtime=761.88
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 29260 0 0 0 76160 28 0 0 25 0 1 0 389657115 139780096 28760 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34126 28760 52 110 0 34013 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 136504

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1678456/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=136648 CPUtime=821.86
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 30587 0 0 0 82157 29 0 0 25 0 1 0 389657115 139927552 30087 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34162 30087 52 110 0 34049 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 136648

[startup+882.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16229
/proc/meminfo: memFree=1673656/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=137384 CPUtime=881.83
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 31752 0 0 0 88152 31 0 0 25 0 1 0 389657115 140681216 31252 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34346 31252 52 110 0 34233 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 137384

[startup+942.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 16229
/proc/meminfo: memFree=1669432/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=138152 CPUtime=941.81
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 32829 0 0 0 94149 32 0 0 25 0 1 0 389657115 141467648 32329 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34538 32329 52 110 0 34425 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 138152

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1665400/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=138648 CPUtime=1001.78
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 33831 0 0 0 100146 32 0 0 25 0 1 0 389657115 141975552 33331 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 34662 33331 52 110 0 34549 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 138648

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1661112/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=261628 CPUtime=1061.76
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 34916 0 0 0 106143 33 0 0 25 0 1 0 389657115 267907072 34416 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 65407 34416 52 110 0 65294 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 261628

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16229
/proc/meminfo: memFree=1657016/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=262108 CPUtime=1121.74
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 35924 0 0 0 112139 35 0 0 25 0 1 0 389657115 268398592 35424 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 65527 35424 52 110 0 65414 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 262108

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 16229
/proc/meminfo: memFree=1653112/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=262556 CPUtime=1181.71
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 36912 0 0 0 118135 36 0 0 25 0 1 0 389657115 268857344 36412 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 65639 36412 52 110 0 65526 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 262556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16229
/proc/meminfo: memFree=1651896/2055920 swapFree=4171944/4192956
[pid=16030] ppid=16028 vsize=262700 CPUtime=1200.01
/proc/16030/stat : 16030 (tinisat) R 16028 16030 15921 0 -1 4194304 37196 0 0 0 119965 36 0 0 25 0 1 0 389657115 269004800 36696 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519836 0 0 4096 0 0 0 0 17 1 0 0
/proc/16030/statm: 65675 36696 52 110 0 65562 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 262700

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.63
CPU time (s): 1200.04
CPU user time (s): 1199.65
CPU system time (s): 0.38994
CPU usage (%): 99.9511
Max. virtual memory (cumulated for all children) (KiB): 262700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37196
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= 1906

runsolver used 0.748886 second user time and 2.6176 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Mar 12 10:56:33 UTC 2007

IDJOB= 339024
IDBENCH= 24737
IDSOLVER= 100
FILE ID= node71/339024-1173696993

PBS_JOBID= 4101762

Free space on /tmp= 66542 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339024-1173696993/tinisat /tmp/evaluation/339024-1173696993/instance-339024-1173696993.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-339024-1173696993 -o ROOT/results/node71/solver-339024-1173696993 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339024-1173696993/tinisat /tmp/evaluation/339024-1173696993/instance-339024-1173696993.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  5d5a2534629561aec3a6f7f6c6034d03

RANDOM SEED= 834098325

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.266
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.266
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:       1799832 kB
Buffers:         31628 kB
Cached:         164368 kB
SwapCached:      15280 kB
Active:         112712 kB
Inactive:       105268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799832 kB
SwapTotal:     4192956 kB
SwapFree:      4171944 kB
Dirty:             548 kB
Writeback:           0 kB
Mapped:          15372 kB
Slab:            24152 kB
Committed_AS:   980840 kB
PageTables:       1448 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= 66542 MiB

End job on node71 on Mon Mar 12 11:16:36 UTC 2007