Trace number 320285

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.17 1200.58

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark228.8
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/320285-1173043543/instance-320285-1173043543.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/node60/watcher-320285-1173043543 -o ROOT/results/node60/solver-320285-1173043543 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320285-1173043543/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320285-1173043543/instance-320285-1173043543.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.96 3/64 14152
/proc/meminfo: memFree=830728/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=1536 CPUtime=0
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 324311208 1572864 191 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 384 192 128 302 0 79 0

[startup+0.0213341 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14152
/proc/meminfo: memFree=830728/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=2424 CPUtime=0.01
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 400 0 0 0 1 0 0 0 18 0 1 0 324311208 2482176 384 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134513436 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 606 384 128 302 0 301 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2424

[startup+0.101348 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14152
/proc/meminfo: memFree=830728/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=5348 CPUtime=0.09
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 1251 0 0 0 8 1 0 0 18 0 1 0 324311208 5476352 1096 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 1337 1096 129 302 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5348

[startup+0.301383 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14152
/proc/meminfo: memFree=830728/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=13164 CPUtime=0.29
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 3622 0 0 0 26 3 0 0 19 0 1 0 324311208 13479936 2741 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 3291 2741 129 302 0 2986 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13164

[startup+0.701454 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 14152
/proc/meminfo: memFree=830728/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=28188 CPUtime=0.69
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 8143 0 0 0 63 6 0 0 22 0 1 0 324311208 28864512 6042 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 7047 6043 129 302 0 6742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28188

[startup+1.5016 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 14153
/proc/meminfo: memFree=795584/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=56772 CPUtime=1.49
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 16993 0 0 0 135 14 0 0 25 0 1 0 324311208 58134528 12584 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 14193 12584 129 302 0 13888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56772

[startup+3.10188 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 14153
/proc/meminfo: memFree=767808/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=67020 CPUtime=3.09
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 20487 0 0 0 290 19 0 0 25 0 1 0 324311208 68628480 15860 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 16755 15860 140 302 0 16450 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67020

[startup+6.30145 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 14153
/proc/meminfo: memFree=767368/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=67148 CPUtime=6.29
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 20547 0 0 0 608 21 0 0 25 0 1 0 324311208 68759552 15920 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 16787 15920 141 302 0 16482 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67148

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 14153
/proc/meminfo: memFree=766160/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=68912 CPUtime=12.69
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 20961 0 0 0 1244 25 0 0 25 0 1 0 324311208 70565888 16334 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 17228 16334 141 302 0 16923 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68912

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 14153
/proc/meminfo: memFree=761936/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=73052 CPUtime=25.48
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 21999 0 0 0 2516 32 0 0 25 0 1 0 324311208 74805248 17372 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 18263 17372 141 302 0 17958 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 73052

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.96 2/65 14153
/proc/meminfo: memFree=753744/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=81196 CPUtime=51.06
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 24087 0 0 0 5056 50 0 0 25 0 1 0 324311208 83144704 19427 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 20299 19427 141 302 0 19994 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 81196

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.96 2/65 14153
/proc/meminfo: memFree=734224/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=101272 CPUtime=102.24
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 29117 0 0 0 10151 73 0 0 25 0 1 0 324311208 103702528 24263 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 25318 24263 141 302 0 25013 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 101272

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=710096/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=125728 CPUtime=162.22
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 35168 0 0 0 16133 89 0 0 25 0 1 0 324311208 128745472 30314 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 31432 30314 141 302 0 31127 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 125728

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=683152/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=153488 CPUtime=222.2
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 42139 0 0 0 22101 119 0 0 25 0 1 0 324311208 157171712 37028 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 38372 37028 141 302 0 38067 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 153488

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=658576/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=178520 CPUtime=282.18
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 48318 0 0 0 28081 137 0 0 25 0 1 0 324311208 182804480 43207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 44630 43207 141 302 0 44325 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 178520

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=633616/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=203472 CPUtime=342.17
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 54485 0 0 0 34060 157 0 0 25 0 1 0 324311208 208355328 49374 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 50868 49374 141 302 0 50563 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 203472

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=615312/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=222068 CPUtime=402.14
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 59106 0 0 0 40042 172 0 0 25 0 1 0 324311208 227397632 53995 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 55517 53995 141 302 0 55212 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 222068

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=596688/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=240928 CPUtime=462.13
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 63722 0 0 0 46027 186 0 0 25 0 1 0 324311208 246710272 58611 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 60232 58611 141 302 0 59927 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 240928

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=575632/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=264652 CPUtime=522.11
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 69565 0 0 0 52010 201 0 0 25 0 1 0 324311208 271003648 63941 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 66163 63941 141 302 0 65858 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 264652

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=556176/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=284232 CPUtime=582.08
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 74355 0 0 0 57993 215 0 0 25 0 1 0 324311208 291053568 68731 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 71058 68731 141 302 0 70753 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 284232

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=535760/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=304680 CPUtime=642.07
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 79393 0 0 0 63978 229 0 0 25 0 1 0 324311208 311992320 73769 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 76170 73769 141 302 0 75865 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 304680

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=520720/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=319840 CPUtime=702.04
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 83179 0 0 0 69960 244 0 0 25 0 1 0 324311208 327516160 77555 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 79960 77555 141 302 0 79655 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 319840

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=504272/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=336452 CPUtime=762.03
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 87254 0 0 0 75948 255 0 0 25 0 1 0 324311208 344526848 81630 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 84113 81630 141 302 0 83808 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 336452

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=478032/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=363104 CPUtime=822
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 93888 0 0 0 81923 277 0 0 25 0 1 0 324311208 371818496 88264 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 90776 88264 141 302 0 90471 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 363104

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=452688/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=388204 CPUtime=881.99
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 100154 0 0 0 87903 296 0 0 25 0 1 0 324311208 397520896 94530 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 97051 94530 141 302 0 96746 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 388204

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=430352/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=410980 CPUtime=941.96
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 105760 0 0 0 93886 310 0 0 25 0 1 0 324311208 420843520 100136 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 102745 100136 141 302 0 102440 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 410980

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14153
/proc/meminfo: memFree=409168/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=432132 CPUtime=1001.95
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 111011 0 0 0 99869 326 0 0 25 0 1 0 324311208 442503168 105387 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 108033 105387 141 302 0 107728 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 432132

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14155
/proc/meminfo: memFree=390288/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=452296 CPUtime=1061.93
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 115735 0 0 0 105852 341 0 0 25 0 1 0 324311208 463151104 110111 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 113074 110111 141 302 0 112769 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 452296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14155
/proc/meminfo: memFree=368848/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=477620 CPUtime=1121.91
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 122096 0 0 0 111835 356 0 0 25 0 1 0 324311208 489082880 115447 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 119405 115447 141 302 0 119100 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 477620

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14155
/proc/meminfo: memFree=349136/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=497508 CPUtime=1181.88
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 127019 0 0 0 117818 370 0 0 25 0 1 0 324311208 509448192 120370 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 124377 120370 141 302 0 124072 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 497508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.96 2/65 14155
/proc/meminfo: memFree=346896/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=499820 CPUtime=1200.08
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 127525 0 0 0 119634 374 0 0 25 0 1 0 324311208 511815680 120876 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 124955 120876 141 302 0 124650 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 499820

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.98 0.96 2/65 14155
/proc/meminfo: memFree=346896/2055920 swapFree=4183500/4192956
[pid=14152] ppid=14150 vsize=499820 CPUtime=1200.08
/proc/14152/stat : 14152 (Spear-32) R 14150 14152 14049 0 -1 4194304 127525 0 0 0 119634 374 0 0 25 0 1 0 324311208 511815680 120876 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14152/statm: 124955 120876 141 302 0 124650 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 499820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.17
CPU user time (s): 1196.35
CPU system time (s): 3.82342
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 499820

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

runsolver used 0.91986 second user time and 2.38864 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Mar  4 21:25:44 UTC 2007

IDJOB= 320285
IDBENCH= 20499
IDSOLVER= 133
FILE ID= node60/320285-1173043543

PBS_JOBID= 4012486

Free space on /tmp= 66519 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-g10bidw.cnf
COMMAND LINE= /tmp/evaluation/320285-1173043543/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320285-1173043543/instance-320285-1173043543.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-320285-1173043543 -o ROOT/results/node60/solver-320285-1173043543 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320285-1173043543/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/320285-1173043543/instance-320285-1173043543.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6ade683f6bfd116f49e58395d70ae6c0

RANDOM SEED= 399542499

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:        831136 kB
Buffers:         49964 kB
Cached:        1078104 kB
SwapCached:       3656 kB
Active:         873172 kB
Inactive:       264660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        831136 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:           14092 kB
Writeback:           0 kB
Mapped:          15480 kB
Slab:            72912 kB
Committed_AS:   897900 kB
PageTables:       1464 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= 66519 MiB

End job on node60 on Sun Mar  4 21:45:46 UTC 2007