Trace number 315488

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-12UNSAT 692.562 692.76

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h32-unknown.cnf
MD5SUM31ebf23e42c2af5eeb4e8b1cb1366a0c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.3348
Satisfiable
(Un)Satisfiability was proved
Number of variables161116
Number of clauses800163
Sum of the clauses size2079881
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2640925
Number of clauses of size 3153402
Number of clauses of size 41419
Number of clauses of size 5124
Number of clauses of size over 54017

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/315488-1172654649/instance-315488-1172654649.cnf
692.50/692.73	s UNSATISFIABLE
692.50/692.75	c runtime 692.64 [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/node19/watcher-315488-1172654649 -o ROOT/results/node19/solver-315488-1172654649 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315488-1172654649/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/315488-1172654649/instance-315488-1172654649.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: 1.00 1.00 1.00 3/77 10208
/proc/meminfo: memFree=1790696/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=1932 CPUtime=0
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 285418984 1978368 247 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 483 247 126 302 0 178 0

[startup+0.00848208 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10208
/proc/meminfo: memFree=1790696/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=1932 CPUtime=0
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 313 0 0 0 0 0 0 0 18 0 1 0 285418984 1978368 297 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 135262058 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 483 297 128 302 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1932

[startup+0.102492 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10208
/proc/meminfo: memFree=1790696/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=5284 CPUtime=0.09
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 1072 0 0 0 9 0 0 0 18 0 1 0 285418984 5410816 966 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 1321 967 129 302 0 1016 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5284

[startup+0.301512 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10208
/proc/meminfo: memFree=1790696/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=11560 CPUtime=0.29
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 2932 0 0 0 28 1 0 0 19 0 1 0 285418984 11837440 2373 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 2890 2373 129 302 0 2585 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11560

[startup+0.702556 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 10208
/proc/meminfo: memFree=1790696/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=23848 CPUtime=0.69
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 6562 0 0 0 65 4 0 0 22 0 1 0 285418984 24420352 5295 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 5962 5296 129 302 0 5657 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23848

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1760480/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=49052 CPUtime=1.49
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 14198 0 0 0 140 9 0 0 25 0 1 0 285418984 50229248 11519 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 12263 11519 129 302 0 11958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49052

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1730912/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=67360 CPUtime=3.09
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 19608 0 0 0 296 13 0 0 25 0 1 0 285418984 68976640 15036 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 16840 15036 141 302 0 16535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67360

[startup+6.30116 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1730464/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=67620 CPUtime=6.29
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 19706 0 0 0 615 14 0 0 25 0 1 0 285418984 69242880 15134 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 16905 15134 141 302 0 16600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67620

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1730080/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=68124 CPUtime=12.69
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 19819 0 0 0 1254 15 0 0 25 0 1 0 285418984 69758976 15247 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 17031 15247 141 302 0 16726 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68124

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1727072/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=71208 CPUtime=25.48
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 20587 0 0 0 2532 16 0 0 25 0 1 0 285418984 72916992 16015 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 17802 16015 141 302 0 17497 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71208

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1725408/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=72956 CPUtime=51.08
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 21018 0 0 0 5089 19 0 0 25 0 1 0 285418984 74706944 16446 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 18239 16446 141 302 0 17934 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72956

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1716128/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=82680 CPUtime=102.26
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 23488 0 0 0 10199 27 0 0 25 0 1 0 285418984 84664320 18754 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 20670 18754 141 302 0 20365 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82680

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1709152/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=89492 CPUtime=162.25
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 25216 0 0 0 16189 36 0 0 25 0 1 0 285418984 91639808 20482 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 22373 20482 141 302 0 22068 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89492

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1699936/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=98932 CPUtime=222.23
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 27575 0 0 0 22178 45 0 0 25 0 1 0 285418984 101306368 22775 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 24733 22775 141 302 0 24428 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 98932

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1692896/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=106072 CPUtime=282.21
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 29327 0 0 0 28166 55 0 0 25 0 1 0 285418984 108617728 24527 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 26518 24527 141 302 0 26213 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 106072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1683936/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=115352 CPUtime=342.19
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 31647 0 0 0 34155 64 0 0 25 0 1 0 285418984 118120448 26717 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 28838 26717 141 302 0 28533 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 115352

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1676320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=123120 CPUtime=402.17
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 33552 0 0 0 40144 73 0 0 25 0 1 0 285418984 126074880 28622 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 30780 28622 141 302 0 30475 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 123120

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1668448/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=130960 CPUtime=462.16
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 35475 0 0 0 46134 82 0 0 25 0 1 0 285418984 134103040 30545 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134539856 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 32740 30545 141 302 0 32435 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 130960

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1662944/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=136496 CPUtime=522.14
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 36839 0 0 0 52125 89 0 0 25 0 1 0 285418984 139771904 31909 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 34124 31909 141 302 0 33819 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 136496

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1657504/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=142288 CPUtime=582.13
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 38168 0 0 0 58115 98 0 0 25 0 1 0 285418984 145702912 33238 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 35572 33238 141 302 0 35267 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 142288

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652896/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=147888 CPUtime=642.11
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39566 0 0 0 64104 107 0 0 25 0 1 0 285418984 151437312 34379 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 36972 34379 141 302 0 36667 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 147888

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

[startup+665.506 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=665.31
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39666 0 0 0 66422 109 0 0 25 0 1 0 285418984 151863296 34479 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34479 141 302 0 36771 0
Current children cumulated CPU time (s) 665.31
Current children cumulated vsize (KiB) 148304

[startup+678.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=678.1
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 67699 111 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 678.1
Current children cumulated vsize (KiB) 148304

[startup+684.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=684.5
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 68338 112 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 684.5
Current children cumulated vsize (KiB) 148304

[startup+687.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=687.69
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 68657 112 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 687.69
Current children cumulated vsize (KiB) 148304

[startup+691.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=690.89
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 68977 112 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134515233 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 690.89
Current children cumulated vsize (KiB) 148304

[startup+691.906 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=691.69
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 69057 112 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134513558 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 691.69
Current children cumulated vsize (KiB) 148304

[startup+692.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=692.1
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 69097 113 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 692.1
Current children cumulated vsize (KiB) 148304

[startup+692.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10209
/proc/meminfo: memFree=1652320/2055920 swapFree=4192812/4192956
[pid=10208] ppid=10206 vsize=148304 CPUtime=692.5
/proc/10208/stat : 10208 (Spear-32) R 10206 10208 9679 0 -1 4194304 39667 0 0 0 69137 113 0 0 25 0 1 0 285418984 151863296 34480 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10208/statm: 37076 34480 141 302 0 36771 0
Current children cumulated CPU time (s) 692.5
Current children cumulated vsize (KiB) 148304

Child status: 20
Real time (s): 692.76
CPU time (s): 692.562
CPU user time (s): 691.408
CPU system time (s): 1.15382
CPU usage (%): 99.9714
Max. virtual memory (cumulated for all children) (KiB): 148304

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

runsolver used 0.766883 second user time and 1.75473 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Wed Feb 28 09:24:10 UTC 2007

IDJOB= 315488
IDBENCH= 20417
IDSOLVER= 133
FILE ID= node19/315488-1172654649

PBS_JOBID= 3980943

Free space on /tmp= 66494 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h32-unknown.cnf
COMMAND LINE= /tmp/evaluation/315488-1172654649/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/315488-1172654649/instance-315488-1172654649.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-315488-1172654649 -o ROOT/results/node19/solver-315488-1172654649 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315488-1172654649/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/315488-1172654649/instance-315488-1172654649.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  31ebf23e42c2af5eeb4e8b1cb1366a0c

RANDOM SEED= 640938813

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1791104 kB
Buffers:          9956 kB
Cached:         156032 kB
SwapCached:          0 kB
Active:          88548 kB
Inactive:       121032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16036 kB
Writeback:           0 kB
Mapped:          62512 kB
Slab:            40768 kB
Committed_AS:  1085484 kB
PageTables:       1756 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= 66494 MiB

End job on node19 on Wed Feb 28 09:35:43 UTC 2007