Trace number 292111

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.06 1200.41

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
MD5SUM06c43aaaf710a2f2b372f8fd10d7af7e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
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 51491
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/292111-1171750012/instance-292111-1171750012.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/node5/watcher-292111-1171750012 -o ROOT/results/node5/solver-292111-1171750012 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292111-1171750012/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292111-1171750012/instance-292111-1171750012.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.06 1.02 0.94 3/77 6204
/proc/meminfo: memFree=1080288/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=1396 CPUtime=0
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 194956047 1429504 169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 349 169 129 302 0 44 0

[startup+0.107291 s]
/proc/loadavg: 1.06 1.02 0.94 3/77 6204
/proc/meminfo: memFree=1080288/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=1788 CPUtime=0.1
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 282 0 0 0 10 0 0 0 18 0 1 0 194956047 1830912 266 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 447 266 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515336 s]
/proc/loadavg: 1.06 1.02 0.94 3/77 6204
/proc/meminfo: memFree=1080288/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=2568 CPUtime=0.5
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 462 0 0 0 50 0 0 0 21 0 1 0 194956047 2629632 446 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 642 446 140 302 0 337 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2568

[startup+1.33543 s]
/proc/loadavg: 1.06 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1078296/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=3488 CPUtime=1.32
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 681 0 0 0 131 1 0 0 25 0 1 0 194956047 3571712 665 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 872 665 140 302 0 567 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3488

[startup+2.97161 s]
/proc/loadavg: 1.06 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1077400/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=4544 CPUtime=2.97
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 942 0 0 0 294 3 0 0 25 0 1 0 194956047 4653056 926 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 1136 926 140 302 0 831 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4544

[startup+6.25299 s]
/proc/loadavg: 1.06 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1075736/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=6036 CPUtime=6.24
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 1317 0 0 0 620 4 0 0 25 0 1 0 194956047 6180864 1268 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 1509 1268 140 302 0 1204 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6036

[startup+12.7037 s]
/proc/loadavg: 1.05 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1073688/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=7652 CPUtime=12.69
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 1754 0 0 0 1263 6 0 0 25 0 1 0 194956047 7835648 1705 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 1913 1705 140 302 0 1608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7652

[startup+25.5102 s]
/proc/loadavg: 1.04 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1071128/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=10708 CPUtime=25.49
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 2472 0 0 0 2539 10 0 0 25 0 1 0 194956047 10964992 2358 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 2677 2358 140 302 0 2372 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10708

[startup+51.1241 s]
/proc/loadavg: 1.02 1.01 0.94 2/78 6205
/proc/meminfo: memFree=1067416/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=14364 CPUtime=51.1
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 3378 0 0 0 5094 16 0 0 25 0 1 0 194956047 14708736 3264 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 3591 3264 140 302 0 3286 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14364

[startup+102.346 s]
/proc/loadavg: 1.01 1.00 0.94 2/78 6205
/proc/meminfo: memFree=1062104/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=20248 CPUtime=102.31
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 4845 0 0 0 10207 24 0 0 25 0 1 0 194956047 20733952 4602 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 5062 4602 140 302 0 4757 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20248

[startup+162.383 s]
/proc/loadavg: 1.07 1.02 0.95 2/78 6205
/proc/meminfo: memFree=1057112/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=25796 CPUtime=162.33
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 6072 0 0 0 16201 32 0 0 25 0 1 0 194956047 26415104 5829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 6449 5829 140 302 0 6144 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 25796

[startup+222.416 s]
/proc/loadavg: 1.02 1.01 0.95 2/78 6205
/proc/meminfo: memFree=1053784/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=29264 CPUtime=222.34
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 6918 0 0 0 22195 39 0 0 25 0 1 0 194956047 29966336 6675 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 7316 6675 140 302 0 7011 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 29264

[startup+282.452 s]
/proc/loadavg: 1.01 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1050456/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=33712 CPUtime=282.36
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 8015 0 0 0 28190 46 0 0 25 0 1 0 194956047 34521088 7515 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 8428 7515 140 302 0 8123 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 33712

[startup+342.484 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1047256/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=36664 CPUtime=342.37
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 8819 0 0 0 34185 52 0 0 25 0 1 0 194956047 37543936 8319 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 9166 8319 140 302 0 8861 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 36664

[startup+402.523 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1044568/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=39464 CPUtime=402.4
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 9478 0 0 0 40181 59 0 0 25 0 1 0 194956047 40411136 8978 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 9866 8978 140 302 0 9561 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 39464

[startup+462.555 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1042008/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=42220 CPUtime=462.41
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 10124 0 0 0 46177 64 0 0 25 0 1 0 194956047 43233280 9624 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 10555 9624 140 302 0 10250 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 42220

[startup+522.586 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1039576/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=44688 CPUtime=522.43
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 10738 0 0 0 52173 70 0 0 25 0 1 0 194956047 45760512 10238 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 11172 10238 140 302 0 10867 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 44688

[startup+582.621 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1036696/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=47408 CPUtime=582.44
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 11436 0 0 0 58169 75 0 0 25 0 1 0 194956047 48545792 10936 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 11852 10936 140 302 0 11547 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 47408

[startup+642.657 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1034456/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=49884 CPUtime=642.46
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 11999 0 0 0 64164 82 0 0 25 0 1 0 194956047 51081216 11499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 12471 11499 140 302 0 12166 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 49884

[startup+702.693 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1031512/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=53320 CPUtime=702.48
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 12737 0 0 0 70162 86 0 0 25 0 1 0 194956047 54599680 12237 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 13330 12237 140 302 0 13025 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 53320

[startup+762.725 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1029464/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=55176 CPUtime=762.49
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 13239 0 0 0 76159 90 0 0 25 0 1 0 194956047 56500224 12739 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 13794 12739 140 302 0 13489 0
Current children cumulated CPU time (s) 762.49
Current children cumulated vsize (KiB) 55176

[startup+822.763 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1027736/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=57260 CPUtime=822.52
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 13643 0 0 0 82158 94 0 0 25 0 1 0 194956047 58634240 13143 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 14315 13143 140 302 0 14010 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 57260

[startup+882.796 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1026136/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=59080 CPUtime=882.53
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 14055 0 0 0 88156 97 0 0 25 0 1 0 194956047 60497920 13555 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 14770 13555 140 302 0 14465 0
Current children cumulated CPU time (s) 882.53
Current children cumulated vsize (KiB) 59080

[startup+942.829 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1024856/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=60236 CPUtime=942.54
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 14380 0 0 0 94155 99 0 0 25 0 1 0 194956047 61681664 13880 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 15059 13880 140 302 0 14754 0
Current children cumulated CPU time (s) 942.54
Current children cumulated vsize (KiB) 60236

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1023192/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=63872 CPUtime=1002.56
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 15313 0 0 0 100153 103 0 0 25 0 1 0 194956047 65404928 14300 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 15968 14300 140 302 0 15663 0
Current children cumulated CPU time (s) 1002.56
Current children cumulated vsize (KiB) 63872

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1021400/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=65704 CPUtime=1062.58
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 15752 0 0 0 106151 107 0 0 25 0 1 0 194956047 67280896 14739 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 16426 14739 140 302 0 16121 0
Current children cumulated CPU time (s) 1062.58
Current children cumulated vsize (KiB) 65704

[startup+1122.94 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1019992/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=67308 CPUtime=1122.6
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 16105 0 0 0 112149 111 0 0 25 0 1 0 194956047 68923392 15092 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 16827 15092 140 302 0 16522 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 67308

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1018712/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=68356 CPUtime=1182.62
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 16406 0 0 0 118148 114 0 0 25 0 1 0 194956047 69996544 15393 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 17089 15393 140 302 0 16784 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 68356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.39 s]
/proc/loadavg: 1.00 1.00 0.95 2/78 6205
/proc/meminfo: memFree=1018200/2055920 swapFree=4192812/4192956
[pid=6204] ppid=6202 vsize=69128 CPUtime=1200.04
/proc/6204/stat : 6204 (Spear-32) R 6202 6204 5488 0 -1 4194304 16533 0 0 0 119889 115 0 0 25 0 1 0 194956047 70787072 15520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/6204/statm: 17282 15520 140 302 0 16977 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 69128

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.41
CPU time (s): 1200.06
CPU user time (s): 1198.9
CPU system time (s): 1.16182
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 69128

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

runsolver used 1.3308 second user time and 2.94055 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Feb 17 22:06:52 UTC 2007

IDJOB= 292111
IDBENCH= 19831
IDSOLVER= 132
FILE ID= node5/292111-1171750012

PBS_JOBID= 3839263

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292111-1171750012/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292111-1171750012/instance-292111-1171750012.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-292111-1171750012 -o ROOT/results/node5/solver-292111-1171750012 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292111-1171750012/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292111-1171750012/instance-292111-1171750012.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  06c43aaaf710a2f2b372f8fd10d7af7e

RANDOM SEED= 223875627

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1080696 kB
Buffers:         55608 kB
Cached:         800308 kB
SwapCached:          0 kB
Active:         505476 kB
Inactive:       394408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          62884 kB
Slab:            60964 kB
Committed_AS:   659500 kB
PageTables:       1692 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= 66550 MiB

End job on node5 on Sat Feb 17 22:26:55 UTC 2007