Trace number 307117

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.21 1200.65

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1753083943-04.cnf
MD5SUMd2577f7a2140d90de7e64601ab0f2e47
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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/307117-1172113524/instance-307117-1172113524.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/node33/watcher-307117-1172113524 -o ROOT/results/node33/solver-307117-1172113524 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307117-1172113524/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307117-1172113524/instance-307117-1172113524.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 1.00 0.99 3/64 10109
/proc/meminfo: memFree=1414408/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=1932 CPUtime=0
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 136387732 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 483 247 126 302 0 178 0

[startup+0.10672 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 10109
/proc/meminfo: memFree=1414408/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=5796 CPUtime=0.09
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 1431 0 0 0 9 0 0 0 18 0 1 0 136387732 5935104 1073 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 1449 1074 129 302 0 1144 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5796

[startup+0.514803 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 10109
/proc/meminfo: memFree=1414408/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=9300 CPUtime=0.5
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 2377 0 0 0 49 1 0 0 21 0 1 0 136387732 9523200 1921 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 2325 1921 140 302 0 2020 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9300

[startup+1.33497 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1406016/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=10956 CPUtime=1.33
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 2782 0 0 0 131 2 0 0 25 0 1 0 136387732 11218944 2326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 2739 2328 140 302 0 2434 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10956

[startup+2.97431 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1403712/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=14244 CPUtime=2.96
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 3595 0 0 0 294 2 0 0 25 0 1 0 136387732 14585856 3139 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 3561 3139 140 302 0 3256 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 14244

[startup+6.24998 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1397512/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=20028 CPUtime=6.24
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 5035 0 0 0 619 5 0 0 25 0 1 0 136387732 20508672 4579 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 5007 4579 140 302 0 4702 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 20028

[startup+12.7053 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1384840/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=32104 CPUtime=12.69
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 8055 0 0 0 1260 9 0 0 25 0 1 0 136387732 32874496 7599 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 8026 7599 140 302 0 7721 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32104

[startup+25.5079 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1363400/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=53852 CPUtime=25.49
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 13517 0 0 0 2533 16 0 0 25 0 1 0 136387732 55144448 13028 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 13463 13028 140 302 0 13158 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53852

[startup+51.1142 s]
/proc/loadavg: 0.96 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1327048/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=89628 CPUtime=51.08
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 22477 0 0 0 5082 26 0 0 25 0 1 0 136387732 91779072 21988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 22407 21988 140 302 0 22102 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89628

[startup+102.322 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1261960/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=155512 CPUtime=102.27
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 38987 0 0 0 10179 48 0 0 25 0 1 0 136387732 159244288 38433 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 38878 38433 140 302 0 38573 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 155512

[startup+162.342 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1206216/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=209828 CPUtime=162.27
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 52594 0 0 0 16161 66 0 0 25 0 1 0 136387732 214863872 52040 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 52457 52040 140 302 0 52152 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 209828

[startup+222.363 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1147336/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=268956 CPUtime=222.27
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 67427 0 0 0 22144 83 0 0 25 0 1 0 136387732 275410944 66744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 67239 66744 140 302 0 66934 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 268956

[startup+282.384 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1104072/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=312412 CPUtime=282.27
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 78296 0 0 0 28129 98 0 0 25 0 1 0 136387732 319909888 77613 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 78103 77613 140 302 0 77798 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 312412

[startup+342.402 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1049992/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=366532 CPUtime=342.27
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 91853 0 0 0 34112 115 0 0 25 0 1 0 136387732 375328768 91170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 91633 91170 140 302 0 91328 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 366532

[startup+402.422 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=1006216/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=409628 CPUtime=402.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 102638 0 0 0 40097 129 0 0 25 0 1 0 136387732 419459072 101955 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 102407 101955 140 302 0 102102 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 409628

[startup+462.441 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=967688/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=448216 CPUtime=462.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 112312 0 0 0 46084 142 0 0 25 0 1 0 136387732 458973184 111629 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134561592 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 112054 111629 140 302 0 111749 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 448216

[startup+522.459 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=935944/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=480920 CPUtime=522.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 120499 0 0 0 52072 154 0 0 25 0 1 0 136387732 492462080 119559 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 120230 119559 140 302 0 119925 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 480920

[startup+582.484 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=900040/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=516208 CPUtime=582.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 129347 0 0 0 58062 164 0 0 25 0 1 0 136387732 528596992 128407 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 129052 128407 140 302 0 128747 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 516208

[startup+642.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=848520/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=567844 CPUtime=642.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 142286 0 0 0 64045 181 0 0 25 0 1 0 136387732 581472256 141346 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 141961 141346 140 302 0 141656 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 567844

[startup+702.52 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=807880/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=608420 CPUtime=702.26
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 152422 0 0 0 70032 194 0 0 25 0 1 0 136387732 623022080 151482 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134561592 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 152105 151482 140 302 0 151800 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 608420

[startup+762.538 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10110
/proc/meminfo: memFree=772488/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=644000 CPUtime=762.25
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 161330 0 0 0 76020 205 0 0 25 0 1 0 136387732 659456000 160390 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 161000 160390 140 302 0 160695 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 644000

[startup+822.563 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=742152/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=673768 CPUtime=822.25
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 168797 0 0 0 82010 215 0 0 25 0 1 0 136387732 689938432 167857 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 168442 167857 140 302 0 168137 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 673768

[startup+882.585 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=711688/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=704232 CPUtime=882.25
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 176403 0 0 0 88002 223 0 0 25 0 1 0 136387732 721133568 175463 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 176058 175463 140 302 0 175753 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 704232

[startup+942.605 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=681224/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=734752 CPUtime=942.25
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 184048 0 0 0 93993 232 0 0 25 0 1 0 136387732 752386048 183108 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524484 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 183688 183108 140 302 0 183383 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 734752

[startup+1002.62 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=653448/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=762296 CPUtime=1002.24
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 190959 0 0 0 99984 240 0 0 25 0 1 0 136387732 780591104 190019 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 190574 190019 140 302 0 190269 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 762296

[startup+1062.64 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=625672/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=789808 CPUtime=1062.24
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 197833 0 0 0 105974 250 0 0 25 0 1 0 136387732 808763392 196893 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 197452 196893 140 302 0 197147 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 789808

[startup+1122.66 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=581320/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=834280 CPUtime=1122.24
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 208978 0 0 0 111959 265 0 0 25 0 1 0 136387732 854302720 208038 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 208570 208038 140 302 0 208265 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 834280

[startup+1182.69 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=543496/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=872028 CPUtime=1182.25
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 218433 0 0 0 117948 277 0 0 25 0 1 0 136387732 892956672 217493 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 218007 217493 140 302 0 217702 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 872028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=532872/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=882156 CPUtime=1200.06
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4194304 220965 0 0 0 119725 281 0 0 25 0 1 0 136387732 903327744 220025 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 220539 220025 140 302 0 220234 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 882156

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

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

[startup+1200.61 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 10112
/proc/meminfo: memFree=532872/2055920 swapFree=4183936/4192956
[pid=10109] ppid=10107 vsize=0 CPUtime=1200.16
/proc/10109/stat : 10109 (Spear-32) R 10107 10109 8972 0 -1 4195332 220965 0 0 0 119725 291 0 0 25 0 1 0 136387732 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/10109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.65
CPU time (s): 1200.21
CPU user time (s): 1197.26
CPU system time (s): 2.95655
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 882156

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

runsolver used 0.801878 second user time and 2.40663 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Thu Feb 22 03:05:24 UTC 2007

IDJOB= 307117
IDBENCH= 20197
IDSOLVER= 132
FILE ID= node33/307117-1172113524

PBS_JOBID= 3892904

Free space on /tmp= 66557 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1753083943-04.cnf
COMMAND LINE= /tmp/evaluation/307117-1172113524/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307117-1172113524/instance-307117-1172113524.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-307117-1172113524 -o ROOT/results/node33/solver-307117-1172113524 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307117-1172113524/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307117-1172113524/instance-307117-1172113524.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d2577f7a2140d90de7e64601ab0f2e47

RANDOM SEED= 648432782

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:       1414816 kB
Buffers:         36732 kB
Cached:         506080 kB
SwapCached:       3092 kB
Active:          76720 kB
Inactive:       475768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1414816 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          15620 kB
Slab:            74656 kB
Committed_AS:   234892 kB
PageTables:       1408 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= 66557 MiB

End job on node33 on Thu Feb 22 03:25:27 UTC 2007