Trace number 301499

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

General information on the benchmark

Namerandom/LargeSize/5SAT/v1000/
unif-k5-r20-v1000-c20000-S1463391112-08.cnf
MD5SUMc7cd1a89069c2486ed900def4ca19b75
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark623.079
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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/301499-1171974014/instance-301499-1171974014.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/node2/watcher-301499-1171974014 -o ROOT/results/node2/solver-301499-1171974014 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/301499-1171974014/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/301499-1171974014/instance-301499-1171974014.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.99 0.97 0.98 3/77 11513
/proc/meminfo: memFree=437048/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=1548 CPUtime=0
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 217356387 1585152 190 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 387 190 128 302 0 82 0

[startup+0.106912 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 11513
/proc/meminfo: memFree=437048/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=2992 CPUtime=0.1
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 566 0 0 0 10 0 0 0 18 0 1 0 217356387 3063808 550 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 748 551 140 302 0 443 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2992

[startup+0.514954 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 11513
/proc/meminfo: memFree=437048/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=4644 CPUtime=0.5
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 981 0 0 0 50 0 0 0 21 0 1 0 217356387 4755456 965 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 1161 965 140 302 0 856 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4644

[startup+1.33504 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=431472/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=7440 CPUtime=1.33
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 1687 0 0 0 131 2 0 0 25 0 1 0 217356387 7618560 1671 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 1860 1671 140 302 0 1555 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7440

[startup+2.97121 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=427952/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=12132 CPUtime=2.96
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 2860 0 0 0 293 3 0 0 25 0 1 0 217356387 12423168 2844 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 3033 2844 140 302 0 2728 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12132

[startup+6.25355 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=419696/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=19748 CPUtime=6.24
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 4738 0 0 0 618 6 0 0 25 0 1 0 217356387 20221952 4722 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 4937 4722 140 302 0 4632 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19748

[startup+12.7042 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=407472/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=31036 CPUtime=12.69
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 7603 0 0 0 1259 10 0 0 25 0 1 0 217356387 31780864 7554 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 7759 7554 140 302 0 7454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31036

[startup+25.5115 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=390384/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=48676 CPUtime=25.49
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 12021 0 0 0 2531 18 0 0 25 0 1 0 217356387 49844224 11907 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 12169 11907 140 302 0 11864 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48676

[startup+51.1232 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=365488/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=72832 CPUtime=51.1
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 18085 0 0 0 5083 27 0 0 25 0 1 0 217356387 74579968 17971 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 18208 17971 140 302 0 17903 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 72832

[startup+102.345 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=329136/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=109616 CPUtime=102.31
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 27335 0 0 0 10188 43 0 0 25 0 1 0 217356387 112246784 27092 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 27404 27092 140 302 0 27099 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109616

[startup+162.38 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=298160/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=140148 CPUtime=162.32
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 34950 0 0 0 16177 55 0 0 25 0 1 0 217356387 143511552 34707 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 35037 34707 140 302 0 34732 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 140148

[startup+222.411 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=270000/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=168256 CPUtime=222.34
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 42013 0 0 0 22165 69 0 0 25 0 1 0 217356387 172294144 41770 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 42064 41770 140 302 0 41759 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 168256

[startup+282.441 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=247792/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=191572 CPUtime=282.36
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 47825 0 0 0 28154 82 0 0 25 0 1 0 217356387 196169728 47325 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 47893 47325 140 302 0 47588 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 191572

[startup+342.474 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=224176/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=215120 CPUtime=342.37
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 53748 0 0 0 34142 95 0 0 25 0 1 0 217356387 220282880 53248 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 53780 53248 140 302 0 53475 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 215120

[startup+402.511 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=202480/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=236460 CPUtime=402.4
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 59086 0 0 0 40132 108 0 0 25 0 1 0 217356387 242135040 58586 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 59115 58586 140 302 0 58810 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 236460

[startup+462.543 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=184624/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=254528 CPUtime=462.41
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 63561 0 0 0 46123 118 0 0 25 0 1 0 217356387 260636672 63061 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 63632 63061 140 302 0 63327 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 254528

[startup+522.573 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11514
/proc/meminfo: memFree=168752/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=270488 CPUtime=522.43
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 67540 0 0 0 52115 128 0 0 25 0 1 0 217356387 276979712 67040 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 67622 67040 140 302 0 67317 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 270488

[startup+582.605 s]
/proc/loadavg: 1.03 0.99 0.98 2/78 11514
/proc/meminfo: memFree=153840/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=285092 CPUtime=582.45
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 71210 0 0 0 58107 138 0 0 25 0 1 0 217356387 291934208 70710 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 71273 70710 140 302 0 70968 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 285092

[startup+642.64 s]
/proc/loadavg: 1.01 0.99 0.98 2/78 11514
/proc/meminfo: memFree=139376/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=299756 CPUtime=642.46
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 74837 0 0 0 64100 146 0 0 25 0 1 0 217356387 306950144 74337 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 74939 74337 140 302 0 74634 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 299756

[startup+702.671 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=122608/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=316480 CPUtime=702.48
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 79034 0 0 0 70092 156 0 0 25 0 1 0 217356387 324075520 78534 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 79120 78534 140 302 0 78815 0
Current children cumulated CPU time (s) 702.48
Current children cumulated vsize (KiB) 316480

[startup+762.703 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=106928/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=332172 CPUtime=762.5
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 82964 0 0 0 76084 166 0 0 25 0 1 0 217356387 340144128 82464 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 83043 82464 140 302 0 82738 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 332172

[startup+822.741 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=91760/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=347124 CPUtime=822.52
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 86696 0 0 0 82076 176 0 0 25 0 1 0 217356387 355454976 86196 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 86781 86196 140 302 0 86476 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 347124

[startup+882.774 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=77936/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=363060 CPUtime=882.54
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 90675 0 0 0 88068 186 0 0 25 0 1 0 217356387 371773440 89662 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 90765 89662 140 302 0 90460 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 363060

[startup+942.808 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=64880/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=376156 CPUtime=942.56
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 93940 0 0 0 94062 194 0 0 25 0 1 0 217356387 385183744 92927 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 94039 92927 140 302 0 93734 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 376156

[startup+1002.84 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=52656/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=388504 CPUtime=1002.57
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 96998 0 0 0 100055 202 0 0 25 0 1 0 217356387 397828096 95985 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 97126 95985 140 302 0 96821 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 388504

[startup+1062.88 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 11514
/proc/meminfo: memFree=40496/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=400468 CPUtime=1062.59
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 100009 0 0 0 106049 210 0 0 25 0 1 0 217356387 410079232 98996 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 100117 98996 140 302 0 99812 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 400468

[startup+1122.91 s]
/proc/loadavg: 1.05 1.00 0.99 2/78 11514
/proc/meminfo: memFree=28336/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=412592 CPUtime=1122.61
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 103049 0 0 0 112043 218 0 0 25 0 1 0 217356387 422494208 102036 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 103148 102036 140 302 0 102843 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 412592

[startup+1182.94 s]
/proc/loadavg: 1.02 1.00 0.99 2/78 11514
/proc/meminfo: memFree=17264/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=423816 CPUtime=1182.63
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 105842 0 0 0 118037 226 0 0 25 0 1 0 217356387 433987584 104829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 105954 104829 140 302 0 105649 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 423816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 11516
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=11513] ppid=11511 vsize=426980 CPUtime=1200.04
/proc/11513/stat : 11513 (Spear-32) R 11511 11513 11170 0 -1 4194304 106660 0 0 0 119777 227 0 0 25 0 1 0 217356387 437227520 105647 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11513/statm: 106745 105647 140 302 0 106440 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 426980

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.43
CPU time (s): 1200.12
CPU user time (s): 1197.77
CPU system time (s): 2.34664
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 426980

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

runsolver used 1.24681 second user time and 3.01854 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Feb 20 12:20:14 UTC 2007

IDJOB= 301499
IDBENCH= 20060
IDSOLVER= 131
FILE ID= node2/301499-1171974014

PBS_JOBID= 3849049

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c7cd1a89069c2486ed900def4ca19b75

RANDOM SEED= 838615329

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:        437392 kB
Buffers:         52924 kB
Cached:        1427164 kB
SwapCached:          0 kB
Active:         964940 kB
Inactive:       574884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        437392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2096 kB
Writeback:           0 kB
Mapped:          78688 kB
Slab:            64160 kB
Committed_AS:  1185476 kB
PageTables:       1812 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= 66549 MiB

End job on node2 on Tue Feb 20 12:40:17 UTC 2007