Trace number 334195

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-08? (TO) 1200.05 1200.52

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
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 variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
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.08	c Starting solver ...
0.10/0.17	c Restarting after 100 conflicts
0.19/0.21	c Restarting after 250 conflicts
0.29/0.32	c Restarting after 475 conflicts
0.29/0.38	c Restarting after 813 conflicts
0.59/0.62	c Restarting after 1319 conflicts
0.79/0.81	c Restarting after 2078 conflicts
0.99/1.01	c Restarting after 3217 conflicts
1.79/1.80	c Restarting after 4926 conflicts
2.39/2.49	c Restarting after 7489 conflicts
3.69/3.72	c Restarting after 11334 conflicts
5.88/5.96	c Restarting after 17100 conflicts
9.49/9.52	c Restarting after 25750 conflicts
19.78/19.80	c Restarting after 38725 conflicts
32.38/32.48	c Restarting after 58186 conflicts
62.07/62.16	c Restarting after 87379 conflicts
96.66/96.79	c Restarting after 131169 conflicts
168.54/168.73	c Restarting after 196854 conflicts
278.98/279.29	c Restarting after 295381 conflicts
539.21/539.58	c Restarting after 443171 conflicts
817.73/818.13	c Restarting after 664854 conflicts

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/node19/watcher-334195-1173556751 -o ROOT/results/node19/solver-334195-1173556751 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334195-1173556751/sat7_bin /tmp/evaluation/334195-1173556751/instance-334195-1173556751.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 0.98 0.99 3/77 790
/proc/meminfo: memFree=1660096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=1748 CPUtime=0
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 375629174 1789952 234 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547035 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 437 234 88 220 0 214 0

[startup+0.106877 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 790
/proc/meminfo: memFree=1660096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=3436 CPUtime=0.1
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 594 0 0 0 10 0 0 0 18 0 1 0 375629174 3518464 577 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 859 577 93 220 0 636 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3436

[startup+0.202887 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 790
/proc/meminfo: memFree=1660096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=3436 CPUtime=0.19
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 612 0 0 0 19 0 0 0 18 0 1 0 375629174 3518464 595 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134540063 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 859 595 95 220 0 636 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3436

[startup+0.302899 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 790
/proc/meminfo: memFree=1660096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=3436 CPUtime=0.29
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 622 0 0 0 29 0 0 0 19 0 1 0 375629174 3518464 605 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 859 605 95 220 0 636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3436

[startup+0.701948 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 790
/proc/meminfo: memFree=1660096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=3436 CPUtime=0.69
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 674 0 0 0 69 0 0 0 23 0 1 0 375629174 3518464 657 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 859 657 95 220 0 636 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3436

[startup+1.50103 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 791
/proc/meminfo: memFree=1657592/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=5488 CPUtime=1.49
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 768 0 0 0 149 0 0 0 25 0 1 0 375629174 5619712 751 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 1372 751 95 220 0 1149 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5488

[startup+3.1012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 791
/proc/meminfo: memFree=1656888/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=5488 CPUtime=3.09
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 978 0 0 0 309 0 0 0 25 0 1 0 375629174 5619712 961 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 1372 961 95 220 0 1149 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5488

[startup+6.30155 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 791
/proc/meminfo: memFree=1655096/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=9856 CPUtime=6.28
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 1374 0 0 0 628 0 0 0 25 0 1 0 375629174 10092544 1357 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 2464 1357 95 220 0 2241 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9856

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 791
/proc/meminfo: memFree=1653560/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=9988 CPUtime=12.69
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 1674 0 0 0 1268 1 0 0 25 0 1 0 375629174 10227712 1657 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 2497 1657 95 220 0 2274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9988

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 791
/proc/meminfo: memFree=1652152/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=10436 CPUtime=25.48
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 2009 0 0 0 2546 2 0 0 25 0 1 0 375629174 10686464 1992 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532438 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 2609 1992 95 220 0 2386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10436

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 791
/proc/meminfo: memFree=1649784/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=14948 CPUtime=51.07
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 2607 0 0 0 5104 3 0 0 25 0 1 0 375629174 15306752 2590 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 3737 2590 95 220 0 3514 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14948

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 791
/proc/meminfo: memFree=1644024/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=19772 CPUtime=102.26
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 4035 0 0 0 10221 5 0 0 25 0 1 0 375629174 20246528 4018 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 4943 4018 95 220 0 4720 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19772

[startup+162.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/84 929
/proc/meminfo: memFree=1638840/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=24720 CPUtime=162.16
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 4986 0 0 0 16208 8 0 0 25 0 1 0 375629174 25313280 4969 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 6180 4969 95 220 0 5957 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 24720

[startup+222.307 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 989
/proc/meminfo: memFree=1638264/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=25216 CPUtime=222.11
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 5398 0 0 0 22202 9 0 0 25 0 1 0 375629174 25821184 5381 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 6304 5381 95 220 0 6081 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 25216

[startup+282.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 989
/proc/meminfo: memFree=1637624/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=25408 CPUtime=282.08
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 5585 0 0 0 28199 9 0 0 25 0 1 0 375629174 26017792 5568 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 6352 5568 95 220 0 6129 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 25408

[startup+342.303 s]
/proc/loadavg: 1.09 1.05 1.01 2/78 989
/proc/meminfo: memFree=1633784/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=30132 CPUtime=342.08
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 6558 0 0 0 34197 11 0 0 25 0 1 0 375629174 30855168 6541 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 7533 6541 95 220 0 7310 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 30132

[startup+402.302 s]
/proc/loadavg: 1.07 1.05 1.01 2/78 989
/proc/meminfo: memFree=1632312/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=30612 CPUtime=402.05
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 6951 0 0 0 40194 11 0 0 25 0 1 0 375629174 31346688 6934 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 7653 6934 95 220 0 7430 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 30612

[startup+462.303 s]
/proc/loadavg: 1.12 1.07 1.01 2/78 989
/proc/meminfo: memFree=1624760/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=39164 CPUtime=462.04
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 8797 0 0 0 46190 14 0 0 25 0 1 0 375629174 40103936 8780 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 9791 8780 95 220 0 9568 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 39164

[startup+522.302 s]
/proc/loadavg: 1.18 1.08 1.02 2/78 989
/proc/meminfo: memFree=1623928/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=39324 CPUtime=522.02
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9037 0 0 0 52187 15 0 0 25 0 1 0 375629174 40267776 9020 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 9831 9020 95 220 0 9608 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 39324

[startup+582.303 s]
/proc/loadavg: 1.17 1.10 1.02 2/78 989
/proc/meminfo: memFree=1622392/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=39456 CPUtime=582
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9421 0 0 0 58184 16 0 0 25 0 1 0 375629174 40402944 9404 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 9864 9404 95 220 0 9641 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 39456

[startup+642.302 s]
/proc/loadavg: 1.13 1.09 1.02 2/78 989
/proc/meminfo: memFree=1621752/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=43556 CPUtime=641.99
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9569 0 0 0 64182 17 0 0 25 0 1 0 375629174 44601344 9552 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 10889 9552 95 220 0 10666 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 43556

[startup+702.302 s]
/proc/loadavg: 1.04 1.07 1.01 2/78 989
/proc/meminfo: memFree=1621432/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=43748 CPUtime=701.96
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9640 0 0 0 70179 17 0 0 25 0 1 0 375629174 44797952 9623 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 10937 9623 95 220 0 10714 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 43748

[startup+762.302 s]
/proc/loadavg: 1.01 1.06 1.01 2/78 989
/proc/meminfo: memFree=1621304/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=43748 CPUtime=761.96
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9661 0 0 0 76178 18 0 0 25 0 1 0 375629174 44797952 9644 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 10937 9644 95 220 0 10714 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 43748

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/78 989
/proc/meminfo: memFree=1621304/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=43748 CPUtime=821.93
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9693 0 0 0 82175 18 0 0 25 0 1 0 375629174 44797952 9676 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 10937 9676 95 220 0 10714 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 43748

[startup+882.305 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 989
/proc/meminfo: memFree=1620600/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=44044 CPUtime=881.92
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 9866 0 0 0 88173 19 0 0 25 0 1 0 375629174 45101056 9849 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 11011 9849 95 220 0 10788 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 44044

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 989
/proc/meminfo: memFree=1619896/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=44348 CPUtime=941.89
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 10056 0 0 0 94170 19 0 0 25 0 1 0 375629174 45412352 10039 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134535960 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 11087 10039 95 220 0 10864 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 44348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 989
/proc/meminfo: memFree=1617272/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=44892 CPUtime=1001.88
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 10717 0 0 0 100168 20 0 0 25 0 1 0 375629174 45969408 10700 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 11223 10700 95 220 0 11000 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 44892

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 989
/proc/meminfo: memFree=1614328/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=49184 CPUtime=1061.87
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 11445 0 0 0 106165 22 0 0 25 0 1 0 375629174 50364416 11428 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531415 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 12296 11428 95 220 0 12073 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 49184

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 989
/proc/meminfo: memFree=1613688/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=49376 CPUtime=1121.84
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 11614 0 0 0 112162 22 0 0 25 0 1 0 375629174 50561024 11597 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 12344 11597 95 220 0 12121 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 49376

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 989
/proc/meminfo: memFree=1612792/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=49376 CPUtime=1181.82
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 11831 0 0 0 118159 23 0 0 25 0 1 0 375629174 50561024 11814 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 12344 11814 95 220 0 12121 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 49376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 989
/proc/meminfo: memFree=1612088/2055920 swapFree=4169404/4192956
[pid=790] ppid=788 vsize=53476 CPUtime=1200.03
/proc/790/stat : 790 (sat7_bin) R 788 790 32120 0 -1 4194304 11996 0 0 0 119979 24 0 0 25 0 1 0 375629174 54759424 11979 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/790/statm: 13369 11979 95 220 0 13146 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 53476

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.52
CPU time (s): 1200.05
CPU user time (s): 1199.79
CPU system time (s): 0.252961
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 53476

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

runsolver used 1.41778 second user time and 2.95555 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Mar 10 19:59:12 UTC 2007

IDJOB= 334195
IDBENCH= 24622
IDSOLVER= 101
FILE ID= node19/334195-1173556751

PBS_JOBID= 4101169

Free space on /tmp= 66554 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l3.sat05-520.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334195-1173556751/sat7_bin /tmp/evaluation/334195-1173556751/instance-334195-1173556751.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-334195-1173556751 -o ROOT/results/node19/solver-334195-1173556751 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334195-1173556751/sat7_bin /tmp/evaluation/334195-1173556751/instance-334195-1173556751.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  8fc368e9f6ea136e0b6522b198a7a916

RANDOM SEED= 137870508

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1660504 kB
Buffers:         42828 kB
Cached:         273788 kB
SwapCached:       2440 kB
Active:         225676 kB
Inactive:       114140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660504 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          30548 kB
Slab:            41180 kB
Committed_AS:  1424224 kB
PageTables:       1760 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= 66554 MiB

End job on node19 on Sat Mar 10 20:19:14 UTC 2007