Trace number 425260

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) 5000.11 5002.11

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
MD5SUMea6c3c02564fa25b13cb9c95b3e90ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.66529
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data (download as text)

0.00/0.04	c Starting solver ...
0.00/0.04	c Restarting after 102 conflicts
0.00/0.05	c Restarting after 253 conflicts
0.00/0.07	c Restarting after 478 conflicts
0.08/0.09	c Restarting after 816 conflicts
0.09/0.11	c Restarting after 1322 conflicts
0.09/0.16	c Restarting after 2081 conflicts
0.19/0.24	c Restarting after 3222 conflicts
0.29/0.37	c Restarting after 4931 conflicts
0.49/0.57	c Restarting after 7494 conflicts
0.79/0.89	c Restarting after 11340 conflicts
1.29/1.37	c Restarting after 17106 conflicts
2.10/2.16	c Restarting after 25755 conflicts
3.30/3.35	c Restarting after 38730 conflicts
5.19/5.22	c Restarting after 58193 conflicts
8.19/8.21	c Restarting after 87386 conflicts
13.09/13.12	c Restarting after 131176 conflicts
20.89/20.98	c Restarting after 196860 conflicts
33.58/33.63	c Restarting after 295386 conflicts
53.97/54.09	c Restarting after 443176 conflicts
87.53/87.61	c Restarting after 664860 conflicts
142.83/143.02	c Restarting after 997386 conflicts
234.90/235.19	c Restarting after 1496174 conflicts
384.14/384.44	c Restarting after 2244356 conflicts
641.85/642.27	c Restarting after 3366630 conflicts
1070.81/1071.31	c Restarting after 5050045 conflicts
1795.74/1796.52	c Restarting after 7575163 conflicts
3002.31/3003.50	c Restarting after 11362838 conflicts
4968.30/4970.37	c Restarting after 17044350 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-425260-1177653578 -o ROOT/results/node33/solver-425260-1177653578 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425260-1177653578/sat7_bin /tmp/evaluation/425260-1177653578/instance-425260-1177653578.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.92 0.98 0.99 3/77 10134
/proc/meminfo: memFree=1729632/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=1064 CPUtime=0
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 213273300 1089536 112 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 266 112 87 220 0 43 0

[startup+0.0881141 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10134
/proc/meminfo: memFree=1729632/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=1976 CPUtime=0.08
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 287 0 0 0 8 0 0 0 18 0 1 0 213273300 2023424 271 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 494 271 95 220 0 271 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1976

[startup+0.101116 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10134
/proc/meminfo: memFree=1729632/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=1976 CPUtime=0.09
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 213273300 2023424 279 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 494 279 95 220 0 271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1976

[startup+0.301158 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10134
/proc/meminfo: memFree=1729632/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3136 CPUtime=0.29
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 410 0 0 0 29 0 0 0 19 0 1 0 213273300 3211264 394 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 784 394 95 220 0 561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3136

[startup+0.701239 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10134
/proc/meminfo: memFree=1729632/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3268 CPUtime=0.69
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 467 0 0 0 69 0 0 0 23 0 1 0 213273300 3346432 451 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 817 451 95 220 0 594 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3268

[startup+1.5014 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1728024/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3404 CPUtime=1.49
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 544 0 0 0 149 0 0 0 25 0 1 0 213273300 3485696 528 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532407 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 851 528 95 220 0 628 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3404

[startup+3.10173 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1727640/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3404 CPUtime=3.09
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 598 0 0 0 309 0 0 0 25 0 1 0 213273300 3485696 582 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536202 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 851 582 95 220 0 628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3404

[startup+6.30139 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1727000/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3684 CPUtime=6.29
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 717 0 0 0 629 0 0 0 25 0 1 0 213273300 3772416 701 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 921 701 95 220 0 698 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3684

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1726432/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=3972 CPUtime=12.69
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 813 0 0 0 1269 0 0 0 25 0 1 0 213273300 4067328 797 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 993 797 95 220 0 770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3972

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1725792/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=6472 CPUtime=25.48
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 973 0 0 0 2548 0 0 0 25 0 1 0 213273300 6627328 957 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533564 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 1618 957 95 220 0 1395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6472

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 10135
/proc/meminfo: memFree=1725216/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=6936 CPUtime=51.07
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1114 0 0 0 5107 0 0 0 25 0 1 0 213273300 7102464 1098 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532548 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 1734 1098 95 220 0 1511 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6936

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/84 10251
/proc/meminfo: memFree=1723032/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=7416 CPUtime=102.2
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1303 0 0 0 10219 1 0 0 25 0 1 0 213273300 7593984 1287 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536211 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 1854 1287 95 220 0 1631 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 7416

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1723616/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=7736 CPUtime=162.12
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1465 0 0 0 16211 1 0 0 25 0 1 0 213273300 7921664 1449 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 1934 1449 95 220 0 1711 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 7736

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1723296/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=7896 CPUtime=222.11
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1530 0 0 0 22209 2 0 0 25 0 1 0 213273300 8085504 1514 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 1974 1514 95 220 0 1751 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 7896

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1722976/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=8216 CPUtime=282.08
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1619 0 0 0 28206 2 0 0 25 0 1 0 213273300 8413184 1603 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2054 1603 95 220 0 1831 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 8216

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1722784/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=8216 CPUtime=342.06
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1672 0 0 0 34203 3 0 0 25 0 1 0 213273300 8413184 1656 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2054 1656 95 220 0 1831 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 8216

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1722272/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=8600 CPUtime=402.03
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1775 0 0 0 40200 3 0 0 25 0 1 0 213273300 8806400 1759 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2150 1759 95 220 0 1927 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 8600

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1722208/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=8792 CPUtime=462.02
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1828 0 0 0 46198 4 0 0 25 0 1 0 213273300 9003008 1812 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2198 1812 95 220 0 1975 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 8792

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1722016/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=8984 CPUtime=522
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1882 0 0 0 52195 5 0 0 25 0 1 0 213273300 9199616 1866 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2246 1866 95 220 0 2023 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 8984

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1721760/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=9176 CPUtime=581.97
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1934 0 0 0 58192 5 0 0 25 0 1 0 213273300 9396224 1918 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2294 1918 95 220 0 2071 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 9176

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10333
/proc/meminfo: memFree=1721760/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=9176 CPUtime=641.96
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 1936 0 0 0 64190 6 0 0 25 0 1 0 213273300 9396224 1920 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 2294 1920 95 220 0 2071 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 9176


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

[startup+4062.31 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 10533
/proc/meminfo: memFree=1718432/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4060.63
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2791 0 0 0 406029 34 0 0 25 0 1 0 213273300 15757312 2775 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531823 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2775 95 220 0 3624 0
Current children cumulated CPU time (s) 4060.63
Current children cumulated vsize (KiB) 15388

[startup+4122.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/78 10533
/proc/meminfo: memFree=1718368/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4120.61
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2792 0 0 0 412026 35 0 0 25 0 1 0 213273300 15757312 2776 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2776 95 220 0 3624 0
Current children cumulated CPU time (s) 4120.61
Current children cumulated vsize (KiB) 15388

[startup+4182.3 s]
/proc/loadavg: 1.13 1.06 1.01 2/78 10533
/proc/meminfo: memFree=1718432/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4180.58
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2793 0 0 0 418023 35 0 0 25 0 1 0 213273300 15757312 2777 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2777 95 220 0 3624 0
Current children cumulated CPU time (s) 4180.58
Current children cumulated vsize (KiB) 15388

[startup+4242.3 s]
/proc/loadavg: 1.12 1.06 1.01 2/78 10533
/proc/meminfo: memFree=1718368/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4240.57
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2793 0 0 0 424021 36 0 0 25 0 1 0 213273300 15757312 2777 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2777 95 220 0 3624 0
Current children cumulated CPU time (s) 4240.57
Current children cumulated vsize (KiB) 15388

[startup+4302.3 s]
/proc/loadavg: 1.11 1.07 1.01 2/78 10533
/proc/meminfo: memFree=1718368/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4300.54
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2794 0 0 0 430018 36 0 0 25 0 1 0 213273300 15757312 2778 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532688 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2778 95 220 0 3624 0
Current children cumulated CPU time (s) 4300.54
Current children cumulated vsize (KiB) 15388

[startup+4362.3 s]
/proc/loadavg: 1.10 1.07 1.01 2/78 10533
/proc/meminfo: memFree=1718368/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4360.52
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2801 0 0 0 436015 37 0 0 25 0 1 0 213273300 15757312 2785 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2785 95 220 0 3624 0
Current children cumulated CPU time (s) 4360.52
Current children cumulated vsize (KiB) 15388

[startup+4422.3 s]
/proc/loadavg: 1.09 1.07 1.01 2/78 10533
/proc/meminfo: memFree=1718304/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4420.5
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2803 0 0 0 442013 37 0 0 25 0 1 0 213273300 15757312 2787 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2787 95 220 0 3624 0
Current children cumulated CPU time (s) 4420.5
Current children cumulated vsize (KiB) 15388

[startup+4482.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/78 10533
/proc/meminfo: memFree=1718368/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4480.48
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2806 0 0 0 448010 38 0 0 25 0 1 0 213273300 15757312 2790 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532523 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2790 95 220 0 3624 0
Current children cumulated CPU time (s) 4480.48
Current children cumulated vsize (KiB) 15388

[startup+4542.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/78 10533
/proc/meminfo: memFree=1718304/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4540.45
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2826 0 0 0 454007 38 0 0 25 0 1 0 213273300 15757312 2810 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2810 95 220 0 3624 0
Current children cumulated CPU time (s) 4540.45
Current children cumulated vsize (KiB) 15388

[startup+4602.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4600.44
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2827 0 0 0 460005 39 0 0 25 0 1 0 213273300 15757312 2811 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2811 95 220 0 3624 0
Current children cumulated CPU time (s) 4600.44
Current children cumulated vsize (KiB) 15388

[startup+4662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10533
/proc/meminfo: memFree=1718304/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4660.41
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2829 0 0 0 466002 39 0 0 25 0 1 0 213273300 15757312 2813 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2813 95 220 0 3624 0
Current children cumulated CPU time (s) 4660.41
Current children cumulated vsize (KiB) 15388

[startup+4722.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4720.4
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2831 0 0 0 472000 40 0 0 25 0 1 0 213273300 15757312 2815 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2815 95 220 0 3624 0
Current children cumulated CPU time (s) 4720.4
Current children cumulated vsize (KiB) 15388

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4780.37
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2831 0 0 0 477997 40 0 0 25 0 1 0 213273300 15757312 2815 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2815 95 220 0 3624 0
Current children cumulated CPU time (s) 4780.37
Current children cumulated vsize (KiB) 15388

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4840.35
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2832 0 0 0 483994 41 0 0 25 0 1 0 213273300 15757312 2816 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2816 95 220 0 3624 0
Current children cumulated CPU time (s) 4840.35
Current children cumulated vsize (KiB) 15388

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4900.33
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2832 0 0 0 489991 42 0 0 25 0 1 0 213273300 15757312 2816 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2816 95 220 0 3624 0
Current children cumulated CPU time (s) 4900.33
Current children cumulated vsize (KiB) 15388

[startup+4962.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 10533
/proc/meminfo: memFree=1718240/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=4960.31
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2834 0 0 0 495989 42 0 0 25 0 1 0 213273300 15757312 2818 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2818 95 220 0 3624 0
Current children cumulated CPU time (s) 4960.31
Current children cumulated vsize (KiB) 15388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.1 s]
/proc/loadavg: 1.09 1.02 1.00 2/78 10533
/proc/meminfo: memFree=1718048/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=5000.09
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2894 0 0 0 499967 42 0 0 25 0 1 0 213273300 15757312 2878 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2878 95 220 0 3624 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 15388

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

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

[startup+5002.1 s]
/proc/loadavg: 1.09 1.02 1.00 2/78 10533
/proc/meminfo: memFree=1718048/2055920 swapFree=4147748/4192956
[pid=10134] ppid=10132 vsize=15388 CPUtime=5000.09
/proc/10134/stat : 10134 (sat7_bin) R 10132 10134 9805 0 -1 4194304 2894 0 0 0 499967 42 0 0 25 0 1 0 213273300 15757312 2878 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/10134/statm: 3847 2878 95 220 0 3624 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 15388

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5002.11
CPU time (s): 5000.11
CPU user time (s): 4999.68
CPU system time (s): 0.431934
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 15388

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

runsolver used 3.73143 second user time and 11.2853 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Fri Apr 27 05:59:38 UTC 2007

IDJOB= 425260
IDBENCH= 19917
IDSOLVER= 183
FILE ID= node33/425260-1177653578

PBS_JOBID= 4697325

Free space on /tmp= 66507 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425260-1177653578/sat7_bin /tmp/evaluation/425260-1177653578/instance-425260-1177653578.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-425260-1177653578 -o ROOT/results/node33/solver-425260-1177653578 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425260-1177653578/sat7_bin /tmp/evaluation/425260-1177653578/instance-425260-1177653578.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ea6c3c02564fa25b13cb9c95b3e90ee5

RANDOM SEED= 943618421

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1729976 kB
Buffers:         41164 kB
Cached:         217460 kB
SwapCached:      14192 kB
Active:         174908 kB
Inactive:       107368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729976 kB
SwapTotal:     4192956 kB
SwapFree:      4147748 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          30140 kB
Slab:            28948 kB
Committed_AS:  1849496 kB
PageTables:       1992 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= 66507 MiB

End job on node33 on Fri Apr 27 07:23:02 UTC 2007