Trace number 334857

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
MD5SUM4c4e7e1211c6b5f2d2564e77e64df6f5
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 variables12558
Number of clauses1112504
Sum of the clauses size2234596
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21111019
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51484

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/334857-1173596514/instance-334857-1173596514.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/node6/watcher-334857-1173596514 -o ROOT/results/node6/solver-334857-1173596514 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334857-1173596514/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334857-1173596514/instance-334857-1173596514.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.91 0.95 0.98 3/83 27157
/proc/meminfo: memFree=1267472/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=1932 CPUtime=0
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 379606339 1978368 252 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134513436 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 483 252 126 302 0 178 0

[startup+0.0450919 s]
/proc/loadavg: 0.91 0.95 0.98 3/83 27157
/proc/meminfo: memFree=1267472/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=3616 CPUtime=0.03
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 822 0 0 0 3 0 0 0 18 0 1 0 379606339 3702784 672 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 904 672 129 302 0 599 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3616

[startup+0.102103 s]
/proc/loadavg: 0.91 0.95 0.98 3/83 27157
/proc/meminfo: memFree=1267472/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=5196 CPUtime=0.09
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 1232 0 0 0 9 0 0 0 18 0 1 0 379606339 5320704 1049 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 1299 1049 129 302 0 994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5196

[startup+0.302143 s]
/proc/loadavg: 0.91 0.95 0.98 3/83 27157
/proc/meminfo: memFree=1267472/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=10716 CPUtime=0.29
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 2714 0 0 0 28 1 0 0 19 0 1 0 379606339 10973184 2337 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135265993 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 2679 2337 129 302 0 2374 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10716

[startup+0.701222 s]
/proc/loadavg: 0.91 0.95 0.98 3/83 27157
/proc/meminfo: memFree=1267472/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=21376 CPUtime=0.69
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 5603 0 0 0 66 3 0 0 22 0 1 0 379606339 21889024 4969 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 5344 4969 129 302 0 5039 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21376

[startup+1.50138 s]
/proc/loadavg: 0.91 0.95 0.98 2/84 27158
/proc/meminfo: memFree=1240264/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=43092 CPUtime=1.49
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 11475 0 0 0 142 7 0 0 25 0 1 0 379606339 44126208 10328 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 10773 10328 129 302 0 10468 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43092

[startup+3.1017 s]
/proc/loadavg: 0.92 0.95 0.98 2/84 27160
/proc/meminfo: memFree=1213896/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=58804 CPUtime=3.09
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 15689 0 0 0 299 10 0 0 25 0 1 0 379606339 60215296 13517 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 14701 13517 141 302 0 14396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58804

[startup+6.30133 s]
/proc/loadavg: 0.92 0.95 0.98 2/84 27166
/proc/meminfo: memFree=1213128/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=59708 CPUtime=6.28
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 15906 0 0 0 615 13 0 0 25 0 1 0 379606339 61140992 13734 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 14927 13734 141 302 0 14622 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 59708

[startup+12.7016 s]
/proc/loadavg: 0.93 0.96 0.98 2/84 27170
/proc/meminfo: memFree=1211336/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=61408 CPUtime=12.68
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 16317 0 0 0 1251 17 0 0 25 0 1 0 379606339 62881792 14145 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 15352 14145 141 302 0 15047 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 61408

[startup+25.5021 s]
/proc/loadavg: 0.94 0.96 0.98 2/84 27178
/proc/meminfo: memFree=1208328/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=64488 CPUtime=25.47
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 17107 0 0 0 2523 24 0 0 25 0 1 0 379606339 66035712 14902 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 16122 14902 141 302 0 15817 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 64488

[startup+51.1022 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 27200
/proc/meminfo: memFree=1203640/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=70436 CPUtime=51.03
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 18643 0 0 0 5065 38 0 0 25 0 1 0 379606339 72126464 16373 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 17609 16373 141 302 0 17304 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 70436

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 27200
/proc/meminfo: memFree=1189816/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=84468 CPUtime=102.21
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 22209 0 0 0 10159 62 0 0 25 0 1 0 379606339 86495232 19810 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 21117 19810 141 302 0 20812 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 84468

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1175928/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=98232 CPUtime=162.19
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 25700 0 0 0 16133 86 0 0 25 0 1 0 379606339 100589568 23301 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 24558 23301 141 302 0 24253 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 98232

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1159608/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=114260 CPUtime=222.17
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 29730 0 0 0 22116 101 0 0 25 0 1 0 379606339 117002240 27331 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 28565 27331 141 302 0 28260 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 114260

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1142968/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=131880 CPUtime=282.15
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 34167 0 0 0 28102 113 0 0 25 0 1 0 379606339 135045120 31511 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 32970 31511 141 302 0 32665 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 131880

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1128120/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=146664 CPUtime=342.12
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 37885 0 0 0 34084 128 0 0 25 0 1 0 379606339 150183936 35229 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 36666 35229 141 302 0 36361 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 146664

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1115064/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=159520 CPUtime=402.09
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 41123 0 0 0 40064 145 0 0 25 0 1 0 379606339 163348480 38467 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 39880 38467 141 302 0 39575 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 159520

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1103160/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=171192 CPUtime=462.08
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 44069 0 0 0 46046 162 0 0 25 0 1 0 379606339 175300608 41413 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 42798 41413 141 302 0 42493 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 171192

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1091768/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=182732 CPUtime=522.06
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 46972 0 0 0 52032 174 0 0 25 0 1 0 379606339 187117568 44316 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 45683 44316 141 302 0 45378 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 182732

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1080760/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=193600 CPUtime=582.03
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 49702 0 0 0 58017 186 0 0 25 0 1 0 379606339 198246400 47046 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 48400 47046 141 302 0 48095 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 193600

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1070072/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=204264 CPUtime=642.01
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 52343 0 0 0 63998 203 0 0 25 0 1 0 379606339 209166336 49687 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 51066 49687 141 302 0 50761 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 204264

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1058872/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=215504 CPUtime=701.98
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 55166 0 0 0 69983 215 0 0 25 0 1 0 379606339 220676096 52510 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 53876 52510 141 302 0 53571 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 215504

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1048184/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=226080 CPUtime=761.97
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 57817 0 0 0 75970 227 0 0 25 0 1 0 379606339 231505920 55161 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 56520 55161 141 302 0 56215 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 226080

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1039480/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=234872 CPUtime=821.94
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 60024 0 0 0 81958 236 0 0 25 0 1 0 379606339 240508928 57368 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 58718 57368 141 302 0 58413 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 234872

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1030520/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=243576 CPUtime=881.92
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 62238 0 0 0 87947 245 0 0 25 0 1 0 379606339 249421824 59582 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 60894 59582 141 302 0 60589 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 243576

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1022072/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=254160 CPUtime=941.9
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 64886 0 0 0 93937 253 0 0 25 0 1 0 379606339 260259840 61717 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 63540 61717 141 302 0 63235 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 254160

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1013880/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=262276 CPUtime=1001.87
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 66906 0 0 0 99926 261 0 0 25 0 1 0 379606339 268570624 63737 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 65569 63737 141 302 0 65264 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 262276

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=1005688/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=270512 CPUtime=1061.85
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 68993 0 0 0 105914 271 0 0 25 0 1 0 379606339 277004288 65824 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 67628 65824 141 302 0 67323 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 270512

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=996536/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=279508 CPUtime=1121.83
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 71250 0 0 0 111903 280 0 0 25 0 1 0 379606339 286216192 68081 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 69877 68081 141 302 0 69572 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 279508

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=988536/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=287464 CPUtime=1181.8
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 73263 0 0 0 117894 286 0 0 25 0 1 0 379606339 294363136 70094 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 71866 70094 141 302 0 71561 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 287464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=984888/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=291028 CPUtime=1200.01
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 74145 0 0 0 119711 290 0 0 25 0 1 0 379606339 298012672 70976 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 72757 70976 141 302 0 72452 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 291028

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 27200
/proc/meminfo: memFree=984888/2055924 swapFree=4156956/4192956
[pid=27157] ppid=27155 vsize=291028 CPUtime=1200.01
/proc/27157/stat : 27157 (Spear-32) R 27155 27157 26156 0 -1 4194304 74145 0 0 0 119711 290 0 0 25 0 1 0 379606339 298012672 70976 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 1 0 0
/proc/27157/statm: 72757 70976 141 302 0 72452 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 291028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.06
CPU user time (s): 1197.11
CPU system time (s): 2.94355
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 291028

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

runsolver used 1.3248 second user time and 3.05154 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 07:01:56 UTC 2007

IDJOB= 334857
IDBENCH= 24637
IDSOLVER= 133
FILE ID= node6/334857-1173596514

PBS_JOBID= 4101233

Free space on /tmp= 66420 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-myciel6-cn.used-as.sat04-319.sat05-4201.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334857-1173596514/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334857-1173596514/instance-334857-1173596514.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-334857-1173596514 -o ROOT/results/node6/solver-334857-1173596514 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334857-1173596514/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334857-1173596514/instance-334857-1173596514.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4c4e7e1211c6b5f2d2564e77e64df6f5

RANDOM SEED= 859550638

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1267880 kB
Buffers:         55552 kB
Cached:         635200 kB
SwapCached:       2236 kB
Active:         438496 kB
Inactive:       275844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1267880 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:           16068 kB
Writeback:           0 kB
Mapped:          32092 kB
Slab:            58880 kB
Committed_AS:  1352152 kB
PageTables:       1988 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= 66420 MiB

End job on node6 on Sun Mar 11 07:21:59 UTC 2007