Trace number 294817

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 FH 1.0? (TO) 1200.07 1200.52

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1387394500-16.UNSAT.shuffled.cnf
MD5SUM997a38106b41acec00160b9638f74d24
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 variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

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/294817-1171794981/instance-294817-1171794981.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/node6/watcher-294817-1171794981 -o ROOT/results/node6/solver-294817-1171794981 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294817-1171794981/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/294817-1171794981/instance-294817-1171794981.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: 1.00 1.00 1.00 3/77 10254
/proc/meminfo: memFree=1344440/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=1396 CPUtime=0
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 199452779 1429504 163 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 349 163 128 302 0 44 0

[startup+0.107863 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10254
/proc/meminfo: memFree=1344440/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=2052 CPUtime=0.1
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 341 0 0 0 10 0 0 0 18 0 1 0 199452779 2101248 325 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 513 325 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.515944 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10254
/proc/meminfo: memFree=1344440/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=2848 CPUtime=0.5
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 535 0 0 0 50 0 0 0 21 0 1 0 199452779 2916352 519 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 712 519 140 302 0 407 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2848

[startup+1.33611 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1342128/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=3748 CPUtime=1.32
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 786 0 0 0 131 1 0 0 25 0 1 0 199452779 3837952 770 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 937 770 140 302 0 632 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3748

[startup+2.97243 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1340976/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=5192 CPUtime=2.96
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 1113 0 0 0 294 2 0 0 25 0 1 0 199452779 5316608 1097 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 1298 1097 140 302 0 993 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5192

[startup+6.25308 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1338928/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=7024 CPUtime=6.24
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 1565 0 0 0 621 3 0 0 25 0 1 0 199452779 7192576 1516 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 1756 1516 140 302 0 1451 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7024

[startup+12.7073 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1336304/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=9372 CPUtime=12.69
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 2159 0 0 0 1263 6 0 0 25 0 1 0 199452779 9596928 2110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 2343 2110 140 302 0 2038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9372

[startup+25.5139 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1332912/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=13104 CPUtime=25.49
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 3099 0 0 0 2540 9 0 0 25 0 1 0 199452779 13418496 2985 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 3276 2985 140 302 0 2971 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13104

[startup+51.1279 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1328112/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=17828 CPUtime=51.1
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 4264 0 0 0 5096 14 0 0 25 0 1 0 199452779 18255872 4150 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 4457 4150 140 302 0 4152 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17828

[startup+102.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10255
/proc/meminfo: memFree=1321456/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=25128 CPUtime=102.3
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 6051 0 0 0 10207 23 0 0 25 0 1 0 199452779 25731072 5808 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 6282 5808 140 302 0 5977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25128

[startup+162.385 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 10255
/proc/meminfo: memFree=1315312/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=31352 CPUtime=162.31
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 7572 0 0 0 16200 31 0 0 25 0 1 0 199452779 32104448 7329 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 7838 7329 140 302 0 7533 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 31352

[startup+222.418 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 10257
/proc/meminfo: memFree=1310128/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=36600 CPUtime=222.33
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 8846 0 0 0 22194 39 0 0 25 0 1 0 199452779 37478400 8603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 9150 8603 140 302 0 8845 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 36600

[startup+282.455 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1305712/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=41956 CPUtime=282.34
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 10189 0 0 0 28190 44 0 0 25 0 1 0 199452779 42962944 9689 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 10489 9689 140 302 0 10184 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 41956

[startup+342.488 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 10257
/proc/meminfo: memFree=1301232/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=47000 CPUtime=342.34
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 11357 0 0 0 34185 49 0 0 25 0 1 0 199452779 48128000 10857 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 11750 10857 140 302 0 11445 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 47000

[startup+402.525 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 10257
/proc/meminfo: memFree=1297712/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=50464 CPUtime=402.36
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 12211 0 0 0 40181 55 0 0 25 0 1 0 199452779 51675136 11711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 12616 11711 140 302 0 12311 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 50464

[startup+462.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1294320/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=53960 CPUtime=462.37
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 13044 0 0 0 46176 61 0 0 25 0 1 0 199452779 55255040 12544 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 13490 12544 140 302 0 13185 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 53960

[startup+522.592 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1291184/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=57036 CPUtime=522.38
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 13828 0 0 0 52172 66 0 0 25 0 1 0 199452779 58404864 13328 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 14259 13328 140 302 0 13954 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 57036

[startup+582.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1287984/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=60660 CPUtime=582.4
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 14643 0 0 0 58170 70 0 0 25 0 1 0 199452779 62115840 14143 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 15165 14143 140 302 0 14860 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 60660

[startup+642.672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1285488/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=63580 CPUtime=642.42
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 15262 0 0 0 64167 75 0 0 25 0 1 0 199452779 65105920 14762 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 15895 14762 140 302 0 15590 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 63580

[startup+702.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1282288/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=67004 CPUtime=702.43
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 16064 0 0 0 70162 81 0 0 25 0 1 0 199452779 68612096 15564 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 16751 15564 140 302 0 16446 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 67004

[startup+762.74 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 10257
/proc/meminfo: memFree=1279792/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=69380 CPUtime=762.44
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 16672 0 0 0 76159 85 0 0 25 0 1 0 199452779 71045120 16172 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 17345 16172 140 302 0 17040 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 69380

[startup+822.778 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 10257
/proc/meminfo: memFree=1277360/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=71620 CPUtime=822.46
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 17295 0 0 0 82157 89 0 0 25 0 1 0 199452779 73338880 16795 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 17905 16795 140 302 0 17600 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 71620

[startup+882.812 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1274992/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=74208 CPUtime=882.46
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 17895 0 0 0 88153 93 0 0 25 0 1 0 199452779 75988992 17395 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 18552 17395 140 302 0 18247 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 74208

[startup+942.849 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1272752/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=78336 CPUtime=942.49
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 18959 0 0 0 94152 97 0 0 25 0 1 0 199452779 80216064 17946 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 19584 17946 140 302 0 19279 0
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (KiB) 78336

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1270320/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=80844 CPUtime=1002.49
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 19565 0 0 0 100148 101 0 0 25 0 1 0 199452779 82784256 18552 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 20211 18552 140 302 0 19906 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 80844

[startup+1062.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1268080/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=83420 CPUtime=1062.51
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 20123 0 0 0 106146 105 0 0 25 0 1 0 199452779 85422080 19110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 20855 19110 140 302 0 20550 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 83420

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1265968/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=85476 CPUtime=1122.52
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 20639 0 0 0 112142 110 0 0 25 0 1 0 199452779 87527424 19626 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 21369 19626 140 302 0 21064 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 85476

[startup+1182.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10257
/proc/meminfo: memFree=1264112/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=87276 CPUtime=1182.53
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 21123 0 0 0 118139 114 0 0 25 0 1 0 199452779 89370624 20110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 21819 20110 140 302 0 21514 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 87276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 10257
/proc/meminfo: memFree=1263536/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=87788 CPUtime=1200.05
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 21259 0 0 0 119890 115 0 0 25 0 1 0 199452779 89894912 20246 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 21947 20246 140 302 0 21642 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 87788

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

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

[startup+1200.51 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 10257
/proc/meminfo: memFree=1263536/2055924 swapFree=4192812/4192956
[pid=10254] ppid=10252 vsize=87788 CPUtime=1200.05
/proc/10254/stat : 10254 (Spear-32) R 10252 10254 8606 0 -1 4194304 21259 0 0 0 119890 115 0 0 25 0 1 0 199452779 89894912 20246 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10254/statm: 21947 20246 140 302 0 21642 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 87788

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1198.9
CPU system time (s): 1.16882
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 87788

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

runsolver used 1.34579 second user time and 2.92556 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Feb 18 10:36:21 UTC 2007

IDJOB= 294817
IDBENCH= 19897
IDSOLVER= 132
FILE ID= node6/294817-1171794981

PBS_JOBID= 3839315

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S1387394500-16.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294817-1171794981/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294817-1171794981/instance-294817-1171794981.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-294817-1171794981 -o ROOT/results/node6/solver-294817-1171794981 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294817-1171794981/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294817-1171794981/instance-294817-1171794981.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  997a38106b41acec00160b9638f74d24

RANDOM SEED= 796762291

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1344912 kB
Buffers:         66972 kB
Cached:         511096 kB
SwapCached:          0 kB
Active:         333836 kB
Inactive:       300628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1344912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          75308 kB
Slab:            62120 kB
Committed_AS:   717852 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= 66551 MiB

End job on node6 on Sun Feb 18 10:56:23 UTC 2007