Trace number 302729

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
Spear FHS 1.0? (TO) 1200.06 1200.51

General information on the benchmark

Namerandom/LargeSize/7SAT/v240/
unif-k7-r85-v240-c20400-S1739132237-05.cnf
MD5SUM8af25e83c87656a2ddb717d63bbf1df6
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 variables240
Number of clauses20400
Sum of the clauses size142800
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 520400

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/302729-1172018397/instance-302729-1172018397.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node35/watcher-302729-1172018397 -o ROOT/results/node35/solver-302729-1172018397 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/302729-1172018397/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302729-1172018397/instance-302729-1172018397.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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/64 22971
/proc/meminfo: memFree=1531280/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=1396 CPUtime=0
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195603478 1429504 167 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 349 167 129 302 0 44 0

[startup+0.10761 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22971
/proc/meminfo: memFree=1531280/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=2980 CPUtime=0.1
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 562 0 0 0 10 0 0 0 18 0 1 0 195603478 3051520 546 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 745 546 140 302 0 440 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2980

[startup+0.515689 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22971
/proc/meminfo: memFree=1531280/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=4008 CPUtime=0.5
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 819 0 0 0 50 0 0 0 21 0 1 0 195603478 4104192 803 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 1002 803 140 302 0 697 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4008

[startup+1.33785 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1527384/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=5680 CPUtime=1.33
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 1239 0 0 0 132 1 0 0 25 0 1 0 195603478 5816320 1223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 1420 1223 140 302 0 1115 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5680

[startup+2.97618 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1525336/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=8252 CPUtime=2.96
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 1862 0 0 0 294 2 0 0 25 0 1 0 195603478 8450048 1846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 2063 1846 140 302 0 1758 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8252

[startup+6.25282 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1521048/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=11976 CPUtime=6.24
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 2823 0 0 0 620 4 0 0 25 0 1 0 195603478 12263424 2807 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 2994 2807 140 302 0 2689 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11976

[startup+12.7091 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1514968/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=17776 CPUtime=12.69
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 4283 0 0 0 1262 7 0 0 25 0 1 0 195603478 18202624 4234 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 4444 4234 140 302 0 4139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17776

[startup+25.5106 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1506776/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=26420 CPUtime=25.49
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 6456 0 0 0 2538 11 0 0 25 0 1 0 195603478 27054080 6342 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 6605 6342 140 302 0 6300 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26420

[startup+51.1207 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1494424/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=38384 CPUtime=51.09
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 9465 0 0 0 5089 20 0 0 25 0 1 0 195603478 39305216 9351 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 9596 9351 140 302 0 9291 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38384

[startup+102.339 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1477144/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=56256 CPUtime=102.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 13928 0 0 0 10198 31 0 0 25 0 1 0 195603478 57606144 13685 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 14064 13685 140 302 0 13759 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 56256

[startup+162.365 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1461528/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=71552 CPUtime=162.3
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 17757 0 0 0 16186 44 0 0 25 0 1 0 195603478 73269248 17514 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 17888 17514 140 302 0 17583 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 71552

[startup+222.384 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1449240/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=84080 CPUtime=222.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 20858 0 0 0 22175 54 0 0 25 0 1 0 195603478 86097920 20615 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 21020 20615 140 302 0 20715 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 84080

[startup+282.403 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1438552/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=95736 CPUtime=282.28
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 23767 0 0 0 28168 60 0 0 25 0 1 0 195603478 98033664 23267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 23934 23267 140 302 0 23629 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 95736

[startup+342.425 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1429336/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=105008 CPUtime=342.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 26072 0 0 0 34160 69 0 0 25 0 1 0 195603478 107528192 25572 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 26252 25572 140 302 0 25947 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 105008

[startup+402.453 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1420632/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=113576 CPUtime=402.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 28203 0 0 0 40152 77 0 0 25 0 1 0 195603478 116301824 27703 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 28394 27703 140 302 0 28089 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 113576

[startup+462.473 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1412696/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=121824 CPUtime=462.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 30217 0 0 0 46144 85 0 0 25 0 1 0 195603478 124747776 29717 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 30456 29717 140 302 0 30151 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 121824

[startup+522.49 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1405336/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=129344 CPUtime=522.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 32060 0 0 0 52138 91 0 0 25 0 1 0 195603478 132448256 31560 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 32336 31560 140 302 0 32031 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 129344

[startup+582.514 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1398424/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=136096 CPUtime=582.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 33747 0 0 0 58133 96 0 0 25 0 1 0 195603478 139362304 33247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 34024 33247 140 302 0 33719 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 136096

[startup+642.54 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1391832/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=142856 CPUtime=642.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 35395 0 0 0 64128 101 0 0 25 0 1 0 195603478 146284544 34895 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 35714 34895 140 302 0 35409 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 142856

[startup+702.566 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1385368/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=149356 CPUtime=702.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 37013 0 0 0 70122 107 0 0 25 0 1 0 195603478 152940544 36513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 37339 36513 140 302 0 37034 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 149356

[startup+762.584 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1378392/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=156704 CPUtime=762.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 38749 0 0 0 76117 112 0 0 25 0 1 0 195603478 160464896 38249 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 39176 38249 140 302 0 38871 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 156704

[startup+822.609 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1372248/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=162904 CPUtime=822.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 40261 0 0 0 82111 118 0 0 25 0 1 0 195603478 166813696 39761 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 40726 39761 140 302 0 40421 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 162904

[startup+882.63 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1366040/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=169104 CPUtime=882.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 41805 0 0 0 88105 124 0 0 25 0 1 0 195603478 173162496 41305 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 42276 41305 140 302 0 41971 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 169104

[startup+942.654 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1360024/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=174960 CPUtime=942.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 43295 0 0 0 94100 129 0 0 25 0 1 0 195603478 179159040 42795 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 43740 42795 140 302 0 43435 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 174960

[startup+1002.68 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1354392/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=182960 CPUtime=1002.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 45253 0 0 0 100095 134 0 0 25 0 1 0 195603478 187351040 44240 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 45740 44240 140 302 0 45435 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 182960

[startup+1062.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1348760/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=188404 CPUtime=1062.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 46634 0 0 0 106091 138 0 0 25 0 1 0 195603478 192925696 45621 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 47101 45621 140 302 0 46796 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 188404

[startup+1122.73 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1343256/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=193992 CPUtime=1122.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 48001 0 0 0 112085 144 0 0 25 0 1 0 195603478 198647808 46988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 48498 46988 140 302 0 48193 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 193992

[startup+1182.75 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1337880/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=199264 CPUtime=1182.29
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 49348 0 0 0 118079 150 0 0 25 0 1 0 195603478 204046336 48335 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 49816 48335 140 302 0 49511 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 199264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1336216/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=200876 CPUtime=1200.01
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 49748 0 0 0 119850 151 0 0 25 0 1 0 195603478 205697024 48735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 50219 48735 140 302 0 49914 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 200876

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

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

[startup+1200.47 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22972
/proc/meminfo: memFree=1336216/2055920 swapFree=4183772/4192956
[pid=22971] ppid=22969 vsize=200876 CPUtime=1200.01
/proc/22971/stat : 22971 (Spear-32) R 22969 22971 22571 0 -1 4194304 49748 0 0 0 119850 151 0 0 25 0 1 0 195603478 205697024 48735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22971/statm: 50219 48735 140 302 0 49914 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 200876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1198.51
CPU system time (s): 1.55076
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 200876

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

runsolver used 0.793879 second user time and 2.43063 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Wed Feb 21 00:39:58 UTC 2007

IDJOB= 302729
IDBENCH= 20090
IDSOLVER= 131
FILE ID= node35/302729-1172018397

PBS_JOBID= 3892688

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v240/unif-k7-r85-v240-c20400-S1739132237-05.cnf
COMMAND LINE= /tmp/evaluation/302729-1172018397/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302729-1172018397/instance-302729-1172018397.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-302729-1172018397 -o ROOT/results/node35/solver-302729-1172018397 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/302729-1172018397/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/302729-1172018397/instance-302729-1172018397.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8af25e83c87656a2ddb717d63bbf1df6

RANDOM SEED= 958978123

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.263
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.263
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:       1531768 kB
Buffers:         37116 kB
Cached:         393504 kB
SwapCached:       3084 kB
Active:          61808 kB
Inactive:       378220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531768 kB
SwapTotal:     4192956 kB
SwapFree:      4183772 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            70192 kB
Committed_AS:   740676 kB
PageTables:       1412 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= 66561 MiB

End job on node35 on Wed Feb 21 01:00:00 UTC 2007