Trace number 301827

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v1100/
unif-k5-r20-v1100-c22000-S485928362-15.cnf
MD5SUM73f8500dfa90695f93ebe5edace82ac9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
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/301827-1171994114/instance-301827-1171994114.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-301827-1171994114 -o ROOT/results/node17/solver-301827-1171994114 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301827-1171994114/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301827-1171994114/instance-301827-1171994114.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 5545
/proc/meminfo: memFree=1549944/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=1548 CPUtime=0
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 219365670 1585152 200 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 387 200 128 302 0 82 0

[startup+0.107846 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5545
/proc/meminfo: memFree=1549944/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=3124 CPUtime=0.1
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 595 0 0 0 10 0 0 0 18 0 1 0 219365670 3198976 579 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 781 579 140 302 0 476 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3124

[startup+0.515888 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 5545
/proc/meminfo: memFree=1549944/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=4900 CPUtime=0.5
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 1027 0 0 0 50 0 0 0 21 0 1 0 219365670 5017600 1011 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 1225 1011 140 302 0 920 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4900

[startup+1.33697 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1544176/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=7948 CPUtime=1.32
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 1787 0 0 0 131 1 0 0 25 0 1 0 219365670 8138752 1771 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 1987 1771 140 302 0 1682 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7948

[startup+2.98015 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1540528/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=12688 CPUtime=2.97
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 3000 0 0 0 294 3 0 0 25 0 1 0 219365670 12992512 2984 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 3172 2984 140 302 0 2867 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 12688

[startup+6.25649 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1532208/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=20200 CPUtime=6.24
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 4857 0 0 0 618 6 0 0 25 0 1 0 219365670 20684800 4841 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 5050 4841 140 302 0 4745 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20200

[startup+12.7132 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1519608/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=32048 CPUtime=12.7
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 7833 0 0 0 1259 11 0 0 25 0 1 0 219365670 32817152 7784 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 8012 7784 140 302 0 7707 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 32048

[startup+25.5145 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1502968/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=49084 CPUtime=25.49
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 12130 0 0 0 2532 17 0 0 25 0 1 0 219365670 50262016 12016 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 12271 12016 140 302 0 11966 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49084

[startup+51.1282 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1478456/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=72912 CPUtime=51.1
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 18114 0 0 0 5084 26 0 0 25 0 1 0 219365670 74661888 18000 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 18228 18000 140 302 0 17923 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 72912

[startup+102.355 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1440568/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=111376 CPUtime=102.32
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 27744 0 0 0 10189 43 0 0 25 0 1 0 219365670 114049024 27501 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 27844 27501 140 302 0 27539 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 111376

[startup+162.394 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1407224/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=143940 CPUtime=162.34
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 35924 0 0 0 16175 59 0 0 25 0 1 0 219365670 147394560 35681 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 35985 35681 140 302 0 35680 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 143940

[startup+222.425 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1375736/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=175600 CPUtime=222.36
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 43848 0 0 0 22164 72 0 0 25 0 1 0 219365670 179814400 43605 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 43900 43605 140 302 0 43595 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 175600

[startup+282.461 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 5546
/proc/meminfo: memFree=1349688/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=202552 CPUtime=282.38
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 50602 0 0 0 28153 85 0 0 25 0 1 0 219365670 207413248 50102 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 50638 50102 140 302 0 50333 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 202552

[startup+342.496 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 5546
/proc/meminfo: memFree=1323384/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=228884 CPUtime=342.4
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 57199 0 0 0 34142 98 0 0 25 0 1 0 219365670 234377216 56699 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 57221 56699 140 302 0 56916 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 228884

[startup+402.563 s]
/proc/loadavg: 1.01 1.00 1.00 2/84 5670
/proc/meminfo: memFree=1299904/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=250672 CPUtime=402.38
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 62674 0 0 0 40129 109 0 0 25 0 1 0 219365670 256688128 62174 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 62668 62175 140 302 0 62363 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 250672

[startup+462.613 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 5744
/proc/meminfo: memFree=1282808/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=268896 CPUtime=462.37
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 67247 0 0 0 46117 120 0 0 25 0 1 0 219365670 275349504 66747 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 67224 66747 140 302 0 66919 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 268896

[startup+522.646 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 5744
/proc/meminfo: memFree=1266040/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=285648 CPUtime=522.39
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 71422 0 0 0 52110 129 0 0 25 0 1 0 219365670 292503552 70922 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 71412 70922 140 302 0 71107 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 285648

[startup+582.68 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 5744
/proc/meminfo: memFree=1250104/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=301420 CPUtime=582.41
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 75348 0 0 0 58104 137 0 0 25 0 1 0 219365670 308654080 74848 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 75355 74848 140 302 0 75050 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 301420

[startup+642.719 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5744
/proc/meminfo: memFree=1233208/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=318448 CPUtime=642.43
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 79601 0 0 0 64097 146 0 0 25 0 1 0 219365670 326090752 79101 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 79612 79101 140 302 0 79307 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 318448

[startup+702.755 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 5744
/proc/meminfo: memFree=1214712/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=336808 CPUtime=702.45
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 84205 0 0 0 70090 155 0 0 25 0 1 0 219365670 344891392 83705 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 84202 83705 140 302 0 83897 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 336808

[startup+762.786 s]
/proc/loadavg: 1.16 1.04 1.01 2/78 5744
/proc/meminfo: memFree=1198200/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=353396 CPUtime=762.46
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 88352 0 0 0 76082 164 0 0 25 0 1 0 219365670 361877504 87852 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 88349 87852 140 302 0 88044 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 353396

[startup+822.831 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 5744
/proc/meminfo: memFree=1182712/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=368640 CPUtime=822.5
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 92167 0 0 0 82077 173 0 0 25 0 1 0 219365670 377487360 91667 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 92160 91667 140 302 0 91855 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 368640

[startup+882.862 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 5744
/proc/meminfo: memFree=1168248/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=385464 CPUtime=882.52
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 96337 0 0 0 88069 183 0 0 25 0 1 0 219365670 394715136 95324 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 96366 95324 140 302 0 96061 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 385464

[startup+942.897 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 5744
/proc/meminfo: memFree=1155576/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=398024 CPUtime=942.53
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 99514 0 0 0 94064 189 0 0 25 0 1 0 219365670 407576576 98501 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 99506 98501 140 302 0 99201 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 398024

[startup+1002.93 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 5744
/proc/meminfo: memFree=1142968/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=410712 CPUtime=1002.56
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 102671 0 0 0 100060 196 0 0 25 0 1 0 219365670 420569088 101658 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 102678 101658 140 302 0 102373 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 410712

[startup+1062.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 5744
/proc/meminfo: memFree=1130552/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=422972 CPUtime=1062.58
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 105723 0 0 0 106055 203 0 0 25 0 1 0 219365670 433123328 104710 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 105743 104710 140 302 0 105438 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 422972

[startup+1123.01 s]
/proc/loadavg: 1.09 1.03 1.01 2/78 5744
/proc/meminfo: memFree=1118904/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=434564 CPUtime=1122.6
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 108644 0 0 0 112050 210 0 0 25 0 1 0 219365670 444993536 107631 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 108641 107631 140 302 0 108336 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 434564

[startup+1183.05 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 5744
/proc/meminfo: memFree=1107704/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=445736 CPUtime=1182.62
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 111457 0 0 0 118046 216 0 0 25 0 1 0 219365670 456433664 110444 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 111434 110444 140 302 0 111129 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 445736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.46 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 5744
/proc/meminfo: memFree=1104376/2055920 swapFree=4192812/4192956
[pid=5545] ppid=5543 vsize=448912 CPUtime=1200.04
/proc/5545/stat : 5545 (Spear-32) R 5543 5545 4652 0 -1 4194304 112237 0 0 0 119785 219 0 0 25 0 1 0 219365670 459685888 111224 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/5545/statm: 112228 111224 140 302 0 111923 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 448912

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.54
CPU time (s): 1200.12
CPU user time (s): 1197.85
CPU system time (s): 2.26066
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 448912

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

runsolver used 1.19282 second user time and 3.07753 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Feb 20 17:55:14 UTC 2007

IDJOB= 301827
IDBENCH= 20068
IDSOLVER= 131
FILE ID= node17/301827-1171994114

PBS_JOBID= 3849063

Free space on /tmp= 66544 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v1100/unif-k5-r20-v1100-c22000-S485928362-15.cnf
COMMAND LINE= /tmp/evaluation/301827-1171994114/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301827-1171994114/instance-301827-1171994114.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-301827-1171994114 -o ROOT/results/node17/solver-301827-1171994114 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/301827-1171994114/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301827-1171994114/instance-301827-1171994114.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  73f8500dfa90695f93ebe5edace82ac9

RANDOM SEED= 895374123

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:       1550480 kB
Buffers:         54760 kB
Cached:         332908 kB
SwapCached:          0 kB
Active:         289960 kB
Inactive:       142352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2084 kB
Writeback:           0 kB
Mapped:          63504 kB
Slab:            58772 kB
Committed_AS:   797156 kB
PageTables:       1748 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= 66544 MiB

End job on node17 on Tue Feb 20 18:15:17 UTC 2007