Trace number 320447

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.0UNSAT 755.014 755.209

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7bidw_i.cnf
MD5SUM3eac71f4fca7132b74d6d27cfa83813f
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.752
Satisfiable
(Un)Satisfiability was proved
Number of variables131004
Number of clauses387841
Sum of the clauses size904961
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2258560
Number of clauses of size 3129280
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/320447-1173046260/instance-320447-1173046260.cnf
754.89/755.17	s UNSATISFIABLE
754.89/755.17	c runtime 755.08 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node67/watcher-320447-1173046260 -o ROOT/results/node67/solver-320447-1173046260 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320447-1173046260/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320447-1173046260/instance-320447-1173046260.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 1.01 0.96 3/64 5304
/proc/meminfo: memFree=821616/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=1532 CPUtime=0
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 324583664 1568768 189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134799873 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 383 189 128 302 0 78 0

[startup+0.0455919 s]
/proc/loadavg: 0.92 1.01 0.96 3/64 5304
/proc/meminfo: memFree=821616/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=3228 CPUtime=0.04
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 610 0 0 0 4 0 0 0 18 0 1 0 324583664 3305472 594 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 807 595 129 302 0 502 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3228

[startup+0.101597 s]
/proc/loadavg: 0.92 1.01 0.96 3/64 5304
/proc/meminfo: memFree=821616/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=5272 CPUtime=0.09
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 1244 0 0 0 9 0 0 0 18 0 1 0 324583664 5398528 1089 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 1318 1090 129 302 0 1013 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5272

[startup+0.301617 s]
/proc/loadavg: 0.92 1.01 0.96 3/64 5304
/proc/meminfo: memFree=821616/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=13076 CPUtime=0.29
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 3539 0 0 0 27 2 0 0 19 0 1 0 324583664 13389824 2691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 3269 2691 129 302 0 2964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13076

[startup+0.701659 s]
/proc/loadavg: 0.92 1.01 0.96 3/64 5304
/proc/meminfo: memFree=821616/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=27948 CPUtime=0.69
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 8078 0 0 0 62 7 0 0 23 0 1 0 324583664 28618752 5945 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515386 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 6987 5945 129 302 0 6682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27948

[startup+1.50174 s]
/proc/loadavg: 0.92 1.01 0.96 2/65 5305
/proc/meminfo: memFree=788840/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=45024 CPUtime=1.49
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 13181 0 0 0 133 16 0 0 25 0 1 0 324583664 46104576 10950 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515578 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 11256 10950 145 302 0 10951 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45024

[startup+3.10191 s]
/proc/loadavg: 0.92 1.01 0.96 2/65 5305
/proc/meminfo: memFree=764008/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=83780 CPUtime=3.09
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 23448 0 0 0 289 20 0 0 25 0 1 0 324583664 85790720 20365 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 20945 20365 145 302 0 20640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83780

[startup+6.30124 s]
/proc/loadavg: 0.93 1.01 0.96 2/65 5305
/proc/meminfo: memFree=728936/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=95148 CPUtime=6.29
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 26559 0 0 0 603 26 0 0 25 0 1 0 324583664 97431552 23348 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 23787 23348 145 302 0 23482 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95148

[startup+12.7019 s]
/proc/loadavg: 0.93 1.01 0.96 2/65 5305
/proc/meminfo: memFree=723880/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=100144 CPUtime=12.69
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 27828 0 0 0 1234 35 0 0 25 0 1 0 324583664 102547456 24584 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 25036 24584 145 302 0 24731 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100144

[startup+25.5012 s]
/proc/loadavg: 0.95 1.01 0.96 2/65 5305
/proc/meminfo: memFree=714728/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=109368 CPUtime=25.49
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 30188 0 0 0 2500 49 0 0 25 0 1 0 324583664 111992832 26879 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 27342 26879 145 302 0 27037 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109368

[startup+51.1019 s]
/proc/loadavg: 0.96 1.01 0.96 2/65 5305
/proc/meminfo: memFree=698152/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=126324 CPUtime=51.08
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 34464 0 0 0 5039 69 0 0 25 0 1 0 324583664 129355776 31026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 31581 31026 145 302 0 31276 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 126324

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.96 2/65 5305
/proc/meminfo: memFree=676008/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=148868 CPUtime=102.26
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 40170 0 0 0 10128 98 0 0 25 0 1 0 324583664 152440832 36475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 37217 36475 145 302 0 36912 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 148868

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.96 2/65 5305
/proc/meminfo: memFree=655592/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=169012 CPUtime=162.25
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 45298 0 0 0 16105 120 0 0 25 0 1 0 324583664 173068288 41603 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 42253 41603 145 302 0 41948 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 169012

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.96 2/65 5305
/proc/meminfo: memFree=644008/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=180568 CPUtime=222.23
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 48143 0 0 0 22089 134 0 0 25 0 1 0 324583664 184901632 44448 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 45142 44448 145 302 0 44837 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 180568

[startup+282.302 s]
/proc/loadavg: 1.07 1.02 0.97 2/65 5305
/proc/meminfo: memFree=628392/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=196404 CPUtime=282.22
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 52054 0 0 0 28071 151 0 0 25 0 1 0 324583664 201117696 48359 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 49101 48359 145 302 0 48796 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 196404

[startup+342.301 s]
/proc/loadavg: 1.03 1.01 0.97 2/65 5305
/proc/meminfo: memFree=620328/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=206572 CPUtime=342.2
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 54552 0 0 0 34059 161 0 0 25 0 1 0 324583664 211529728 50344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 51643 50344 145 302 0 51338 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 206572

[startup+402.301 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 5305
/proc/meminfo: memFree=614376/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=212616 CPUtime=402.18
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56021 0 0 0 40048 170 0 0 25 0 1 0 324583664 217718784 51813 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53154 51813 145 302 0 52849 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 212616

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=614248/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=212784 CPUtime=462.18
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56054 0 0 0 46022 196 0 0 25 0 1 0 324583664 217890816 51846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53196 51846 145 302 0 52891 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 212784

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=614248/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=212784 CPUtime=522.16
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56066 0 0 0 52000 216 0 0 25 0 1 0 324583664 217890816 51858 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53196 51858 145 302 0 52891 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 212784

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=614184/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=212976 CPUtime=582.14
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56076 0 0 0 57987 227 0 0 25 0 1 0 324583664 218087424 51868 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53244 51868 145 302 0 52939 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 212976

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613992/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213108 CPUtime=642.13
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56135 0 0 0 63976 237 0 0 25 0 1 0 324583664 218222592 51927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53277 51927 145 302 0 52972 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 213108

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613544/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213532 CPUtime=702.11
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56238 0 0 0 69962 249 0 0 25 0 1 0 324583664 218656768 52030 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53383 52030 145 302 0 53078 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 213532

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

[startup+716.701 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613416/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213724 CPUtime=716.51
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56264 0 0 0 71399 252 0 0 25 0 1 0 324583664 218853376 52056 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53431 52056 145 302 0 53126 0
Current children cumulated CPU time (s) 716.51
Current children cumulated vsize (KiB) 213724

[startup+742.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213724 CPUtime=742.1
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56287 0 0 0 73954 256 0 0 25 0 1 0 324583664 218853376 52079 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53431 52079 145 302 0 53126 0
Current children cumulated CPU time (s) 742.1
Current children cumulated vsize (KiB) 213724

[startup+748.702 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=748.5
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56293 0 0 0 74593 257 0 0 25 0 1 0 324583664 219017216 52085 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52085 145 302 0 53166 0
Current children cumulated CPU time (s) 748.5
Current children cumulated vsize (KiB) 213884

[startup+751.902 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=751.7
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56294 0 0 0 74913 257 0 0 25 0 1 0 324583664 219017216 52086 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52086 145 302 0 53166 0
Current children cumulated CPU time (s) 751.7
Current children cumulated vsize (KiB) 213884

[startup+753.506 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=753.3
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56295 0 0 0 75073 257 0 0 25 0 1 0 324583664 219017216 52087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52087 145 302 0 53166 0
Current children cumulated CPU time (s) 753.3
Current children cumulated vsize (KiB) 213884

[startup+754.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=754.1
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56295 0 0 0 75153 257 0 0 25 0 1 0 324583664 219017216 52087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52087 145 302 0 53166 0
Current children cumulated CPU time (s) 754.1
Current children cumulated vsize (KiB) 213884

[startup+754.701 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=754.5
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56295 0 0 0 75193 257 0 0 25 0 1 0 324583664 219017216 52087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52087 145 302 0 53166 0
Current children cumulated CPU time (s) 754.5
Current children cumulated vsize (KiB) 213884

[startup+755.101 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=213884 CPUtime=754.89
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194304 56295 0 0 0 75232 257 0 0 25 0 1 0 324583664 219017216 52087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 53471 52087 145 302 0 53166 0
Current children cumulated CPU time (s) 754.89
Current children cumulated vsize (KiB) 213884

[startup+755.201 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 5305
/proc/meminfo: memFree=613288/2055920 swapFree=4183980/4192956
[pid=5304] ppid=5302 vsize=0 CPUtime=755
/proc/5304/stat : 5304 (Spear-32) R 5302 5304 4875 0 -1 4194308 56315 0 0 0 75240 260 0 0 25 0 1 0 324583664 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/5304/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 755
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 755.209
CPU time (s): 755.014
CPU user time (s): 752.405
CPU system time (s): 2.6096
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 213884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 752.405
system time used= 2.6096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56315
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= 7
involuntary context switches= 1864

runsolver used 0.573912 second user time and 1.50577 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Mar  4 22:11:00 UTC 2007

IDJOB= 320447
IDBENCH= 20503
IDSOLVER= 131
FILE ID= node67/320447-1173046260

PBS_JOBID= 4012508

Free space on /tmp= 66542 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7bidw_i.cnf
COMMAND LINE= /tmp/evaluation/320447-1173046260/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320447-1173046260/instance-320447-1173046260.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-320447-1173046260 -o ROOT/results/node67/solver-320447-1173046260 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320447-1173046260/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/320447-1173046260/instance-320447-1173046260.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  3eac71f4fca7132b74d6d27cfa83813f

RANDOM SEED= 397071171

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:        822024 kB
Buffers:         47356 kB
Cached:        1090236 kB
SwapCached:       3312 kB
Active:         804940 kB
Inactive:       342608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        822024 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            8120 kB
Writeback:           0 kB
Mapped:          15616 kB
Slab:            72248 kB
Committed_AS:   871428 kB
PageTables:       1452 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= 66542 MiB

End job on node67 on Sun Mar  4 22:23:36 UTC 2007