Trace number 339015

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 2007-02-12? (TO) 1200.13 1200.57

General information on the benchmark

Namecrafted/Difficult/contest05/others/
sgp_5-5-6.sat05-2675.reshuffled-07.cnf
MD5SUM531549e214a293ad3adf6ddff17eb882
Bench CategoryCRAFTED (crafted 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 variables18450
Number of clauses200640
Sum of the clauses size464115
Maximum clause length30
Minimum clause length1
Number of clauses of size 160
Number of clauses of size 2148485
Number of clauses of size 350895
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51200

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/339015-1173696662/instance-339015-1173696662.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-339015-1173696662 -o ROOT/results/node14/solver-339015-1173696662 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339015-1173696662/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339015-1173696662/instance-339015-1173696662.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19392
/proc/meminfo: memFree=1459272/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=1932 CPUtime=0
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 389620694 1978368 247 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 483 247 126 302 0 178 0

[startup+0.101374 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19392
/proc/meminfo: memFree=1459272/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=5788 CPUtime=0.1
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 1444 0 0 0 9 1 0 0 18 0 1 0 389620694 5926912 1084 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 1447 1084 129 302 0 1142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5788

[startup+0.201384 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19392
/proc/meminfo: memFree=1459272/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=8284 CPUtime=0.19
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 2092 0 0 0 18 1 0 0 18 0 1 0 389620694 8482816 1634 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 2071 1634 129 302 0 1766 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8284

[startup+0.301393 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19392
/proc/meminfo: memFree=1459272/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=10264 CPUtime=0.29
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 2624 0 0 0 28 1 0 0 19 0 1 0 389620694 10510336 2166 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 2566 2166 129 302 0 2261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10264

[startup+0.701431 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19392
/proc/meminfo: memFree=1459272/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=13552 CPUtime=0.7
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 3498 0 0 0 68 2 0 0 22 0 1 0 389620694 13877248 2911 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 3388 2911 141 302 0 3083 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13552

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1447744/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=14576 CPUtime=1.49
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 3771 0 0 0 147 2 0 0 25 0 1 0 389620694 14925824 3184 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 3644 3184 141 302 0 3339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14576

[startup+3.10166 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1445824/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=16712 CPUtime=3.09
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 4287 0 0 0 306 3 0 0 25 0 1 0 389620694 17113088 3700 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 4178 3700 141 302 0 3873 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16712

[startup+6.30296 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1440704/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=21976 CPUtime=6.29
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 5598 0 0 0 624 5 0 0 25 0 1 0 389620694 22503424 5011 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 5494 5011 141 302 0 5189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21976

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1430976/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=31296 CPUtime=12.69
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 7927 0 0 0 1261 8 0 0 25 0 1 0 389620694 32047104 7307 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 7824 7307 141 302 0 7519 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31296

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1417728/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=43932 CPUtime=25.49
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 11104 0 0 0 2535 14 0 0 25 0 1 0 389620694 44986368 10484 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 10983 10484 141 302 0 10678 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43932

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1395840/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=66124 CPUtime=51.08
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 16681 0 0 0 5083 25 0 0 25 0 1 0 389620694 67710976 15996 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 16531 15996 141 302 0 16226 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66124

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1362944/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=99068 CPUtime=102.27
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 24930 0 0 0 10188 39 0 0 25 0 1 0 389620694 101445632 24116 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 24767 24116 141 302 0 24462 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 99068

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1332800/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=129536 CPUtime=162.25
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 32504 0 0 0 16169 56 0 0 25 0 1 0 389620694 132644864 31690 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 32384 31690 141 302 0 32079 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 129536

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1305792/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=156452 CPUtime=222.24
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 39183 0 0 0 22153 71 0 0 25 0 1 0 389620694 160206848 38369 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 39113 38369 141 302 0 38808 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 156452

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1286848/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=177156 CPUtime=282.22
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 44230 0 0 0 28141 81 0 0 25 0 1 0 389620694 181407744 43159 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 44289 43159 141 302 0 43984 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 177156

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1267584/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=196332 CPUtime=342.2
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 49009 0 0 0 34128 92 0 0 25 0 1 0 389620694 201043968 47938 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 49083 47938 141 302 0 48778 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 196332

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1238336/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=225760 CPUtime=402.19
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 56350 0 0 0 40111 108 0 0 25 0 1 0 389620694 231178240 55279 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 56440 55279 141 302 0 56135 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 225760

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 19393
/proc/meminfo: memFree=1218304/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=245804 CPUtime=462.17
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 61298 0 0 0 46099 118 0 0 25 0 1 0 389620694 251703296 60227 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 61451 60227 141 302 0 61146 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 245804

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1198656/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=265600 CPUtime=522.15
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 66253 0 0 0 52086 129 0 0 25 0 1 0 389620694 271974400 65182 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 66400 65182 141 302 0 66095 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 265600

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19393
/proc/meminfo: memFree=1178816/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=285244 CPUtime=582.14
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 71148 0 0 0 58073 141 0 0 25 0 1 0 389620694 292089856 70077 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 71311 70077 141 302 0 71006 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 285244

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 19515
/proc/meminfo: memFree=1160760/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=302296 CPUtime=642.06
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 75406 0 0 0 64055 151 0 0 25 0 1 0 389620694 309551104 74335 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 75574 74335 141 302 0 75269 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 302296

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1147712/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=318536 CPUtime=702
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 79410 0 0 0 70040 160 0 0 25 0 1 0 389620694 326180864 77826 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 79634 77826 141 302 0 79329 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 318536

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1137600/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=329080 CPUtime=761.98
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 81892 0 0 0 76030 168 0 0 25 0 1 0 389620694 336977920 80308 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 82270 80308 141 302 0 81965 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 329080

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1129408/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=337608 CPUtime=821.96
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 83962 0 0 0 82021 175 0 0 25 0 1 0 389620694 345710592 82378 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 84402 82378 141 302 0 84097 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 337608

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1121984/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=344720 CPUtime=881.94
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 85789 0 0 0 88014 180 0 0 25 0 1 0 389620694 352993280 84205 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 86180 84205 141 302 0 85875 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 344720

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1115392/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=351852 CPUtime=941.92
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 87488 0 0 0 94007 185 0 0 25 0 1 0 389620694 360296448 85904 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 87963 85904 141 302 0 87658 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 351852

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1108672/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=358620 CPUtime=1001.91
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 89104 0 0 0 100000 191 0 0 25 0 1 0 389620694 367226880 87520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 89655 87520 141 302 0 89350 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 358620

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1101888/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=365868 CPUtime=1061.89
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 90850 0 0 0 105993 196 0 0 25 0 1 0 389620694 374648832 89266 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 91467 89266 141 302 0 91162 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 365868

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1094784/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=373392 CPUtime=1121.88
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 92630 0 0 0 111987 201 0 0 25 0 1 0 389620694 382353408 91046 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 93348 91046 141 302 0 93043 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 373392

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1073152/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=395344 CPUtime=1181.87
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 98057 0 0 0 117975 212 0 0 25 0 1 0 389620694 404832256 96473 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 98836 96473 141 302 0 98531 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 395344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19591
/proc/meminfo: memFree=1065984/2055920 swapFree=4146600/4192956
[pid=19392] ppid=19390 vsize=402200 CPUtime=1200.06
/proc/19392/stat : 19392 (Spear-32) R 19390 19392 16852 0 -1 4194304 99785 0 0 0 119791 215 0 0 25 0 1 0 389620694 411852800 98201 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/19392/statm: 100550 98201 141 302 0 100245 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 402200

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.57
CPU time (s): 1200.13
CPU user time (s): 1197.91
CPU system time (s): 2.22066
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 402200

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

runsolver used 1.2978 second user time and 3.07853 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Mar 12 10:51:03 UTC 2007

IDJOB= 339015
IDBENCH= 24736
IDSOLVER= 133
FILE ID= node14/339015-1173696662

PBS_JOBID= 4101476

Free space on /tmp= 66534 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/sgp_5-5-6.sat05-2675.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339015-1173696662/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339015-1173696662/instance-339015-1173696662.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-339015-1173696662 -o ROOT/results/node14/solver-339015-1173696662 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339015-1173696662/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339015-1173696662/instance-339015-1173696662.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  531549e214a293ad3adf6ddff17eb882

RANDOM SEED= 161569717

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1459744 kB
Buffers:         57052 kB
Cached:         443940 kB
SwapCached:      14992 kB
Active:         193904 kB
Inactive:       331552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1459744 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            4624 kB
Writeback:           0 kB
Mapped:          31140 kB
Slab:            56240 kB
Committed_AS:  1333592 kB
PageTables:       1740 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= 66534 MiB

End job on node14 on Mon Mar 12 11:11:05 UTC 2007