Trace number 300598

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v700/
unif-k5-r20-v700-c14000-S1283500452-05.cnf
MD5SUM4b08c8cd1747d231dbc0ccaaecbbae07
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.0545
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
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 514000
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/300598-1171914950/instance-300598-1171914950.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-300598-1171914950 -o ROOT/results/node17/solver-300598-1171914950 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/300598-1171914950/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/300598-1171914950/instance-300598-1171914950.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.97 1.00 1.17 3/77 30005
/proc/meminfo: memFree=1566712/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=1548 CPUtime=0
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 211449196 1585152 180 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 387 180 128 302 0 82 0

[startup+0.106603 s]
/proc/loadavg: 0.97 1.00 1.17 3/77 30005
/proc/meminfo: memFree=1566712/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=2596 CPUtime=0.1
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 488 0 0 0 10 0 0 0 18 0 1 0 211449196 2658304 472 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 649 472 140 302 0 344 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2596

[startup+0.514644 s]
/proc/loadavg: 0.97 1.00 1.17 3/77 30005
/proc/meminfo: memFree=1566712/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=4264 CPUtime=0.51
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 903 0 0 0 50 1 0 0 21 0 1 0 211449196 4366336 887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 1066 887 140 302 0 761 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 4264

[startup+1.33473 s]
/proc/loadavg: 0.97 1.00 1.17 2/78 30006
/proc/meminfo: memFree=1561656/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=6952 CPUtime=1.32
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 1564 0 0 0 130 2 0 0 25 0 1 0 211449196 7118848 1548 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 1738 1548 140 302 0 1433 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6952

[startup+2.9709 s]
/proc/loadavg: 0.97 1.00 1.17 2/78 30006
/proc/meminfo: memFree=1558584/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=11060 CPUtime=2.96
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 2569 0 0 0 292 4 0 0 25 0 1 0 211449196 11325440 2553 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 2765 2553 140 302 0 2460 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 11060

[startup+6.25224 s]
/proc/loadavg: 0.97 1.00 1.17 2/78 30006
/proc/meminfo: memFree=1551928/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=16828 CPUtime=6.24
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 4032 0 0 0 618 6 0 0 25 0 1 0 211449196 17231872 4016 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 4207 4016 140 302 0 3902 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 16828

[startup+12.7059 s]
/proc/loadavg: 0.97 1.00 1.17 2/78 30006
/proc/meminfo: memFree=1542584/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=25428 CPUtime=12.69
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 6218 0 0 0 1261 8 0 0 25 0 1 0 211449196 26038272 6169 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 6357 6169 140 302 0 6052 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25428

[startup+25.5152 s]
/proc/loadavg: 0.98 1.00 1.16 2/78 30006
/proc/meminfo: memFree=1530744/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=37736 CPUtime=25.5
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 9290 0 0 0 2537 13 0 0 25 0 1 0 211449196 38641664 9176 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 9434 9176 140 302 0 9129 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 37736

[startup+51.1279 s]
/proc/loadavg: 0.98 1.00 1.16 2/78 30006
/proc/meminfo: memFree=1511992/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=55944 CPUtime=51.11
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 13886 0 0 0 5090 21 0 0 25 0 1 0 211449196 57286656 13772 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 13986 13772 140 302 0 13681 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 55944

[startup+102.351 s]
/proc/loadavg: 0.99 1.00 1.15 2/78 30006
/proc/meminfo: memFree=1484152/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=84192 CPUtime=102.31
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 20992 0 0 0 10195 36 0 0 25 0 1 0 211449196 86212608 20749 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 21048 20749 140 302 0 20743 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84192

[startup+162.388 s]
/proc/loadavg: 0.99 1.00 1.14 2/78 30006
/proc/meminfo: memFree=1459064/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=108808 CPUtime=162.34
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 27143 0 0 0 16185 49 0 0 25 0 1 0 211449196 111419392 26900 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 27202 26900 140 302 0 26897 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 108808

[startup+222.422 s]
/proc/loadavg: 0.99 1.00 1.13 2/78 30006
/proc/meminfo: memFree=1437880/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=129956 CPUtime=222.35
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 32443 0 0 0 22174 61 0 0 25 0 1 0 211449196 133074944 32200 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 32489 32200 140 302 0 32184 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 129956

[startup+282.452 s]
/proc/loadavg: 0.99 1.00 1.11 2/78 30006
/proc/meminfo: memFree=1420728/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=148344 CPUtime=282.36
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 37019 0 0 0 28165 71 0 0 25 0 1 0 211449196 151904256 36519 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 37086 36519 140 302 0 36781 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 148344

[startup+342.499 s]
/proc/loadavg: 0.99 1.00 1.10 2/84 30112
/proc/meminfo: memFree=1402048/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=165852 CPUtime=342.35
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 41414 0 0 0 34152 83 0 0 25 0 1 0 211449196 169832448 40914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 41463 40914 140 302 0 41158 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 165852

[startup+402.561 s]
/proc/loadavg: 0.99 1.00 1.09 2/84 30184
/proc/meminfo: memFree=1385472/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=182036 CPUtime=402.35
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 45470 0 0 0 40142 93 0 0 25 0 1 0 211449196 186404864 44970 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 45509 44970 140 302 0 45204 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 182036

[startup+462.592 s]
/proc/loadavg: 1.05 1.01 1.09 2/78 30204
/proc/meminfo: memFree=1372600/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=196124 CPUtime=462.35
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 48985 0 0 0 46133 102 0 0 25 0 1 0 211449196 200830976 48485 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 49031 48485 140 302 0 48726 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 196124

[startup+522.625 s]
/proc/loadavg: 1.02 1.01 1.08 2/78 30204
/proc/meminfo: memFree=1358840/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=209912 CPUtime=522.38
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 52428 0 0 0 52126 112 0 0 25 0 1 0 211449196 214949888 51928 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 52478 51928 140 302 0 52173 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 209912

[startup+582.659 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 30204
/proc/meminfo: memFree=1346296/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=222344 CPUtime=582.4
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 55523 0 0 0 58121 119 0 0 25 0 1 0 211449196 227680256 55023 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 55586 55023 140 302 0 55281 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 222344

[startup+642.695 s]
/proc/loadavg: 1.03 1.01 1.08 2/78 30204
/proc/meminfo: memFree=1333112/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=235640 CPUtime=642.42
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 58821 0 0 0 64113 129 0 0 25 0 1 0 211449196 241295360 58321 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 58910 58321 140 302 0 58605 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 235640

[startup+702.726 s]
/proc/loadavg: 1.01 1.01 1.07 2/78 30204
/proc/meminfo: memFree=1319992/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=248864 CPUtime=702.43
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 62116 0 0 0 70104 139 0 0 25 0 1 0 211449196 254836736 61616 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 62216 61616 140 302 0 61911 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 248864

[startup+762.759 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 30204
/proc/meminfo: memFree=1307896/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=261024 CPUtime=762.44
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 65133 0 0 0 76098 146 0 0 25 0 1 0 211449196 267288576 64633 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 65256 64633 140 302 0 64951 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 261024

[startup+822.79 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 30204
/proc/meminfo: memFree=1296440/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=274284 CPUtime=822.47
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 68464 0 0 0 82092 155 0 0 25 0 1 0 211449196 280866816 67451 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 68571 67451 140 302 0 68266 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 274284

[startup+882.824 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 30204
/proc/meminfo: memFree=1286072/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=284792 CPUtime=882.49
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 71073 0 0 0 88087 162 0 0 25 0 1 0 211449196 291627008 70060 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 71198 70060 140 302 0 70893 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 284792

[startup+942.858 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 30204
/proc/meminfo: memFree=1276152/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=294808 CPUtime=942.51
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 73551 0 0 0 94081 170 0 0 25 0 1 0 211449196 301883392 72538 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 73702 72538 140 302 0 73397 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 294808

[startup+1002.89 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 30204
/proc/meminfo: memFree=1266936/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=304252 CPUtime=1002.52
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 75891 0 0 0 100076 176 0 0 25 0 1 0 211449196 311554048 74878 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 76063 74878 140 302 0 75758 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 304252

[startup+1062.93 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 30204
/proc/meminfo: memFree=1257976/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=312964 CPUtime=1062.55
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 78083 0 0 0 106071 184 0 0 25 0 1 0 211449196 320475136 77070 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 78241 77070 140 302 0 77936 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 312964

[startup+1122.96 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 30204
/proc/meminfo: memFree=1249464/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=321468 CPUtime=1122.56
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 80226 0 0 0 112065 191 0 0 25 0 1 0 211449196 329183232 79213 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 80367 79213 140 302 0 80062 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 321468

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 30204
/proc/meminfo: memFree=1241208/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=329696 CPUtime=1182.58
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 82294 0 0 0 118061 197 0 0 25 0 1 0 211449196 337608704 81281 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527092 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 82424 81281 140 302 0 82119 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 329696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 30204
/proc/meminfo: memFree=1238840/2055920 swapFree=4192812/4192956
[pid=30005] ppid=30003 vsize=332136 CPUtime=1200
/proc/30005/stat : 30005 (Spear-32) R 30003 30005 29906 0 -1 4194304 82863 0 0 0 119800 200 0 0 25 0 1 0 211449196 340107264 81850 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30005/statm: 83034 81850 140 302 0 82729 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 332136

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.47
CPU time (s): 1200.06
CPU user time (s): 1198
CPU system time (s): 2.05369
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 332136

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

runsolver used 1.37479 second user time and 2.89756 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Mon Feb 19 19:55:50 UTC 2007

IDJOB= 300598
IDBENCH= 20038
IDSOLVER= 132
FILE ID= node17/300598-1171914950

PBS_JOBID= 3848872

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/5SAT/v700/unif-k5-r20-v700-c14000-S1283500452-05.cnf
COMMAND LINE= /tmp/evaluation/300598-1171914950/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300598-1171914950/instance-300598-1171914950.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-300598-1171914950 -o ROOT/results/node17/solver-300598-1171914950 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/300598-1171914950/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/300598-1171914950/instance-300598-1171914950.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4b08c8cd1747d231dbc0ccaaecbbae07

RANDOM SEED= 619488659

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:       1567184 kB
Buffers:         52732 kB
Cached:         319228 kB
SwapCached:          0 kB
Active:         277540 kB
Inactive:       138820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          63280 kB
Slab:            57976 kB
Committed_AS:   773032 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= 66543 MiB

End job on node17 on Mon Feb 19 20:15:52 UTC 2007