Trace number 425275

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-08SAT 4658.51 4659.95

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1846251911-07.SAT.shuffled.cnf
MD5SUM419e6a1917f72e0a12d5698f6fbe9d3d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.492924
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data (download as text)

0.00/0.03	c Starting solver ...
0.00/0.04	c Restarting after 100 conflicts
0.00/0.04	c Restarting after 250 conflicts
0.00/0.06	c Restarting after 475 conflicts
0.00/0.07	c Restarting after 814 conflicts
0.10/0.10	c Restarting after 1320 conflicts
0.10/0.15	c Restarting after 2080 conflicts
0.19/0.22	c Restarting after 3219 conflicts
0.29/0.33	c Restarting after 4927 conflicts
0.49/0.52	c Restarting after 7489 conflicts
0.69/0.78	c Restarting after 11333 conflicts
1.20/1.23	c Restarting after 17099 conflicts
1.79/1.88	c Restarting after 25749 conflicts
2.89/2.92	c Restarting after 38723 conflicts
4.49/4.54	c Restarting after 58184 conflicts
6.99/7.07	c Restarting after 87376 conflicts
10.99/11.08	c Restarting after 131165 conflicts
17.38/17.40	c Restarting after 196849 conflicts
27.58/27.62	c Restarting after 295379 conflicts
43.98/44.01	c Restarting after 443169 conflicts
70.37/70.44	c Restarting after 664852 conflicts
112.86/112.95	c Restarting after 997378 conflicts
183.34/183.46	c Restarting after 1496166 conflicts
299.51/299.69	c Restarting after 2244351 conflicts
489.45/489.69	c Restarting after 3366625 conflicts
813.56/813.87	c Restarting after 5050040 conflicts
1360.90/1361.30	c Restarting after 7575157 conflicts
2299.94/2300.64	c Restarting after 11362834 conflicts
3883.98/3885.21	c Restarting after 17044347 conflicts
4658.44/4659.94	s SATISFIABLE
4658.44/4659.94	v 1 2 -3 4 -5 -6 -7 8 9 -10 -11 12 13 -14 -15 16 -17 -18 19 -20 -21 -22 -23 24 25 -26 27 -28 29 -30 31 -32 -33 -34 35 36 37 38 -39 -40 -41 42 -43 -44 -45 -46 47 -48 49 -50 -51 52 53 54 55 -56 -57 -58 59 60 
4658.44/4659.94	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-425275-1177661282 -o ROOT/results/node17/solver-425275-1177661282 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425275-1177661282/sat7_bin /tmp/evaluation/425275-1177661282/instance-425275-1177661282.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.85 0.97 0.99 3/77 10930
/proc/meminfo: memFree=1645344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=1064 CPUtime=0
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 214045688 1089536 112 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 266 112 87 220 0 43 0

[startup+0.105676 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10930
/proc/meminfo: memFree=1645344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=1976 CPUtime=0.1
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 286 0 0 0 10 0 0 0 18 0 1 0 214045688 2023424 270 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 494 270 95 220 0 271 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1976

[startup+0.201687 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10930
/proc/meminfo: memFree=1645344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=2108 CPUtime=0.19
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 341 0 0 0 19 0 0 0 18 0 1 0 214045688 2158592 325 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 527 325 95 220 0 304 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2108

[startup+0.301697 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10930
/proc/meminfo: memFree=1645344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=2108 CPUtime=0.29
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 360 0 0 0 29 0 0 0 19 0 1 0 214045688 2158592 344 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 527 345 95 220 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2108

[startup+0.701739 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10930
/proc/meminfo: memFree=1645344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=3136 CPUtime=0.69
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 415 0 0 0 69 0 0 0 23 0 1 0 214045688 3211264 399 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537610 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 784 399 95 220 0 561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3136

[startup+1.50182 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1643928/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=3268 CPUtime=1.49
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 468 0 0 0 149 0 0 0 25 0 1 0 214045688 3346432 452 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 817 452 95 220 0 594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3268

[startup+3.10199 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1643608/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=3540 CPUtime=3.09
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 541 0 0 0 309 0 0 0 25 0 1 0 214045688 3624960 525 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 885 525 95 220 0 662 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3540

[startup+6.30133 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1643096/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=3676 CPUtime=6.29
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 625 0 0 0 629 0 0 0 25 0 1 0 214045688 3764224 609 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 919 609 95 220 0 696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3676

[startup+12.702 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1642480/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=3952 CPUtime=12.69
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 741 0 0 0 1269 0 0 0 25 0 1 0 214045688 4046848 725 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 988 725 95 220 0 765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3952

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1642032/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=4248 CPUtime=25.48
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 836 0 0 0 2548 0 0 0 25 0 1 0 214045688 4349952 820 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1062 820 95 220 0 839 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4248

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1641520/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=4712 CPUtime=51.08
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 978 0 0 0 5107 1 0 0 25 0 1 0 214045688 4825088 962 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1178 962 95 220 0 955 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4712

[startup+102.301 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1640880/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=7244 CPUtime=102.26
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1121 0 0 0 10225 1 0 0 25 0 1 0 214045688 7417856 1105 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1811 1105 95 220 0 1588 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 7244

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1640368/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=7564 CPUtime=162.25
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1255 0 0 0 16223 2 0 0 25 0 1 0 214045688 7745536 1239 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1891 1239 95 220 0 1668 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7564

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1640048/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=7564 CPUtime=222.23
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1326 0 0 0 22221 2 0 0 25 0 1 0 214045688 7745536 1310 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1891 1310 95 220 0 1668 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7564

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1639856/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=7724 CPUtime=282.21
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1368 0 0 0 28219 2 0 0 25 0 1 0 214045688 7909376 1352 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532465 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1931 1352 95 220 0 1708 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 7724

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1639472/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=7916 CPUtime=342.19
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1448 0 0 0 34216 3 0 0 25 0 1 0 214045688 8105984 1432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 1979 1432 95 220 0 1756 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7916

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1639280/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=8108 CPUtime=402.17
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1501 0 0 0 40214 3 0 0 25 0 1 0 214045688 8302592 1485 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2027 1485 95 220 0 1804 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 8108

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1639344/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=8300 CPUtime=462.16
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1528 0 0 0 46212 4 0 0 25 0 1 0 214045688 8499200 1512 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2075 1512 95 220 0 1852 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 8300

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1638896/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=8300 CPUtime=522.14
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1626 0 0 0 52210 4 0 0 25 0 1 0 214045688 8499200 1610 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2075 1610 95 220 0 1852 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 8300

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1638704/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=8684 CPUtime=582.13
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1677 0 0 0 58208 5 0 0 25 0 1 0 214045688 8892416 1661 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2171 1661 95 220 0 1948 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 8684

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10931
/proc/meminfo: memFree=1638640/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=8684 CPUtime=642.1
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 1692 0 0 0 64205 5 0 0 25 0 1 0 214045688 8892416 1676 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535960 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 2171 1676 95 220 0 1948 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 8684


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

/proc/meminfo: memFree=1635632/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4121
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2415 0 0 0 412066 34 0 0 25 0 1 0 214045688 14860288 2399 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2399 95 220 0 3405 0
Current children cumulated CPU time (s) 4121
Current children cumulated vsize (KiB) 14512

[startup+4182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635568/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4180.99
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2420 0 0 0 418064 35 0 0 25 0 1 0 214045688 14860288 2404 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2404 95 220 0 3405 0
Current children cumulated CPU time (s) 4180.99
Current children cumulated vsize (KiB) 14512

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635568/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4240.97
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2424 0 0 0 424062 35 0 0 25 0 1 0 214045688 14860288 2408 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2408 95 220 0 3405 0
Current children cumulated CPU time (s) 4240.97
Current children cumulated vsize (KiB) 14512

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635568/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4300.95
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2425 0 0 0 430059 36 0 0 25 0 1 0 214045688 14860288 2409 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2409 95 220 0 3405 0
Current children cumulated CPU time (s) 4300.95
Current children cumulated vsize (KiB) 14512

[startup+4362.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 11131
/proc/meminfo: memFree=1635504/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4360.93
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2430 0 0 0 436057 36 0 0 25 0 1 0 214045688 14860288 2414 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2414 95 220 0 3405 0
Current children cumulated CPU time (s) 4360.93
Current children cumulated vsize (KiB) 14512

[startup+4422.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635504/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4420.91
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2433 0 0 0 442055 36 0 0 25 0 1 0 214045688 14860288 2417 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2417 95 220 0 3405 0
Current children cumulated CPU time (s) 4420.91
Current children cumulated vsize (KiB) 14512

[startup+4482.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635504/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4480.9
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2437 0 0 0 448053 37 0 0 25 0 1 0 214045688 14860288 2421 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528610 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2421 95 220 0 3405 0
Current children cumulated CPU time (s) 4480.9
Current children cumulated vsize (KiB) 14512

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4540.88
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2440 0 0 0 454051 37 0 0 25 0 1 0 214045688 14860288 2424 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531467 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2424 95 220 0 3405 0
Current children cumulated CPU time (s) 4540.88
Current children cumulated vsize (KiB) 14512

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635504/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4600.87
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 460049 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4600.87
Current children cumulated vsize (KiB) 14512

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

[startup+4608 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4606.57
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 460619 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4606.57
Current children cumulated vsize (KiB) 14512

[startup+4633.6 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4632.15
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 463177 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532407 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4632.15
Current children cumulated vsize (KiB) 14512

[startup+4646.4 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4644.95
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 464457 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4644.95
Current children cumulated vsize (KiB) 14512

[startup+4652.8 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4651.35
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465097 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4651.35
Current children cumulated vsize (KiB) 14512

[startup+4656 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4654.55
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465417 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4654.55
Current children cumulated vsize (KiB) 14512

[startup+4657.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4656.15
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465577 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4656.15
Current children cumulated vsize (KiB) 14512

[startup+4659.2 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4657.74
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465736 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4657.74
Current children cumulated vsize (KiB) 14512

[startup+4659.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4658.15
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465777 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4658.15
Current children cumulated vsize (KiB) 14512

[startup+4659.8 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4658.34
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465796 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4658.34
Current children cumulated vsize (KiB) 14512

[startup+4659.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 11131
/proc/meminfo: memFree=1635440/2055920 swapFree=4139472/4192956
[pid=10930] ppid=10928 vsize=14512 CPUtime=4658.44
/proc/10930/stat : 10930 (sat7_bin) R 10928 10930 10876 0 -1 4194304 2443 0 0 0 465806 38 0 0 25 0 1 0 214045688 14860288 2427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10930/statm: 3628 2427 95 220 0 3405 0
Current children cumulated CPU time (s) 4658.44
Current children cumulated vsize (KiB) 14512

Child status: 10
Real time (s): 4659.95
CPU time (s): 4658.51
CPU user time (s): 4658.11
CPU system time (s): 0.39094
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 14512

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

runsolver used 3.60945 second user time and 9.8845 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Fri Apr 27 08:08:02 UTC 2007

IDJOB= 425275
IDBENCH= 19932
IDSOLVER= 183
FILE ID= node17/425275-1177661282

PBS_JOBID= 4697401

Free space on /tmp= 66446 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1846251911-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425275-1177661282/sat7_bin /tmp/evaluation/425275-1177661282/instance-425275-1177661282.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-425275-1177661282 -o ROOT/results/node17/solver-425275-1177661282 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425275-1177661282/sat7_bin /tmp/evaluation/425275-1177661282/instance-425275-1177661282.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  419e6a1917f72e0a12d5698f6fbe9d3d

RANDOM SEED= 814228479

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1645816 kB
Buffers:         41720 kB
Cached:         277940 kB
SwapCached:      15920 kB
Active:         225108 kB
Inactive:       118016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645816 kB
SwapTotal:     4192956 kB
SwapFree:      4139472 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:          29624 kB
Slab:            52568 kB
Committed_AS:  7304456 kB
PageTables:       1796 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= 66446 MiB

End job on node17 on Fri Apr 27 09:25:42 UTC 2007