Trace number 314616

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.08 1200.53

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.09/0.11	c Tinisat 0.22
0.09/0.11	c solving /tmp/evaluation/314616-1172639602/instance-314616-1172639602.cnf
0.09/0.11	c 7847 variables, 73394 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/node66/watcher-314616-1172639602 -o ROOT/results/node66/solver-314616-1172639602 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314616-1172639602/tinisat /tmp/evaluation/314616-1172639602/instance-314616-1172639602.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.91 0.97 0.99 2/64 29564
/proc/meminfo: memFree=1789464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=1292 CPUtime=0
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 85 0 0 0 0 0 0 0 18 0 1 0 283917762 1323008 70 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134514727 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 323 70 48 110 0 210 0

[startup+0.0905191 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 29564
/proc/meminfo: memFree=1789464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=2348 CPUtime=0.08
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 448 0 0 0 8 0 0 0 18 0 1 0 283917762 2404352 433 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 587 433 48 110 0 474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2348

[startup+0.10152 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 29564
/proc/meminfo: memFree=1789464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=2480 CPUtime=0.09
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 503 0 0 0 9 0 0 0 18 0 1 0 283917762 2539520 488 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 620 489 48 110 0 507 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2480

[startup+0.30156 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 29564
/proc/meminfo: memFree=1789464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=6692 CPUtime=0.29
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 1320 0 0 0 29 0 0 0 20 0 1 0 283917762 6852608 1160 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519591 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 1673 1160 52 110 0 1560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6692

[startup+0.701639 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 29564
/proc/meminfo: memFree=1789464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=6692 CPUtime=0.69
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 1405 0 0 0 69 0 0 0 23 0 1 0 283917762 6852608 1245 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 1673 1245 52 110 0 1560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6692

[startup+1.5018 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1784464/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=6692 CPUtime=1.49
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 1580 0 0 0 149 0 0 0 25 0 1 0 283917762 6852608 1420 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 1673 1420 52 110 0 1560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6692

[startup+3.10112 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1783312/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=11076 CPUtime=3.09
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 1912 0 0 0 308 1 0 0 25 0 1 0 283917762 11341824 1752 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 2769 1752 52 110 0 2656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11076

[startup+6.30177 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1780816/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=11076 CPUtime=6.29
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 2532 0 0 0 627 2 0 0 25 0 1 0 283917762 11341824 2372 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 2769 2372 52 110 0 2656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11076

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1776848/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=19840 CPUtime=12.68
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 3405 0 0 0 1265 3 0 0 25 0 1 0 283917762 20316160 3245 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 4960 3245 52 110 0 4847 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19840

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1770384/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=19840 CPUtime=25.48
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 4942 0 0 0 2543 5 0 0 25 0 1 0 283917762 20316160 4782 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 4960 4782 52 110 0 4847 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19840

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1762000/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=37364 CPUtime=51.07
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 7031 0 0 0 5100 7 0 0 25 0 1 0 283917762 38260736 6871 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 9341 6871 52 110 0 9228 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37364

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1747664/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=73084 CPUtime=102.25
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 10572 0 0 0 10215 10 0 0 25 0 1 0 283917762 74838016 10412 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520054 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 18271 10412 52 110 0 18158 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 73084

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1734224/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=74084 CPUtime=162.23
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 13930 0 0 0 16209 14 0 0 25 0 1 0 283917762 75862016 13770 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 18521 13770 52 110 0 18408 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 74084

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1721296/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=75460 CPUtime=222.21
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 17269 0 0 0 22204 17 0 0 25 0 1 0 283917762 77271040 16980 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 18865 16980 52 110 0 18752 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 75460

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1710736/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=145848 CPUtime=282.19
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 19903 0 0 0 28198 21 0 0 25 0 1 0 283917762 149348352 19614 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36462 19614 52 110 0 36349 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 145848

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1700560/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=146124 CPUtime=342.16
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 22419 0 0 0 34192 24 0 0 25 0 1 0 283917762 149630976 22130 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134517432 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36531 22130 52 110 0 36418 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 146124

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1691792/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=146444 CPUtime=402.14
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 24650 0 0 0 40188 26 0 0 25 0 1 0 283917762 149958656 24328 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36611 24328 52 110 0 36498 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 146444

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1684240/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=146896 CPUtime=462.12
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 26557 0 0 0 46184 28 0 0 25 0 1 0 283917762 150421504 26202 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36724 26202 52 110 0 36611 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 146896

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1678352/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=147164 CPUtime=522.09
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 28042 0 0 0 52180 29 0 0 25 0 1 0 283917762 150695936 27687 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36791 27687 52 110 0 36678 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 147164

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1671952/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=147488 CPUtime=582.07
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 29618 0 0 0 58177 30 0 0 25 0 1 0 283917762 151027712 29263 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 36872 29263 52 110 0 36759 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 147488

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1665552/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=148156 CPUtime=642.05
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 31233 0 0 0 64173 32 0 0 25 0 1 0 283917762 151711744 30845 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 37039 30845 52 110 0 36926 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 148156

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1659408/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=148508 CPUtime=702.03
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 32778 0 0 0 70169 34 0 0 25 0 1 0 283917762 152072192 32390 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 37127 32390 52 110 0 37014 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 148508

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1653840/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=148896 CPUtime=762
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 34176 0 0 0 76164 36 0 0 25 0 1 0 283917762 152469504 33755 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 37224 33755 52 110 0 37111 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 148896

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1648784/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=148896 CPUtime=821.98
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 35455 0 0 0 82161 37 0 0 25 0 1 0 283917762 152469504 35034 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 37224 35034 52 110 0 37111 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 148896

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1643344/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=150080 CPUtime=881.96
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 37059 0 0 0 88157 39 0 0 25 0 1 0 283917762 153681920 36381 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 37520 36381 52 110 0 37407 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 150080

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1638480/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=290440 CPUtime=941.94
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 38277 0 0 0 94153 41 0 0 25 0 1 0 283917762 297410560 37599 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72610 37599 52 110 0 72497 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 290440

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1633552/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=290440 CPUtime=1001.91
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 39489 0 0 0 100149 42 0 0 25 0 1 0 283917762 297410560 38811 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72610 38811 52 110 0 72497 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 290440

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1629072/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=290716 CPUtime=1061.88
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 40643 0 0 0 106146 42 0 0 25 0 1 0 283917762 297693184 39932 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72679 39932 52 110 0 72566 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 290716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1624784/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=290860 CPUtime=1121.86
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 41703 0 0 0 112142 44 0 0 25 0 1 0 283917762 297840640 40992 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72715 40992 52 110 0 72602 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 290860

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1620688/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=290860 CPUtime=1181.84
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 42740 0 0 0 118139 45 0 0 25 0 1 0 283917762 297840640 42029 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72715 42029 52 110 0 72602 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 290860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1619472/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=291020 CPUtime=1200.04
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 43014 0 0 0 119958 46 0 0 25 0 1 0 283917762 298004480 42303 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72755 42303 52 110 0 72642 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 291020

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 29565
/proc/meminfo: memFree=1619472/2055920 swapFree=4183244/4192956
[pid=29564] ppid=29562 vsize=291020 CPUtime=1200.04
/proc/29564/stat : 29564 (tinisat) R 29562 29564 28792 0 -1 4194304 43014 0 0 0 119958 46 0 0 25 0 1 0 283917762 298004480 42303 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/29564/statm: 72755 42303 52 110 0 72642 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 291020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1199.59
CPU system time (s): 0.487925
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 291020

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

runsolver used 0.880866 second user time and 2.41063 second system time

The end

Launcher Data (download as text)

Begin job on node66 on Wed Feb 28 05:13:22 UTC 2007

IDJOB= 314616
IDBENCH= 20396
IDSOLVER= 100
FILE ID= node66/314616-1172639602

PBS_JOBID= 3981147

Free space on /tmp= 66528 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-20.cnf
COMMAND LINE= /tmp/evaluation/314616-1172639602/tinisat /tmp/evaluation/314616-1172639602/instance-314616-1172639602.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-314616-1172639602 -o ROOT/results/node66/solver-314616-1172639602 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314616-1172639602/tinisat /tmp/evaluation/314616-1172639602/instance-314616-1172639602.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 60217786

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node66.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.259
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	: 5931.00
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.259
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:       1789936 kB
Buffers:          2392 kB
Cached:         143732 kB
SwapCached:       3476 kB
Active:         180672 kB
Inactive:        46368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789936 kB
SwapTotal:     4192956 kB
SwapFree:      4183244 kB
Dirty:            1652 kB
Writeback:           0 kB
Mapped:          86944 kB
Slab:            24820 kB
Committed_AS:   783000 kB
PageTables:       1564 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= 66528 MiB

End job on node66 on Wed Feb 28 05:33:25 UTC 2007