Trace number 370317

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
SAT7 2007-02-08UNSAT 9474.3 9476.89

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3240.96
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.03	c Restarting after 100 conflicts
0.00/0.05	c Restarting after 252 conflicts
0.00/0.07	c Restarting after 478 conflicts
0.09/0.13	c Restarting after 815 conflicts
0.19/0.21	c Restarting after 1321 conflicts
0.29/0.31	c Restarting after 2080 conflicts
0.49/0.53	c Restarting after 3220 conflicts
0.69/0.78	c Restarting after 4929 conflicts
1.19/1.21	c Restarting after 7491 conflicts
1.79/1.86	c Restarting after 11337 conflicts
2.99/3.03	c Restarting after 17104 conflicts
4.99/5.06	c Restarting after 25753 conflicts
8.39/8.41	c Restarting after 38728 conflicts
13.09/13.10	c Restarting after 58191 conflicts
19.48/19.50	c Restarting after 87383 conflicts
29.29/29.36	c Restarting after 131173 conflicts
45.78/45.82	c Restarting after 196858 conflicts
73.37/73.47	c Restarting after 295385 conflicts
114.06/114.16	c Restarting after 443174 conflicts
180.65/180.74	c Restarting after 664857 conflicts
283.62/283.73	c Restarting after 997382 conflicts
446.18/446.37	c Restarting after 1496171 conflicts
718.11/718.34	c Restarting after 2244355 conflicts
1162.40/1162.75	c Restarting after 3366631 conflicts
1901.71/1902.25	c Restarting after 5050042 conflicts
3048.33/3049.24	c Restarting after 7575158 conflicts
4912.85/4914.23	c Restarting after 11362834 conflicts
8020.67/8022.91	c Restarting after 17044346 conflicts
9474.20/9476.88	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-370317-1178590703 -o ROOT/results/node70/solver-370317-1178590703 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370317-1178590703/sat7_bin /tmp/evaluation/370317-1178590703/instance-370317-1178590703.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.96 0.98 3/64 22653
/proc/meminfo: memFree=1553776/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=1200 CPUtime=0
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 298607596 1228800 147 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 333 149 88 220 0 110 0

[startup+0.0882691 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22653
/proc/meminfo: memFree=1553776/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=1596 CPUtime=0.08
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 272 0 0 0 8 0 0 0 18 0 1 0 298607596 1634304 256 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 399 256 95 220 0 176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1596

[startup+0.10127 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22653
/proc/meminfo: memFree=1553776/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=1596 CPUtime=0.09
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 276 0 0 0 9 0 0 0 18 0 1 0 298607596 1634304 260 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 399 260 95 220 0 176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1596

[startup+0.30129 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22653
/proc/meminfo: memFree=1553776/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=2112 CPUtime=0.29
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 352 0 0 0 29 0 0 0 19 0 1 0 298607596 2162688 336 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 528 336 95 220 0 305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2112

[startup+0.701329 s]
/proc/loadavg: 0.91 0.96 0.98 3/64 22653
/proc/meminfo: memFree=1553776/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=3140 CPUtime=0.69
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 446 0 0 0 69 0 0 0 22 0 1 0 298607596 3215360 430 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528665 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 785 430 95 220 0 562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3140

[startup+1.50141 s]
/proc/loadavg: 0.91 0.96 0.98 2/65 22654
/proc/meminfo: memFree=1552232/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=3140 CPUtime=1.49
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 549 0 0 0 149 0 0 0 25 0 1 0 298607596 3215360 533 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 785 533 95 220 0 562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3140

[startup+3.10157 s]
/proc/loadavg: 0.91 0.96 0.98 2/65 22654
/proc/meminfo: memFree=1551720/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=3140 CPUtime=3.09
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 656 0 0 0 309 0 0 0 25 0 1 0 298607596 3215360 640 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 785 640 95 220 0 562 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3140

[startup+6.30189 s]
/proc/loadavg: 0.92 0.96 0.98 2/65 22654
/proc/meminfo: memFree=1551208/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=5192 CPUtime=6.29
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 713 0 0 0 629 0 0 0 25 0 1 0 298607596 5316608 697 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578683 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 1298 697 95 220 0 1075 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5192

[startup+12.7015 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 22654
/proc/meminfo: memFree=1550824/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=5320 CPUtime=12.69
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 803 0 0 0 1269 0 0 0 25 0 1 0 298607596 5447680 787 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579426 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 1330 787 95 220 0 1107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5320

[startup+25.5018 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 22654
/proc/meminfo: memFree=1549544/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=5576 CPUtime=25.48
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 1092 0 0 0 2548 0 0 0 25 0 1 0 298607596 5709824 1076 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 1394 1076 95 220 0 1171 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5576

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1548584/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=9940 CPUtime=51.08
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 1343 0 0 0 5107 1 0 0 25 0 1 0 298607596 10178560 1327 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2485 1327 95 220 0 2262 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9940

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1547752/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=10332 CPUtime=102.27
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 1526 0 0 0 10226 1 0 0 25 0 1 0 298607596 10579968 1510 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2583 1510 95 220 0 2360 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10332

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1547368/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=10464 CPUtime=162.25
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 1646 0 0 0 16224 1 0 0 25 0 1 0 298607596 10715136 1630 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532523 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2616 1630 95 220 0 2393 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10464

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1545576/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=11140 CPUtime=222.23
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2068 0 0 0 22222 1 0 0 25 0 1 0 298607596 11407360 2052 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525822 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2785 2052 95 220 0 2562 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11140

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1545320/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=11272 CPUtime=282.22
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2126 0 0 0 28221 1 0 0 25 0 1 0 298607596 11542528 2110 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533257 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2818 2110 95 220 0 2595 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 11272

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1544488/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=11828 CPUtime=342.21
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2350 0 0 0 34219 2 0 0 25 0 1 0 298607596 12111872 2334 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 2957 2334 95 220 0 2734 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 11828

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1543720/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=12108 CPUtime=402.19
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2529 0 0 0 40217 2 0 0 25 0 1 0 298607596 12398592 2513 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 3027 2513 95 220 0 2804 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 12108

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22654
/proc/meminfo: memFree=1543336/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=12400 CPUtime=462.18
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2612 0 0 0 46215 3 0 0 25 0 1 0 298607596 12697600 2596 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 3100 2596 95 220 0 2877 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 12400

[startup+522.302 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 22654
/proc/meminfo: memFree=1542760/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=12528 CPUtime=522.16
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 2760 0 0 0 52213 3 0 0 25 0 1 0 298607596 12828672 2744 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528358 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 3132 2744 95 220 0 2909 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 12528

[startup+582.302 s]
/proc/loadavg: 1.02 0.99 0.98 2/65 22654
/proc/meminfo: memFree=1541160/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=16768 CPUtime=582.15
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 3159 0 0 0 58211 4 0 0 25 0 1 0 298607596 17170432 3143 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532734 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 4192 3143 95 220 0 3969 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 16768

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 22654
/proc/meminfo: memFree=1540968/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=16768 CPUtime=642.13
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 3206 0 0 0 64209 4 0 0 25 0 1 0 298607596 17170432 3190 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532564 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 4192 3190 95 220 0 3969 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 16768


################
# More data... #
################

/proc/meminfo: memFree=1526312/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=8799.88
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6687 0 0 0 879963 25 0 0 25 0 1 0 298607596 30703616 6671 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6671 95 220 0 7273 0
Current children cumulated CPU time (s) 8799.88
Current children cumulated vsize (KiB) 29984

[startup+8862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526312/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=8859.86
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6687 0 0 0 885961 25 0 0 25 0 1 0 298607596 30703616 6671 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531436 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6671 95 220 0 7273 0
Current children cumulated CPU time (s) 8859.86
Current children cumulated vsize (KiB) 29984

[startup+8922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526248/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=8919.85
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6694 0 0 0 891960 25 0 0 25 0 1 0 298607596 30703616 6678 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6678 95 220 0 7273 0
Current children cumulated CPU time (s) 8919.85
Current children cumulated vsize (KiB) 29984

[startup+8982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526184/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=8979.83
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6698 0 0 0 897958 25 0 0 25 0 1 0 298607596 30703616 6682 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6682 95 220 0 7273 0
Current children cumulated CPU time (s) 8979.83
Current children cumulated vsize (KiB) 29984

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526248/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9039.82
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6698 0 0 0 903957 25 0 0 25 0 1 0 298607596 30703616 6682 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531439 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6682 95 220 0 7273 0
Current children cumulated CPU time (s) 9039.82
Current children cumulated vsize (KiB) 29984

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526184/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9099.8
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6703 0 0 0 909955 25 0 0 25 0 1 0 298607596 30703616 6687 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6687 95 220 0 7273 0
Current children cumulated CPU time (s) 9099.8
Current children cumulated vsize (KiB) 29984

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526120/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9159.79
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6703 0 0 0 915954 25 0 0 25 0 1 0 298607596 30703616 6687 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6687 95 220 0 7273 0
Current children cumulated CPU time (s) 9159.79
Current children cumulated vsize (KiB) 29984

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526120/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9219.77
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6712 0 0 0 921952 25 0 0 25 0 1 0 298607596 30703616 6696 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6696 95 220 0 7273 0
Current children cumulated CPU time (s) 9219.77
Current children cumulated vsize (KiB) 29984

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526120/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9279.76
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6717 0 0 0 927951 25 0 0 25 0 1 0 298607596 30703616 6701 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6701 95 220 0 7273 0
Current children cumulated CPU time (s) 9279.76
Current children cumulated vsize (KiB) 29984

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9339.74
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6723 0 0 0 933949 25 0 0 25 0 1 0 298607596 30703616 6707 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565476 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6707 95 220 0 7273 0
Current children cumulated CPU time (s) 9339.74
Current children cumulated vsize (KiB) 29984

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526120/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9399.72
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6723 0 0 0 939947 25 0 0 25 0 1 0 298607596 30703616 6707 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6707 95 220 0 7273 0
Current children cumulated CPU time (s) 9399.72
Current children cumulated vsize (KiB) 29984

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9459.71
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6729 0 0 0 945946 25 0 0 25 0 1 0 298607596 30703616 6713 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6713 95 220 0 7273 0
Current children cumulated CPU time (s) 9459.71
Current children cumulated vsize (KiB) 29984

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

[startup+9465.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9462.91
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6730 0 0 0 946266 25 0 0 25 0 1 0 298607596 30703616 6714 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6714 95 220 0 7273 0
Current children cumulated CPU time (s) 9462.91
Current children cumulated vsize (KiB) 29984

[startup+9471.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9469.3
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 946905 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532697 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9469.3
Current children cumulated vsize (KiB) 29984

[startup+9475.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9472.5
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 947225 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9472.5
Current children cumulated vsize (KiB) 29984

[startup+9475.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9473.3
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 947305 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532379 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9473.3
Current children cumulated vsize (KiB) 29984

[startup+9476.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9473.7
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 947345 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9473.7
Current children cumulated vsize (KiB) 29984

[startup+9476.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9474.1
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 947385 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9474.1
Current children cumulated vsize (KiB) 29984

[startup+9476.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23054
/proc/meminfo: memFree=1526056/2055920 swapFree=4183880/4192956
[pid=22653] ppid=22651 vsize=29984 CPUtime=9474.2
/proc/22653/stat : 22653 (sat7_bin) R 22651 22653 22514 0 -1 4194304 6732 0 0 0 947395 25 0 0 25 0 1 0 298607596 30703616 6716 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/22653/statm: 7496 6716 95 220 0 7273 0
Current children cumulated CPU time (s) 9474.2
Current children cumulated vsize (KiB) 29984

Child status: 20
Real time (s): 9476.89
CPU time (s): 9474.3
CPU user time (s): 9474.04
CPU system time (s): 0.26196
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 29984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9474.04
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6732
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= 8
involuntary context switches= 16470

runsolver used 6.96794 second user time and 18.9901 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Tue May  8 02:18:23 UTC 2007

IDJOB= 370317
IDBENCH= 20472
IDSOLVER= 183
FILE ID= node70/370317-1178590703

PBS_JOBID= 5217957

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= /tmp/evaluation/370317-1178590703/sat7_bin /tmp/evaluation/370317-1178590703/instance-370317-1178590703.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-370317-1178590703 -o ROOT/results/node70/solver-370317-1178590703 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370317-1178590703/sat7_bin /tmp/evaluation/370317-1178590703/instance-370317-1178590703.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  90581094793af5fc10d4e4b9a10259ac

RANDOM SEED= 600038541

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1554184 kB
Buffers:         30180 kB
Cached:         372248 kB
SwapCached:       2988 kB
Active:         148000 kB
Inactive:       263956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554184 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          15640 kB
Slab:            75820 kB
Committed_AS:  7587128 kB
PageTables:       1396 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= 66563 MiB

End job on node70 on Tue May  8 04:56:20 UTC 2007