Trace number 425578

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.09 5002.21

General information on the benchmark

Namerandom/2+p/p0.9/v1170/
unif2p-p0.9-v1170-c4235-S1248103115-09-UNKNOWN.cnf
MD5SUM7db698a93a5d58267ca490a662494eeb
Bench CategoryRANDOM (random 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 variables1170
Number of clauses4234
Sum of the clauses size12279
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2423
Number of clauses of size 33811
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.01	c Starting solver ...
0.01/0.02	c Restarting after 100 conflicts
0.01/0.04	c Restarting after 250 conflicts
0.01/0.06	c Restarting after 478 conflicts
0.09/0.10	c Restarting after 815 conflicts
0.09/0.16	c Restarting after 1321 conflicts
0.19/0.24	c Restarting after 2080 conflicts
0.29/0.38	c Restarting after 3221 conflicts
0.49/0.59	c Restarting after 4931 conflicts
0.89/0.92	c Restarting after 7495 conflicts
1.39/1.44	c Restarting after 11339 conflicts
2.20/2.28	c Restarting after 17107 conflicts
3.49/3.59	c Restarting after 25757 conflicts
5.49/5.56	c Restarting after 38731 conflicts
8.59/8.62	c Restarting after 58192 conflicts
13.28/13.35	c Restarting after 87386 conflicts
20.48/20.59	c Restarting after 131178 conflicts
32.28/32.30	c Restarting after 196863 conflicts
49.97/50.09	c Restarting after 295389 conflicts
77.56/77.64	c Restarting after 443180 conflicts
122.35/122.46	c Restarting after 664863 conflicts
190.53/190.69	c Restarting after 997388 conflicts
299.70/299.80	c Restarting after 1496176 conflicts
472.15/472.37	c Restarting after 2244358 conflicts
746.87/747.14	c Restarting after 3366632 conflicts
1199.53/1199.98	c Restarting after 5050043 conflicts
1913.33/1913.96	c Restarting after 7575161 conflicts
3065.79/3066.79	c Restarting after 11362836 conflicts
4957.48/4959.63	c Restarting after 17044349 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/node62/watcher-425578-1177808535 -o ROOT/results/node62/solver-425578-1177808535 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425578-1177808535/sat7_bin /tmp/evaluation/425578-1177808535/instance-425578-1177808535.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/64 9665
/proc/meminfo: memFree=1441600/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=1252 CPUtime=0
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 160 0 0 0 0 0 0 0 18 0 1 0 99429484 1282048 144 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 313 144 87 220 0 90 0

[startup+0.0201009 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 9665
/proc/meminfo: memFree=1441600/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=1652 CPUtime=0.01
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 231 0 0 0 1 0 0 0 18 0 1 0 99429484 1691648 215 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 413 215 93 220 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1652

[startup+0.10111 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 9665
/proc/meminfo: memFree=1441600/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=2168 CPUtime=0.09
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 274 0 0 0 9 0 0 0 18 0 1 0 99429484 2220032 258 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 542 258 95 220 0 319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2168

[startup+0.301132 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 9665
/proc/meminfo: memFree=1441600/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=2168 CPUtime=0.29
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 350 0 0 0 29 0 0 0 19 0 1 0 99429484 2220032 334 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 542 334 95 220 0 319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2168

[startup+0.701179 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 9665
/proc/meminfo: memFree=1441600/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=3196 CPUtime=0.69
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 409 0 0 0 69 0 0 0 22 0 1 0 99429484 3272704 393 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 799 393 95 220 0 576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3196

[startup+1.50127 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1440312/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=3196 CPUtime=1.49
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 457 0 0 0 149 0 0 0 25 0 1 0 99429484 3272704 441 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 799 441 95 220 0 576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3196

[startup+3.10146 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1439928/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=3196 CPUtime=3.09
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 514 0 0 0 309 0 0 0 25 0 1 0 99429484 3272704 498 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528663 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 799 498 95 220 0 576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3196

[startup+6.30184 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1439416/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=3196 CPUtime=6.29
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 619 0 0 0 629 0 0 0 25 0 1 0 99429484 3272704 603 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 799 603 95 220 0 576 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3196

[startup+12.7016 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1438848/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=5384 CPUtime=12.69
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 707 0 0 0 1269 0 0 0 25 0 1 0 99429484 5513216 691 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 1346 691 95 220 0 1123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5384

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1438272/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=5516 CPUtime=25.48
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 850 0 0 0 2548 0 0 0 25 0 1 0 99429484 5648384 834 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 1379 834 95 220 0 1156 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5516

[startup+51.1011 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1437568/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=5780 CPUtime=51.07
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1027 0 0 0 5107 0 0 0 25 0 1 0 99429484 5918720 1011 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 1445 1011 95 220 0 1222 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5780

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1436288/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=6444 CPUtime=102.27
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1351 0 0 0 10226 1 0 0 25 0 1 0 99429484 6598656 1335 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 1611 1335 95 220 0 1388 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6444

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1435648/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=6848 CPUtime=162.24
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1511 0 0 0 16223 1 0 0 25 0 1 0 99429484 7012352 1495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533334 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 1712 1495 95 220 0 1489 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6848

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1434944/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=11352 CPUtime=222.23
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1679 0 0 0 22221 2 0 0 25 0 1 0 99429484 11624448 1663 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 2838 1663 95 220 0 2615 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11352

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1434496/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=11620 CPUtime=282.21
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1775 0 0 0 28219 2 0 0 25 0 1 0 99429484 11898880 1759 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 2905 1759 95 220 0 2682 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 11620

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1434048/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=11888 CPUtime=342.19
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1891 0 0 0 34217 2 0 0 25 0 1 0 99429484 12173312 1875 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 2972 1875 95 220 0 2749 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 11888

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1433728/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=12156 CPUtime=402.17
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 1959 0 0 0 40214 3 0 0 25 0 1 0 99429484 12447744 1943 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 3039 1943 95 220 0 2816 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 12156

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1433536/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=12428 CPUtime=462.15
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 2015 0 0 0 46212 3 0 0 25 0 1 0 99429484 12726272 1999 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 3107 1999 95 220 0 2884 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 12428

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1433152/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=12696 CPUtime=522.13
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 2133 0 0 0 52210 3 0 0 25 0 1 0 99429484 13000704 2117 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 3174 2117 95 220 0 2951 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 12696

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1432896/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=12976 CPUtime=582.12
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 2216 0 0 0 58208 4 0 0 25 0 1 0 99429484 13287424 2200 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531392 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 3244 2200 95 220 0 3021 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 12976

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 9666
/proc/meminfo: memFree=1432640/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=13112 CPUtime=642.1
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 2262 0 0 0 64206 4 0 0 25 0 1 0 99429484 13426688 2246 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 3278 2246 95 220 0 3055 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 13112


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

[startup+4002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424448/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19736 CPUtime=4000.97
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4272 0 0 0 400077 20 0 0 25 0 1 0 99429484 20209664 4256 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4934 4256 95 220 0 4711 0
Current children cumulated CPU time (s) 4000.97
Current children cumulated vsize (KiB) 19736

[startup+4062.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424320/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19736 CPUtime=4060.96
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4289 0 0 0 406076 20 0 0 25 0 1 0 99429484 20209664 4273 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4934 4273 95 220 0 4711 0
Current children cumulated CPU time (s) 4060.96
Current children cumulated vsize (KiB) 19736

[startup+4122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424256/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19880 CPUtime=4120.94
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4323 0 0 0 412074 20 0 0 25 0 1 0 99429484 20357120 4307 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4970 4307 95 220 0 4747 0
Current children cumulated CPU time (s) 4120.94
Current children cumulated vsize (KiB) 19880

[startup+4182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424256/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19880 CPUtime=4180.92
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4334 0 0 0 418072 20 0 0 25 0 1 0 99429484 20357120 4318 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4970 4318 95 220 0 4747 0
Current children cumulated CPU time (s) 4180.92
Current children cumulated vsize (KiB) 19880

[startup+4242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424192/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19880 CPUtime=4240.9
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4343 0 0 0 424070 20 0 0 25 0 1 0 99429484 20357120 4327 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4970 4327 95 220 0 4747 0
Current children cumulated CPU time (s) 4240.9
Current children cumulated vsize (KiB) 19880

[startup+4302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424128/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=19880 CPUtime=4300.88
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4344 0 0 0 430068 20 0 0 25 0 1 0 99429484 20357120 4328 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558913 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 4970 4328 95 220 0 4747 0
Current children cumulated CPU time (s) 4300.88
Current children cumulated vsize (KiB) 19880

[startup+4362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424192/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20032 CPUtime=4360.87
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4350 0 0 0 436067 20 0 0 25 0 1 0 99429484 20512768 4334 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5008 4334 95 220 0 4785 0
Current children cumulated CPU time (s) 4360.87
Current children cumulated vsize (KiB) 20032

[startup+4422.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1424064/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20032 CPUtime=4420.85
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4370 0 0 0 442065 20 0 0 25 0 1 0 99429484 20512768 4354 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532358 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5008 4354 95 220 0 4785 0
Current children cumulated CPU time (s) 4420.85
Current children cumulated vsize (KiB) 20032

[startup+4482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423936/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20168 CPUtime=4480.83
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4389 0 0 0 448063 20 0 0 25 0 1 0 99429484 20652032 4373 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5042 4373 95 220 0 4819 0
Current children cumulated CPU time (s) 4480.83
Current children cumulated vsize (KiB) 20168

[startup+4542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423936/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20168 CPUtime=4540.81
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4397 0 0 0 454061 20 0 0 25 0 1 0 99429484 20652032 4381 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5042 4381 95 220 0 4819 0
Current children cumulated CPU time (s) 4540.81
Current children cumulated vsize (KiB) 20168

[startup+4602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423872/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20304 CPUtime=4600.8
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4417 0 0 0 460060 20 0 0 25 0 1 0 99429484 20791296 4401 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533334 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5076 4401 95 220 0 4853 0
Current children cumulated CPU time (s) 4600.8
Current children cumulated vsize (KiB) 20304

[startup+4662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423808/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20304 CPUtime=4660.77
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4429 0 0 0 466057 20 0 0 25 0 1 0 99429484 20791296 4413 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5076 4413 95 220 0 4853 0
Current children cumulated CPU time (s) 4660.77
Current children cumulated vsize (KiB) 20304

[startup+4722.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423680/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20448 CPUtime=4720.77
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4443 0 0 0 472056 21 0 0 25 0 1 0 99429484 20938752 4427 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5112 4427 95 220 0 4889 0
Current children cumulated CPU time (s) 4720.77
Current children cumulated vsize (KiB) 20448

[startup+4782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10346
/proc/meminfo: memFree=1423616/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20448 CPUtime=4780.75
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4457 0 0 0 478054 21 0 0 25 0 1 0 99429484 20938752 4441 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5112 4441 95 220 0 4889 0
Current children cumulated CPU time (s) 4780.75
Current children cumulated vsize (KiB) 20448

[startup+4842.3 s]
/proc/loadavg: 1.66 1.17 1.05 2/72 28736
/proc/meminfo: memFree=1399720/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20448 CPUtime=4840.46
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4468 0 0 0 484018 28 0 0 25 0 1 0 99429484 20938752 4452 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565478 0 0 4096 0 0 0 0 17 0 0 0
/proc/9665/statm: 5112 4452 95 220 0 4889 0
Current children cumulated CPU time (s) 4840.46
Current children cumulated vsize (KiB) 20448

[startup+4902.3 s]
/proc/loadavg: 1.76 1.31 1.11 2/65 12606
/proc/meminfo: memFree=1382520/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20580 CPUtime=4900.2
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4473 0 0 0 489983 37 0 0 25 0 1 0 99429484 21073920 4457 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532358 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5145 4457 95 220 0 4922 0
Current children cumulated CPU time (s) 4900.2
Current children cumulated vsize (KiB) 20580

[startup+4962.3 s]
/proc/loadavg: 1.28 1.25 1.10 2/65 12606
/proc/meminfo: memFree=1382648/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20580 CPUtime=4960.18
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4493 0 0 0 495981 37 0 0 25 0 1 0 99429484 21073920 4477 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538640 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5145 4477 95 220 0 4922 0
Current children cumulated CPU time (s) 4960.18
Current children cumulated vsize (KiB) 20580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.14 1.22 1.09 2/65 12606
/proc/meminfo: memFree=1382456/2055920 swapFree=4184584/4192956
[pid=9665] ppid=9663 vsize=20736 CPUtime=5000.07
/proc/9665/stat : 9665 (sat7_bin) R 9663 9665 9611 0 -1 4194304 4544 0 0 0 499970 37 0 0 25 0 1 0 99429484 21233664 4528 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532870 0 0 4096 0 0 0 0 17 1 0 0
/proc/9665/statm: 5184 4528 95 220 0 4961 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 20736

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): 5002.21
CPU time (s): 5000.09
CPU user time (s): 4999.71
CPU system time (s): 0.379942
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 20736

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

runsolver used 3.68844 second user time and 10.1105 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Apr 29 01:02:15 UTC 2007

IDJOB= 425578
IDBENCH= 20281
IDSOLVER= 183
FILE ID= node62/425578-1177808535

PBS_JOBID= 4715878

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v1170/unif2p-p0.9-v1170-c4235-S1248103115-09-UNKNOWN.cnf
COMMAND LINE= /tmp/evaluation/425578-1177808535/sat7_bin /tmp/evaluation/425578-1177808535/instance-425578-1177808535.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-425578-1177808535 -o ROOT/results/node62/solver-425578-1177808535 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425578-1177808535/sat7_bin /tmp/evaluation/425578-1177808535/instance-425578-1177808535.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7db698a93a5d58267ca490a662494eeb

RANDOM SEED= 423147613

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1442008 kB
Buffers:         50104 kB
Cached:         487064 kB
SwapCached:       2548 kB
Active:         258808 kB
Inactive:       287960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442008 kB
SwapTotal:     4192956 kB
SwapFree:      4184584 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          15988 kB
Slab:            53136 kB
Committed_AS:  1241268 kB
PageTables:       1460 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 node62 on Sun Apr 29 02:25:39 UTC 2007