Trace number 293012

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.12 1200.61

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/293012-1171763130/instance-293012-1171763130.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/node10/watcher-293012-1171763130 -o ROOT/results/node10/solver-293012-1171763130 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293012-1171763130/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293012-1171763130/instance-293012-1171763130.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 14535
/proc/meminfo: memFree=1569528/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=1396 CPUtime=0
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 196268010 1429504 168 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134799873 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 349 168 129 302 0 44 0

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

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

[startup+1.33534 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1567344/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=3648 CPUtime=1.32
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 755 0 0 0 131 1 0 0 25 0 1 0 196268010 3735552 739 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 912 739 140 302 0 607 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3648

[startup+2.97156 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1566192/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=5088 CPUtime=2.96
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 1077 0 0 0 294 2 0 0 25 0 1 0 196268010 5210112 1061 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 1272 1061 140 302 0 967 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5088

[startup+6.255 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1564144/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=6828 CPUtime=6.24
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 1546 0 0 0 620 4 0 0 25 0 1 0 196268010 6991872 1497 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 1707 1497 140 302 0 1402 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6828

[startup+12.7069 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1561648/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=9032 CPUtime=12.69
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 2102 0 0 0 1263 6 0 0 25 0 1 0 196268010 9248768 2053 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 2258 2053 140 302 0 1953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9032

[startup+25.5156 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1558320/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=12876 CPUtime=25.49
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 3021 0 0 0 2540 9 0 0 25 0 1 0 196268010 13185024 2907 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 3219 2907 140 302 0 2914 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12876

[startup+51.1291 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1553136/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=17912 CPUtime=51.1
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 4292 0 0 0 5095 15 0 0 25 0 1 0 196268010 18341888 4178 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 4478 4178 140 302 0 4173 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 17912

[startup+102.35 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1546352/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=25072 CPUtime=102.31
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 6110 0 0 0 10207 24 0 0 25 0 1 0 196268010 25673728 5867 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 6268 5867 140 302 0 5963 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 25072

[startup+162.387 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1540144/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=31428 CPUtime=162.33
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 7618 0 0 0 16200 33 0 0 25 0 1 0 196268010 32182272 7375 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 7857 7375 140 302 0 7552 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 31428

[startup+222.421 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1535216/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=36472 CPUtime=222.34
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 8848 0 0 0 22193 41 0 0 25 0 1 0 196268010 37347328 8605 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 9118 8605 140 302 0 8813 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 36472

[startup+282.456 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1531056/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=41692 CPUtime=282.36
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 10144 0 0 0 28188 48 0 0 25 0 1 0 196268010 42692608 9644 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 10423 9644 140 302 0 10118 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 41692

[startup+342.493 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14536
/proc/meminfo: memFree=1526896/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=45868 CPUtime=342.38
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 11166 0 0 0 34183 55 0 0 25 0 1 0 196268010 46968832 10666 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 11467 10666 140 302 0 11162 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 45868

[startup+402.529 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1523632/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=49192 CPUtime=402.39
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 11980 0 0 0 40180 59 0 0 25 0 1 0 196268010 50372608 11480 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 12298 11480 140 302 0 11993 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 49192

[startup+462.567 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1520688/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=52496 CPUtime=462.41
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 12719 0 0 0 46178 63 0 0 25 0 1 0 196268010 53755904 12219 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 13124 12219 140 302 0 12819 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 52496

[startup+522.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1518064/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=55204 CPUtime=522.43
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 13383 0 0 0 52174 69 0 0 25 0 1 0 196268010 56528896 12883 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 13801 12883 140 302 0 13496 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 55204

[startup+582.635 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1515120/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=58316 CPUtime=582.45
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 14114 0 0 0 58171 74 0 0 25 0 1 0 196268010 59715584 13614 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 14579 13614 140 302 0 14274 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 58316

[startup+642.677 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1512496/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=60984 CPUtime=642.47
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 14775 0 0 0 64167 80 0 0 25 0 1 0 196268010 62447616 14275 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 15246 14275 140 302 0 14941 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 60984

[startup+702.716 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1509680/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=63696 CPUtime=702.48
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 15478 0 0 0 70164 84 0 0 25 0 1 0 196268010 65224704 14978 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 15924 14978 140 302 0 15619 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 63696

[startup+762.757 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1507184/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=66420 CPUtime=762.5
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 16131 0 0 0 76160 90 0 0 25 0 1 0 196268010 68014080 15631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 16605 15631 140 302 0 16300 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 66420

[startup+822.799 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1504496/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=68864 CPUtime=822.53
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 16771 0 0 0 82159 94 0 0 25 0 1 0 196268010 70516736 16271 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 17216 16271 140 302 0 16911 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 68864

[startup+882.834 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14536
/proc/meminfo: memFree=1502192/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=71216 CPUtime=882.55
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 17358 0 0 0 88156 99 0 0 25 0 1 0 196268010 72925184 16858 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 17804 16858 140 302 0 17499 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 71216

[startup+942.876 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14608
/proc/meminfo: memFree=1498416/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=76100 CPUtime=942.53
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 18508 0 0 0 94150 103 0 0 25 0 1 0 196268010 77926400 17495 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 19025 17495 140 302 0 18720 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 76100

[startup+1002.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14700
/proc/meminfo: memFree=1496248/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=78316 CPUtime=1002.53
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 19057 0 0 0 100146 107 0 0 25 0 1 0 196268010 80195584 18044 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 19579 18044 140 302 0 19274 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 78316

[startup+1062.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14734
/proc/meminfo: memFree=1495280/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=80540 CPUtime=1062.54
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 19571 0 0 0 106143 111 0 0 25 0 1 0 196268010 82472960 18558 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 20135 18558 140 302 0 19830 0
Current children cumulated CPU time (s) 1062.54
Current children cumulated vsize (KiB) 80540

[startup+1123.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14734
/proc/meminfo: memFree=1493360/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=82352 CPUtime=1122.56
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 20045 0 0 0 112141 115 0 0 25 0 1 0 196268010 84328448 19032 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 20588 19032 140 302 0 20283 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 82352

[startup+1183.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14734
/proc/meminfo: memFree=1491568/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=84148 CPUtime=1182.58
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 20491 0 0 0 118139 119 0 0 25 0 1 0 196268010 86167552 19478 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 21037 19478 140 302 0 20732 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 84148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14734
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=84672 CPUtime=1200.09
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 20616 0 0 0 119890 119 0 0 25 0 1 0 196268010 86704128 19603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 21168 19603 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.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14734
/proc/meminfo: memFree=1490992/2055920 swapFree=4192812/4192956
[pid=14535] ppid=14533 vsize=84672 CPUtime=1200.09
/proc/14535/stat : 14535 (Spear-32) R 14533 14535 14064 0 -1 4194304 20616 0 0 0 119890 119 0 0 25 0 1 0 196268010 86704128 19603 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14535/statm: 21168 19603 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.61
CPU time (s): 1200.12
CPU user time (s): 1198.91
CPU system time (s): 1.21281
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 84672

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

runsolver used 1.24381 second user time and 3.02754 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Feb 18 01:45:30 UTC 2007

IDJOB= 293012
IDBENCH= 19853
IDSOLVER= 131
FILE ID= node10/293012-1171763130

PBS_JOBID= 3839276

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FHS 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/293012-1171763130/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293012-1171763130/instance-293012-1171763130.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-293012-1171763130 -o ROOT/results/node10/solver-293012-1171763130 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293012-1171763130/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293012-1171763130/instance-293012-1171763130.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f58c1c79829cde7ca8870c737bfcca7c

RANDOM SEED= 438650483

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1570000 kB
Buffers:         41500 kB
Cached:         335628 kB
SwapCached:          0 kB
Active:         234692 kB
Inactive:       186672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          63096 kB
Slab:            50000 kB
Committed_AS:  1136748 kB
PageTables:       1832 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= 66543 MiB

End job on node10 on Sun Feb 18 02:05:33 UTC 2007