Trace number 298589

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.1 1200.44

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1373941726-12.UNSAT.shuffled.cnf
MD5SUMba211b00665e5525ca8dfbd839bb6bc4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.5363
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/298589-1171858553/instance-298589-1171858553.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/node40/watcher-298589-1171858553 -o ROOT/results/node40/solver-298589-1171858553 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298589-1171858553/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298589-1171858553/instance-298589-1171858553.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/64 15591
/proc/meminfo: memFree=763376/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=1532 CPUtime=0
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 110889568 1568768 178 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 383 178 129 302 0 78 0

[startup+0.106727 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15591
/proc/meminfo: memFree=763376/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=1788 CPUtime=0.1
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 110889568 1830912 265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514779 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15591
/proc/meminfo: memFree=763376/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=2436 CPUtime=0.5
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 459 0 0 0 49 1 0 0 21 0 1 0 110889568 2494464 443 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 609 443 140 302 0 304 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2436

[startup+1.33489 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=761384/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=3468 CPUtime=1.32
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 688 0 0 0 130 2 0 0 25 0 1 0 110889568 3551232 672 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 867 672 140 302 0 562 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3468

[startup+2.9711 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=760360/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=4516 CPUtime=2.96
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 969 0 0 0 293 3 0 0 25 0 1 0 110889568 4624384 953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 1129 953 140 302 0 824 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4516

[startup+6.24752 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=758640/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=6196 CPUtime=6.23
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 1369 0 0 0 618 5 0 0 25 0 1 0 110889568 6344704 1320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 1549 1320 140 302 0 1244 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6196

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=756208/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=8296 CPUtime=12.68
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 1924 0 0 0 1262 6 0 0 25 0 1 0 110889568 8495104 1875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 2074 1875 140 302 0 1769 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8296

[startup+25.506 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=753392/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=11508 CPUtime=25.49
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 2709 0 0 0 2539 10 0 0 25 0 1 0 110889568 11784192 2595 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 2877 2595 140 302 0 2572 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11508

[startup+51.1123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=748720/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=16120 CPUtime=51.09
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 3861 0 0 0 5094 15 0 0 25 0 1 0 110889568 16506880 3747 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526909 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 4030 3747 140 302 0 3725 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16120

[startup+102.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15592
/proc/meminfo: memFree=742640/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=22676 CPUtime=102.28
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 5489 0 0 0 10205 23 0 0 25 0 1 0 110889568 23220224 5246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 5669 5246 140 302 0 5364 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 22676

[startup+162.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=736944/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=28324 CPUtime=162.28
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 6894 0 0 0 16197 31 0 0 25 0 1 0 110889568 29003776 6651 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 7081 6651 140 302 0 6776 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28324

[startup+222.362 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=732336/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=33096 CPUtime=222.29
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 8056 0 0 0 22190 39 0 0 25 0 1 0 110889568 33890304 7813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 8274 7813 140 302 0 7969 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 33096

[startup+282.382 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=728240/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=38444 CPUtime=282.29
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 9318 0 0 0 28184 45 0 0 25 0 1 0 110889568 39366656 8818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 9611 8818 140 302 0 9306 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 38444

[startup+342.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=724400/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=42420 CPUtime=342.3
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 10274 0 0 0 34179 51 0 0 25 0 1 0 110889568 43438080 9774 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 10605 9774 140 302 0 10300 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 42420

[startup+402.431 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=720816/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=45780 CPUtime=402.31
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 11150 0 0 0 40175 56 0 0 25 0 1 0 110889568 46878720 10650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 11445 10650 140 302 0 11140 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 45780

[startup+462.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=717424/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=49244 CPUtime=462.31
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 11995 0 0 0 46170 61 0 0 25 0 1 0 110889568 50425856 11495 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 12311 11495 140 302 0 12006 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 49244

[startup+522.471 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=714608/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=52152 CPUtime=522.31
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 12686 0 0 0 52165 66 0 0 25 0 1 0 110889568 53403648 12186 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 13038 12186 140 302 0 12733 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 52152

[startup+582.491 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=712112/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=54788 CPUtime=582.32
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 13362 0 0 0 58161 71 0 0 25 0 1 0 110889568 56102912 12862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 13697 12862 140 302 0 13392 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 54788

[startup+642.515 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=709552/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=57380 CPUtime=642.32
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 13992 0 0 0 64156 76 0 0 25 0 1 0 110889568 58757120 13492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 14345 13492 140 302 0 14040 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 57380

[startup+702.535 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=706672/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=60328 CPUtime=702.33
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 14704 0 0 0 70152 81 0 0 25 0 1 0 110889568 61775872 14204 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 15082 14204 140 302 0 14777 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 60328

[startup+762.556 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=704112/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=63148 CPUtime=762.33
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 15339 0 0 0 76147 86 0 0 25 0 1 0 110889568 64663552 14839 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 15787 14839 140 302 0 15482 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 63148

[startup+822.579 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=701616/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=65844 CPUtime=822.34
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 15972 0 0 0 82144 90 0 0 25 0 1 0 110889568 67424256 15472 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 16461 15472 140 302 0 16156 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 65844

[startup+882.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=699056/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=68552 CPUtime=882.34
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 16618 0 0 0 88140 94 0 0 25 0 1 0 110889568 70197248 16118 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 17138 16118 140 302 0 16833 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 68552

[startup+942.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=696816/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=72792 CPUtime=942.34
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 17683 0 0 0 94136 98 0 0 25 0 1 0 110889568 74539008 16670 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 18198 16670 140 302 0 17893 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 72792

[startup+1002.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=694768/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=74752 CPUtime=1002.35
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 18210 0 0 0 100132 103 0 0 25 0 1 0 110889568 76546048 17197 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 18688 17197 140 302 0 18383 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 74752

[startup+1062.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=692592/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=76844 CPUtime=1062.35
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 18745 0 0 0 106128 107 0 0 25 0 1 0 110889568 78688256 17732 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 19211 17732 140 302 0 18906 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 76844

[startup+1122.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=690160/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=79476 CPUtime=1122.37
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 19339 0 0 0 112125 112 0 0 25 0 1 0 110889568 81383424 18326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 19869 18326 140 302 0 19564 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 79476

[startup+1182.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=688176/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=81356 CPUtime=1182.36
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 19843 0 0 0 118121 115 0 0 25 0 1 0 110889568 83308544 18830 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 20339 18830 140 302 0 20034 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 81356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=687600/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=81868 CPUtime=1200.08
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 19965 0 0 0 119892 116 0 0 25 0 1 0 110889568 83832832 18952 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 20467 18952 140 302 0 20162 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 81868

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

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

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15594
/proc/meminfo: memFree=687600/2055920 swapFree=4183864/4192956
[pid=15591] ppid=15589 vsize=81868 CPUtime=1200.08
/proc/15591/stat : 15591 (Spear-32) R 15589 15591 14498 0 -1 4194304 19965 0 0 0 119892 116 0 0 25 0 1 0 110889568 83832832 18952 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15591/statm: 20467 18952 140 302 0 20162 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 81868

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.1
CPU user time (s): 1198.92
CPU system time (s): 1.18182
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 81868

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

runsolver used 0.770882 second user time and 2.44263 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Feb 19 04:15:53 UTC 2007

IDJOB= 298589
IDBENCH= 19989
IDSOLVER= 132
FILE ID= node40/298589-1171858553

PBS_JOBID= 3839738

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ba211b00665e5525ca8dfbd839bb6bc4

RANDOM SEED= 499688058

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.242
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.242
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:        763784 kB
Buffers:         50636 kB
Cached:        1118588 kB
SwapCached:       4252 kB
Active:         826840 kB
Inactive:       353208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        763784 kB
SwapTotal:     4192956 kB
SwapFree:      4183864 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          15484 kB
Slab:            98144 kB
Committed_AS:   172032 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= 66562 MiB

End job on node40 on Mon Feb 19 04:35:56 UTC 2007