Trace number 298794

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.05 1200.53

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1085782051-01.UNSAT.shuffled.cnf
MD5SUM7faf66a7cdab73c483b5715fbee2bc7a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.2216
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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.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/298794-1171860782/instance-298794-1171860782.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/node17/watcher-298794-1171860782 -o ROOT/results/node17/solver-298794-1171860782 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298794-1171860782/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298794-1171860782/instance-298794-1171860782.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.99 0.98 0.99 3/77 24292
/proc/meminfo: memFree=1575240/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=1532 CPUtime=0
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 206032469 1568768 177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 383 177 128 302 0 78 0

[startup+0.106996 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24292
/proc/meminfo: memFree=1575240/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=1788 CPUtime=0.1
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 279 0 0 0 10 0 0 0 18 0 1 0 206032469 1830912 263 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 447 263 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515038 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 24292
/proc/meminfo: memFree=1575240/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=2444 CPUtime=0.5
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 451 0 0 0 49 1 0 0 21 0 1 0 206032469 2502656 435 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 611 435 140 302 0 306 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2444

[startup+1.33512 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24293
/proc/meminfo: memFree=1573376/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=3412 CPUtime=1.33
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 673 0 0 0 131 2 0 0 25 0 1 0 206032469 3493888 657 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 853 657 140 302 0 548 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3412

[startup+2.97129 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24293
/proc/meminfo: memFree=1572224/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=4580 CPUtime=2.96
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 969 0 0 0 293 3 0 0 25 0 1 0 206032469 4689920 953 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 1145 953 140 302 0 840 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4580

[startup+6.25464 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24293
/proc/meminfo: memFree=1570432/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=6256 CPUtime=6.24
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 1389 0 0 0 619 5 0 0 25 0 1 0 206032469 6406144 1340 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 1564 1340 140 302 0 1259 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6256

[startup+12.7053 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24293
/proc/meminfo: memFree=1568128/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=8264 CPUtime=12.69
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 1912 0 0 0 1262 7 0 0 25 0 1 0 206032469 8462336 1863 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 2066 1863 140 302 0 1761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8264

[startup+25.5137 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1564992/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=11668 CPUtime=25.5
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 2764 0 0 0 2538 12 0 0 25 0 1 0 206032469 11948032 2650 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 2917 2650 140 302 0 2612 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 11668

[startup+51.1283 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1560576/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=16052 CPUtime=51.11
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 3864 0 0 0 5094 17 0 0 25 0 1 0 206032469 16437248 3750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 4013 3750 140 302 0 3708 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16052

[startup+102.349 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1554496/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=22724 CPUtime=102.31
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 5500 0 0 0 10207 24 0 0 25 0 1 0 206032469 23269376 5257 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 5681 5257 140 302 0 5376 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22724

[startup+162.386 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1548032/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=29108 CPUtime=162.33
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 7075 0 0 0 16200 33 0 0 25 0 1 0 206032469 29806592 6832 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 7277 6832 140 302 0 6972 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 29108

[startup+222.419 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1543808/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=33428 CPUtime=222.35
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 8138 0 0 0 22195 40 0 0 25 0 1 0 206032469 34230272 7895 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 8357 7895 140 302 0 8052 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 33428

[startup+282.457 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1539840/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=38508 CPUtime=282.37
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 9396 0 0 0 28190 47 0 0 25 0 1 0 206032469 39432192 8896 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 9627 8896 140 302 0 9322 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 38508

[startup+342.494 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24293
/proc/meminfo: memFree=1536000/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=42576 CPUtime=342.4
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 10355 0 0 0 34185 55 0 0 25 0 1 0 206032469 43597824 9855 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 10644 9855 140 302 0 10339 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 42576

[startup+402.534 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 24293
/proc/meminfo: memFree=1532736/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=45924 CPUtime=402.42
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 11163 0 0 0 40181 61 0 0 25 0 1 0 206032469 47026176 10663 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 11481 10663 140 302 0 11176 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 45924

[startup+462.569 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 24293
/proc/meminfo: memFree=1529472/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=49444 CPUtime=462.44
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 11965 0 0 0 46177 67 0 0 25 0 1 0 206032469 50630656 11465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 12361 11465 140 302 0 12056 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 49444

[startup+522.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 24407
/proc/meminfo: memFree=1525376/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=52372 CPUtime=522.42
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 12687 0 0 0 52169 73 0 0 25 0 1 0 206032469 53628928 12187 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 13093 12187 140 302 0 12788 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 52372

[startup+582.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1523520/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=55356 CPUtime=582.41
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 13423 0 0 0 58163 78 0 0 25 0 1 0 206032469 56684544 12923 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 13839 12923 140 302 0 13534 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 55356

[startup+642.718 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1520768/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=58012 CPUtime=642.43
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 14113 0 0 0 64159 84 0 0 25 0 1 0 206032469 59404288 13613 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 14503 13613 140 302 0 14198 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 58012

[startup+702.752 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1517696/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=61164 CPUtime=702.45
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 14864 0 0 0 70157 88 0 0 25 0 1 0 206032469 62631936 14364 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 15291 14364 140 302 0 14986 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 61164

[startup+762.786 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1515200/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=64136 CPUtime=762.47
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 15485 0 0 0 76155 92 0 0 25 0 1 0 206032469 65675264 14985 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 16034 14985 140 302 0 15729 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 64136

[startup+822.823 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1512832/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=66356 CPUtime=822.49
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 16059 0 0 0 82153 96 0 0 25 0 1 0 206032469 67948544 15559 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 16589 15559 140 302 0 16284 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 66356

[startup+882.858 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1510336/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=69300 CPUtime=882.51
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 16677 0 0 0 88152 99 0 0 25 0 1 0 206032469 70963200 16177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526986 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 17325 16177 140 302 0 17020 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 69300

[startup+942.894 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 24491
/proc/meminfo: memFree=1508352/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=73184 CPUtime=942.53
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 17697 0 0 0 94149 104 0 0 25 0 1 0 206032469 74940416 16684 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 18296 16684 140 302 0 17991 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 73184

[startup+1002.93 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 24491
/proc/meminfo: memFree=1506560/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=75140 CPUtime=1002.55
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 18175 0 0 0 100147 108 0 0 25 0 1 0 206032469 76943360 17162 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 18785 17162 140 302 0 18480 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 75140

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1504448/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=77076 CPUtime=1062.57
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 18693 0 0 0 106144 113 0 0 25 0 1 0 206032469 78925824 17680 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 19269 17680 140 302 0 18964 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 77076

[startup+1123 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1502336/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=79168 CPUtime=1122.58
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 19235 0 0 0 112141 117 0 0 25 0 1 0 206032469 81068032 18222 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 19792 18222 140 302 0 19487 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 79168

[startup+1183.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1500480/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=81156 CPUtime=1182.61
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 19693 0 0 0 118140 121 0 0 25 0 1 0 206032469 83103744 18680 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 20289 18680 140 302 0 19984 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 81156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24491
/proc/meminfo: memFree=1499904/2055920 swapFree=4192812/4192956
[pid=24292] ppid=24290 vsize=81680 CPUtime=1200.03
/proc/24292/stat : 24292 (Spear-32) R 24290 24292 23002 0 -1 4194304 19820 0 0 0 119881 122 0 0 25 0 1 0 206032469 83640320 18807 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24292/statm: 20420 18807 140 302 0 20115 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 81680

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): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1198.81
CPU system time (s): 1.23681
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 81680

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

runsolver used 1.24381 second user time and 3.02754 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Feb 19 04:53:02 UTC 2007

IDJOB= 298794
IDBENCH= 19994
IDSOLVER= 132
FILE ID= node17/298794-1171860782

PBS_JOBID= 3839404

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1085782051-01.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298794-1171860782/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298794-1171860782/instance-298794-1171860782.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-298794-1171860782 -o ROOT/results/node17/solver-298794-1171860782 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298794-1171860782/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298794-1171860782/instance-298794-1171860782.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7faf66a7cdab73c483b5715fbee2bc7a

RANDOM SEED= 503806480

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.229
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.229
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:       1575712 kB
Buffers:         51532 kB
Cached:         311996 kB
SwapCached:          0 kB
Active:         271896 kB
Inactive:       136528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          63884 kB
Slab:            57356 kB
Committed_AS:   747780 kB
PageTables:       1752 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= 66545 MiB

End job on node17 on Mon Feb 19 05:13:05 UTC 2007