Trace number 370299

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) 10000.1 10004.3

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1072.92
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data (download as text)

6.78/6.90	c Starting solver ...
10.07/10.14	c Restarting after 101 conflicts
14.07/14.19	c Restarting after 251 conflicts
28.27/28.36	c Restarting after 476 conflicts
34.07/34.12	c Restarting after 813 conflicts
43.67/43.73	c Restarting after 1321 conflicts
60.46/60.50	c Restarting after 2081 conflicts
85.45/85.58	c Restarting after 3220 conflicts
121.13/121.21	c Restarting after 4928 conflicts
173.81/173.99	c Restarting after 7490 conflicts
270.68/270.91	c Restarting after 11335 conflicts
445.01/445.31	c Restarting after 17101 conflicts
700.71/701.12	c Restarting after 25751 conflicts
1033.88/1034.44	c Restarting after 38725 conflicts
1632.95/1633.70	c Restarting after 58186 conflicts
2728.24/2729.43	c Restarting after 87378 conflicts
4402.15/4404.13	c Restarting after 131168 conflicts
7092.73/7095.70	c Restarting after 196853 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/node20/watcher-370299-1178585858 -o ROOT/results/node20/solver-370299-1178585858 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370299-1178585858/sat7_bin /tmp/evaluation/370299-1178585858/instance-370299-1178585858.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 17438
/proc/meminfo: memFree=1820848/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=5048 CPUtime=0
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 933 0 0 0 0 0 0 0 18 0 1 0 306503368 5169152 918 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134555319 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 1262 925 86 220 0 1039 0

[startup+0.040163 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 17438
/proc/meminfo: memFree=1820848/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=20980 CPUtime=0.03
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 3726 0 0 0 2 1 0 0 18 0 1 0 306503368 21483520 3710 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 5245 3713 88 220 0 5022 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20980

[startup+0.101168 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 17438
/proc/meminfo: memFree=1820848/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=35040 CPUtime=0.09
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 8253 0 0 0 6 3 0 0 18 0 1 0 306503368 35880960 8237 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 8760 8238 88 220 0 8537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35040

[startup+0.301207 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 17438
/proc/meminfo: memFree=1820848/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=51440 CPUtime=0.29
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 11921 0 0 0 25 4 0 0 19 0 1 0 306503368 52674560 11905 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 12860 11906 88 220 0 12637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51440

[startup+0.701289 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 17438
/proc/meminfo: memFree=1820848/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=63872 CPUtime=0.69
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 15123 0 0 0 63 6 0 0 23 0 1 0 306503368 65404928 15107 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 15968 15107 88 220 0 15745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63872

[startup+1.50145 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1758056/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=68368 CPUtime=1.49
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 16831 0 0 0 141 8 0 0 25 0 1 0 306503368 70008832 16815 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 17092 16815 88 220 0 16869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68368

[startup+3.10178 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1748776/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=81480 CPUtime=3.09
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 20099 0 0 0 298 11 0 0 25 0 1 0 306503368 83435520 20083 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029856 0 0 4096 0 0 0 0 17 0 0 0
/proc/17438/statm: 20370 20083 88 220 0 20147 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81480

[startup+6.30141 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1721640/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=108028 CPUtime=6.27
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 26731 0 0 0 613 14 0 0 25 0 1 0 306503368 110620672 26715 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 27007 26715 88 220 0 26784 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 108028

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1679656/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=147028 CPUtime=12.67
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 36395 0 0 0 1248 19 0 0 25 0 1 0 306503368 150556672 35387 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528645 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 36757 35387 95 220 0 36534 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 147028

[startup+25.5013 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1677480/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=147964 CPUtime=25.47
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 37011 0 0 0 2527 20 0 0 25 0 1 0 306503368 151515136 35973 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 36991 35973 95 220 0 36768 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 147964

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1674216/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=152312 CPUtime=51.06
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 37808 0 0 0 5085 21 0 0 25 0 1 0 306503368 155967488 36747 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 38078 36747 95 220 0 37855 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 152312

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1671976/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=152500 CPUtime=102.25
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 38364 0 0 0 10203 22 0 0 25 0 1 0 306503368 156160000 37303 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 38125 37303 95 220 0 37902 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 152500

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 17439
/proc/meminfo: memFree=1670248/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=152644 CPUtime=162.22
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 38791 0 0 0 16199 23 0 0 25 0 1 0 306503368 156307456 37730 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536860 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 38161 37730 95 220 0 37938 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 152644

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 17561
/proc/meminfo: memFree=1666664/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=157456 CPUtime=222.13
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 40439 0 0 0 22189 24 0 0 25 0 1 0 306503368 161234944 38257 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 39364 38257 95 220 0 39141 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 157456

[startup+282.302 s]
/proc/loadavg: 1.17 1.02 1.00 2/78 17637
/proc/meminfo: memFree=1663976/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=160268 CPUtime=282.07
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 41635 0 0 0 28181 26 0 0 25 0 1 0 306503368 164114432 39189 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533784 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 40067 39189 95 220 0 39844 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 160268

[startup+342.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 17637
/proc/meminfo: memFree=1658920/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=164056 CPUtime=342.04
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 43278 0 0 0 34177 27 0 0 25 0 1 0 306503368 167993344 40445 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 41014 40445 95 220 0 40791 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 164056

[startup+402.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 17637
/proc/meminfo: memFree=1657448/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=164648 CPUtime=402.02
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 43677 0 0 0 40174 28 0 0 25 0 1 0 306503368 168599552 40840 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 41162 40840 95 220 0 40939 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 164648

[startup+462.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/78 17637
/proc/meminfo: memFree=1655592/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=169352 CPUtime=462
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 44488 0 0 0 46171 29 0 0 25 0 1 0 306503368 173416448 41255 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 42338 41255 95 220 0 42115 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 169352

[startup+522.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 17637
/proc/meminfo: memFree=1653032/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=171468 CPUtime=521.97
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 47111 0 0 0 52165 32 0 0 25 0 1 0 306503368 175583232 41929 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 42867 41929 95 220 0 42644 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 171468

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 17637
/proc/meminfo: memFree=1651304/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=171780 CPUtime=581.95
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 47553 0 0 0 58162 33 0 0 25 0 1 0 306503368 175902720 42369 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 42945 42369 95 220 0 42722 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 171780

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17637
/proc/meminfo: memFree=1649832/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=172048 CPUtime=641.94
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 47902 0 0 0 64160 34 0 0 25 0 1 0 306503368 176177152 42718 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 43012 42718 95 220 0 42789 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 172048


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

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1381992/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=407728 CPUtime=9038.48
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 440465 0 0 0 903503 345 0 0 25 0 1 0 306503368 417513472 101329 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528656 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 101932 101329 95 220 0 101709 0
Current children cumulated CPU time (s) 9038.48
Current children cumulated vsize (KiB) 407728

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1379752/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=408712 CPUtime=9098.47
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 444280 0 0 0 909499 348 0 0 25 0 1 0 306503368 418521088 101914 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529396 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 102178 101914 95 220 0 101955 0
Current children cumulated CPU time (s) 9098.47
Current children cumulated vsize (KiB) 408712

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1377256/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=413572 CPUtime=9158.44
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 448603 0 0 0 915494 350 0 0 25 0 1 0 306503368 423497728 102533 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 103393 102533 95 220 0 103170 0
Current children cumulated CPU time (s) 9158.44
Current children cumulated vsize (KiB) 413572

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1375592/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=413752 CPUtime=9218.43
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 459111 0 0 0 921487 356 0 0 25 0 1 0 306503368 423682048 102897 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536136 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 103438 102897 95 220 0 103215 0
Current children cumulated CPU time (s) 9218.43
Current children cumulated vsize (KiB) 413752

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1373480/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=414812 CPUtime=9278.39
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 473175 0 0 0 927477 362 0 0 25 0 1 0 306503368 424767488 103423 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533456 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 103703 103423 95 220 0 103480 0
Current children cumulated CPU time (s) 9278.39
Current children cumulated vsize (KiB) 414812

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1371176/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=419584 CPUtime=9338.38
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 481399 0 0 0 933470 368 0 0 25 0 1 0 306503368 429654016 103997 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 104896 103997 95 220 0 104673 0
Current children cumulated CPU time (s) 9338.38
Current children cumulated vsize (KiB) 419584

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1369192/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=420180 CPUtime=9398.35
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 491120 0 0 0 939463 372 0 0 25 0 1 0 306503368 430264320 104537 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 105045 104537 95 220 0 104822 0
Current children cumulated CPU time (s) 9398.35
Current children cumulated vsize (KiB) 420180

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1367784/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=424372 CPUtime=9458.33
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 492511 0 0 0 945460 373 0 0 25 0 1 0 306503368 434556928 104837 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 106093 104837 95 220 0 105870 0
Current children cumulated CPU time (s) 9458.33
Current children cumulated vsize (KiB) 424372

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1366888/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=424584 CPUtime=9518.3
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 498607 0 0 0 951454 376 0 0 25 0 1 0 306503368 434774016 105114 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525835 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 106146 105114 95 220 0 105923 0
Current children cumulated CPU time (s) 9518.3
Current children cumulated vsize (KiB) 424584

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1365416/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=425312 CPUtime=9578.28
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 520187 0 0 0 957441 387 0 0 25 0 1 0 306503368 435519488 105456 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 106328 105456 95 220 0 106105 0
Current children cumulated CPU time (s) 9578.28
Current children cumulated vsize (KiB) 425312

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1365224/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=425388 CPUtime=9638.26
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 541413 0 0 0 963427 399 0 0 25 0 1 0 306503368 435597312 105540 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538676 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 106347 105540 95 220 0 106124 0
Current children cumulated CPU time (s) 9638.26
Current children cumulated vsize (KiB) 425388

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1363432/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=425264 CPUtime=9698.24
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 576718 0 0 0 969406 418 0 0 25 0 1 0 306503368 435470336 105899 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 106316 105899 95 220 0 106093 0
Current children cumulated CPU time (s) 9698.24
Current children cumulated vsize (KiB) 425264

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1360488/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=430800 CPUtime=9758.22
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 620157 0 0 0 975382 440 0 0 25 0 1 0 306503368 441139200 106548 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 107700 106548 95 220 0 107477 0
Current children cumulated CPU time (s) 9758.22
Current children cumulated vsize (KiB) 430800

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1359144/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=430796 CPUtime=9818.19
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 666491 0 0 0 981359 460 0 0 25 0 1 0 306503368 441135104 106941 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 107699 106941 95 220 0 107476 0
Current children cumulated CPU time (s) 9818.19
Current children cumulated vsize (KiB) 430796

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18513
/proc/meminfo: memFree=1356904/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=431368 CPUtime=9878.18
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 678371 0 0 0 987351 467 0 0 25 0 1 0 306503368 441720832 107505 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 107842 107505 95 220 0 107619 0
Current children cumulated CPU time (s) 9878.18
Current children cumulated vsize (KiB) 431368

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18515
/proc/meminfo: memFree=1354344/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=436468 CPUtime=9938.15
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 687171 0 0 0 993342 473 0 0 25 0 1 0 306503368 446943232 108142 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 109117 108142 95 220 0 108894 0
Current children cumulated CPU time (s) 9938.15
Current children cumulated vsize (KiB) 436468

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18515
/proc/meminfo: memFree=1352296/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=436892 CPUtime=9998.13
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 697943 0 0 0 999333 480 0 0 25 0 1 0 306503368 447377408 108664 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 109223 108664 95 220 0 109000 0
Current children cumulated CPU time (s) 9998.13
Current children cumulated vsize (KiB) 436892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18515
/proc/meminfo: memFree=1352232/2055920 swapFree=4154856/4192956
[pid=17438] ppid=17436 vsize=436892 CPUtime=10000
/proc/17438/stat : 17438 (sat7_bin) R 17436 17438 17168 0 -1 4194304 697958 0 0 0 999523 480 0 0 25 0 1 0 306503368 447377408 108679 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17438/statm: 109223 108679 95 220 0 109000 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 436892

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): 10004.3
CPU time (s): 10000.1
CPU user time (s): 9995.23
CPU system time (s): 4.87626
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 437340

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

runsolver used 7.92279 second user time and 22.5466 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Tue May  8 00:57:40 UTC 2007

IDJOB= 370299
IDBENCH= 20423
IDSOLVER= 183
FILE ID= node20/370299-1178585858

PBS_JOBID= 5217725

Free space on /tmp= 66537 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= /tmp/evaluation/370299-1178585858/sat7_bin /tmp/evaluation/370299-1178585858/instance-370299-1178585858.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-370299-1178585858 -o ROOT/results/node20/solver-370299-1178585858 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370299-1178585858/sat7_bin /tmp/evaluation/370299-1178585858/instance-370299-1178585858.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7cc30e40be8c690e76c3fb158623be61

RANDOM SEED= 481816570

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.265
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.265
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:       1821320 kB
Buffers:         23440 kB
Cached:         124824 kB
SwapCached:      16228 kB
Active:          79320 kB
Inactive:        91600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821320 kB
SwapTotal:     4192956 kB
SwapFree:      4154856 kB
Dirty:           28776 kB
Writeback:           0 kB
Mapped:          29672 kB
Slab:            49284 kB
Committed_AS:  6721516 kB
PageTables:       1744 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= 66537 MiB

End job on node20 on Tue May  8 03:44:27 UTC 2007