Trace number 293013

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.49

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S114606831-19.UNSAT.shuffled.cnf
MD5SUMf58c1c79829cde7ca8870c737bfcca7c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark847.449
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
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/293013-1171763142/instance-293013-1171763142.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/node3/watcher-293013-1171763142 -o ROOT/results/node3/solver-293013-1171763142 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293013-1171763142/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293013-1171763142/instance-293013-1171763142.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.97 3/77 16588
/proc/meminfo: memFree=794856/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=1396 CPUtime=0
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 196269045 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 349 169 129 302 0 44 0

[startup+0.106959 s]
/proc/loadavg: 0.99 0.98 0.97 3/77 16588
/proc/meminfo: memFree=794856/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=1784 CPUtime=0.1
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 295 0 0 0 10 0 0 0 18 0 1 0 196269045 1826816 279 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 446 279 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.514992 s]
/proc/loadavg: 0.99 0.98 0.97 3/77 16588
/proc/meminfo: memFree=794856/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=2740 CPUtime=0.51
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 498 0 0 0 50 1 0 0 22 0 1 0 196269045 2805760 482 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 685 482 140 302 0 380 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2740

[startup+1.33506 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=792736/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=3648 CPUtime=1.33
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 750 0 0 0 131 2 0 0 25 0 1 0 196269045 3735552 734 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 912 734 140 302 0 607 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3648

[startup+2.97119 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=791648/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=4956 CPUtime=2.96
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 1068 0 0 0 293 3 0 0 25 0 1 0 196269045 5074944 1052 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 1239 1052 140 302 0 934 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4956

[startup+6.24746 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=789472/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=6828 CPUtime=6.23
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 1538 0 0 0 619 4 0 0 25 0 1 0 196269045 6991872 1489 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 1707 1489 140 302 0 1402 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 6828

[startup+12.705 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=787040/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=9032 CPUtime=12.69
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 2093 0 0 0 1262 7 0 0 25 0 1 0 196269045 9248768 2044 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 2258 2044 140 302 0 1953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9032

[startup+25.515 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=783776/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=12876 CPUtime=25.5
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 3013 0 0 0 2539 11 0 0 25 0 1 0 196269045 13185024 2899 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 3219 2899 140 302 0 2914 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12876

[startup+51.1272 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=778528/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=17784 CPUtime=51.1
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 4283 0 0 0 5094 16 0 0 25 0 1 0 196269045 18210816 4169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 4446 4169 140 302 0 4141 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17784

[startup+102.345 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=771680/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=25072 CPUtime=102.31
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 6107 0 0 0 10207 24 0 0 25 0 1 0 196269045 25673728 5864 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 6268 5864 140 302 0 5963 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25072

[startup+162.375 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 16589
/proc/meminfo: memFree=765536/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=31428 CPUtime=162.33
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 7616 0 0 0 16200 33 0 0 25 0 1 0 196269045 32182272 7373 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 7857 7373 140 302 0 7552 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 31428

[startup+222.402 s]
/proc/loadavg: 1.12 1.02 0.98 2/78 16589
/proc/meminfo: memFree=760608/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=36472 CPUtime=222.34
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 8846 0 0 0 22194 40 0 0 25 0 1 0 196269045 37347328 8603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 9118 8603 140 302 0 8813 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 36472

[startup+282.433 s]
/proc/loadavg: 1.04 1.01 0.98 2/78 16589
/proc/meminfo: memFree=756384/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=41692 CPUtime=282.36
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 10141 0 0 0 28189 47 0 0 25 0 1 0 196269045 42692608 9641 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 10423 9641 140 302 0 10118 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 41692

[startup+342.462 s]
/proc/loadavg: 1.01 1.00 0.98 2/78 16589
/proc/meminfo: memFree=752352/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=45868 CPUtime=342.37
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 11163 0 0 0 34185 52 0 0 25 0 1 0 196269045 46968832 10663 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 11467 10663 140 302 0 11162 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 45868

[startup+402.495 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=748960/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=49192 CPUtime=402.39
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 11980 0 0 0 40182 57 0 0 25 0 1 0 196269045 50372608 11480 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 12298 11480 140 302 0 11993 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 49192

[startup+462.526 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=746080/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=52368 CPUtime=462.41
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 12715 0 0 0 46180 61 0 0 25 0 1 0 196269045 53624832 12215 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 13092 12215 140 302 0 12787 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 52368

[startup+522.558 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=743456/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=55204 CPUtime=522.42
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 13380 0 0 0 52177 65 0 0 25 0 1 0 196269045 56528896 12880 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 13801 12880 140 302 0 13496 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 55204

[startup+582.592 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=740512/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=58316 CPUtime=582.45
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 14111 0 0 0 58174 71 0 0 25 0 1 0 196269045 59715584 13611 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 14579 13611 140 302 0 14274 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 58316

[startup+642.626 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=737888/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=60856 CPUtime=642.46
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 14771 0 0 0 64171 75 0 0 25 0 1 0 196269045 62316544 14271 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 15214 14271 140 302 0 14909 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 60856

[startup+702.658 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 16589
/proc/meminfo: memFree=735072/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=63696 CPUtime=702.48
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 15473 0 0 0 70169 79 0 0 25 0 1 0 196269045 65224704 14973 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 15924 14973 140 302 0 15619 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 63696

[startup+762.689 s]
/proc/loadavg: 1.04 1.01 0.99 2/78 16589
/proc/meminfo: memFree=732448/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=66292 CPUtime=762.5
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 16127 0 0 0 76166 84 0 0 25 0 1 0 196269045 67883008 15627 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 16573 15627 140 302 0 16268 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 66292

[startup+822.722 s]
/proc/loadavg: 1.01 1.01 0.99 2/78 16589
/proc/meminfo: memFree=729888/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=68864 CPUtime=822.52
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 16767 0 0 0 82164 88 0 0 25 0 1 0 196269045 70516736 16267 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 17216 16267 140 302 0 16911 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 68864

[startup+882.749 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 16589
/proc/meminfo: memFree=727648/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=71216 CPUtime=882.53
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 17353 0 0 0 88161 92 0 0 25 0 1 0 196269045 72925184 16853 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 17804 16853 140 302 0 17499 0
Current children cumulated CPU time (s) 882.53
Current children cumulated vsize (KiB) 71216

[startup+942.794 s]
/proc/loadavg: 1.00 1.00 0.99 2/84 16689
/proc/meminfo: memFree=723824/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=76100 CPUtime=942.52
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 18506 0 0 0 94153 99 0 0 25 0 1 0 196269045 77926400 17493 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 19025 17493 140 302 0 18720 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 76100

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 0.99 2/84 16761
/proc/meminfo: memFree=721584/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=78316 CPUtime=1002.52
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 19051 0 0 0 100150 102 0 0 25 0 1 0 196269045 80195584 18038 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 19579 18038 140 302 0 19274 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 78316

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 16787
/proc/meminfo: memFree=720608/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=80540 CPUtime=1062.53
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 19568 0 0 0 106148 105 0 0 25 0 1 0 196269045 82472960 18555 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 20135 18555 140 302 0 19830 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 80540

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 16787
/proc/meminfo: memFree=718688/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=82352 CPUtime=1122.54
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 20039 0 0 0 112146 108 0 0 25 0 1 0 196269045 84328448 19026 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 20588 19026 140 302 0 20283 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 82352

[startup+1182.95 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 16787
/proc/meminfo: memFree=716960/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=84148 CPUtime=1182.56
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 20486 0 0 0 118144 112 0 0 25 0 1 0 196269045 86167552 19473 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 21037 19473 140 302 0 20732 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 84148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 16787
/proc/meminfo: memFree=716512/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=84672 CPUtime=1200.09
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 20612 0 0 0 119895 114 0 0 25 0 1 0 196269045 86704128 19599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 21168 19599 140 302 0 20863 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 84672

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: 1.00 1.00 0.99 2/78 16787
/proc/meminfo: memFree=716512/2055920 swapFree=4192812/4192956
[pid=16588] ppid=16586 vsize=84672 CPUtime=1200.09
/proc/16588/stat : 16588 (Spear-32) R 16586 16588 15859 0 -1 4194304 20612 0 0 0 119895 114 0 0 25 0 1 0 196269045 86704128 19599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16588/statm: 21168 19599 140 302 0 20863 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 84672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.1
CPU user time (s): 1198.95
CPU system time (s): 1.15282
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 84672

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

runsolver used 1.38679 second user time and 2.87156 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Feb 18 01:45:42 UTC 2007

IDJOB= 293013
IDBENCH= 19853
IDSOLVER= 132
FILE ID= node3/293013-1171763142

PBS_JOBID= 3839275

Free space on /tmp= 66552 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S114606831-19.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293013-1171763142/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293013-1171763142/instance-293013-1171763142.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-293013-1171763142 -o ROOT/results/node3/solver-293013-1171763142 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293013-1171763142/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293013-1171763142/instance-293013-1171763142.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f58c1c79829cde7ca8870c737bfcca7c

RANDOM SEED= 891181279

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        795264 kB
Buffers:         56852 kB
Cached:        1071404 kB
SwapCached:          0 kB
Active:         537944 kB
Inactive:       645400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        795264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          74024 kB
Slab:            62868 kB
Committed_AS:   924484 kB
PageTables:       1660 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= 66552 MiB

End job on node3 on Sun Feb 18 02:05:44 UTC 2007