Trace number 315568

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 606.849 606.89

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

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/315568-1172656019/instance-315568-1172656019.cnf
606.75/606.87	s UNSATISFIABLE
606.75/606.87	c runtime 606.92 [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/node16/watcher-315568-1172656019 -o ROOT/results/node16/solver-315568-1172656019 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315568-1172656019/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/315568-1172656019/instance-315568-1172656019.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 32280
/proc/meminfo: memFree=1318360/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=1932 CPUtime=0
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 285556240 1978368 247 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 135255375 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 483 247 126 302 0 178 0

[startup+0.018691 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32280
/proc/meminfo: memFree=1318360/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=2356 CPUtime=0.01
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 375 0 0 0 1 0 0 0 18 0 1 0 285556240 2412544 359 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134587799 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 589 359 128 302 0 284 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2356

[startup+0.10268 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32280
/proc/meminfo: memFree=1318360/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=4644 CPUtime=0.09
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 998 0 0 0 9 0 0 0 18 0 1 0 285556240 4755456 949 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134800074 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 1161 949 129 302 0 856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4644

[startup+0.301657 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32280
/proc/meminfo: memFree=1318360/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=11012 CPUtime=0.29
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 2776 0 0 0 27 2 0 0 19 0 1 0 285556240 11276288 2346 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 2753 2346 129 302 0 2448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11012

[startup+0.70161 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 32280
/proc/meminfo: memFree=1318360/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=23648 CPUtime=0.69
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 6473 0 0 0 66 3 0 0 23 0 1 0 285556240 24215552 5206 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 5912 5206 129 302 0 5607 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23648

[startup+1.50152 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1285968/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=48136 CPUtime=1.49
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 13913 0 0 0 138 11 0 0 25 0 1 0 285556240 49291264 11234 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 12034 11234 129 302 0 11729 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48136

[startup+3.10134 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 32281
/proc/meminfo: memFree=1261392/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=64824 CPUtime=3.09
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 18771 0 0 0 290 19 0 0 25 0 1 0 285556240 66379776 14328 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 16206 14328 140 302 0 15901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64824

[startup+6.30195 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 32281
/proc/meminfo: memFree=1261072/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=65212 CPUtime=6.29
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 18850 0 0 0 610 19 0 0 25 0 1 0 285556240 66777088 14407 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 16303 14407 141 302 0 15998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65212

[startup+12.7012 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 32281
/proc/meminfo: memFree=1260880/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=65452 CPUtime=12.69
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 18936 0 0 0 1249 20 0 0 25 0 1 0 285556240 67022848 14493 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 16363 14493 141 302 0 16058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65452

[startup+25.5027 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 32281
/proc/meminfo: memFree=1259536/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=66968 CPUtime=25.49
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 19291 0 0 0 2526 23 0 0 25 0 1 0 285556240 68575232 14848 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 16742 14848 141 302 0 16437 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66968

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 32281
/proc/meminfo: memFree=1257040/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=69504 CPUtime=51.09
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 19920 0 0 0 5084 25 0 0 25 0 1 0 285556240 71172096 15477 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 17376 15477 141 302 0 17071 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69504

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 32281
/proc/meminfo: memFree=1250448/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=76028 CPUtime=102.28
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 21586 0 0 0 10196 32 0 0 25 0 1 0 285556240 77852672 17110 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 19007 17110 141 302 0 18702 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 76028

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1243920/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=82912 CPUtime=162.29
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 23350 0 0 0 16188 41 0 0 25 0 1 0 285556240 84901888 18745 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 20728 18745 141 302 0 20423 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 82912

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1238096/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=88944 CPUtime=222.28
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 24852 0 0 0 22179 49 0 0 25 0 1 0 285556240 91078656 20182 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 22236 20182 141 302 0 21931 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 88944

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1232912/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=94072 CPUtime=282.27
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 26153 0 0 0 28172 55 0 0 25 0 1 0 285556240 96329728 21483 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526539 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 23518 21483 141 302 0 23213 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 94072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1227280/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=100172 CPUtime=342.26
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 27658 0 0 0 34164 62 0 0 25 0 1 0 285556240 102576128 22859 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 25043 22859 141 302 0 24738 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 100172

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1223632/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=103868 CPUtime=402.26
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 28575 0 0 0 40157 69 0 0 25 0 1 0 285556240 106360832 23776 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 25967 23776 141 302 0 25662 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 103868

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1221072/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=106360 CPUtime=462.26
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 29302 0 0 0 46153 73 0 0 25 0 1 0 285556240 108912640 24420 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527177 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 26590 24420 141 302 0 26285 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 106360

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1216784/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=110764 CPUtime=522.26
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 30390 0 0 0 52147 79 0 0 25 0 1 0 285556240 113422336 25508 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 27691 25508 141 302 0 27386 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 110764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1211920/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=115784 CPUtime=582.25
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31612 0 0 0 58139 86 0 0 25 0 1 0 285556240 118562816 26714 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 28946 26714 141 302 0 28641 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 115784

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1211536/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=116164 CPUtime=588.65
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31713 0 0 0 58778 87 0 0 25 0 1 0 285556240 118951936 26815 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134527033 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29041 26815 141 302 0 28736 0
Current children cumulated CPU time (s) 588.65
Current children cumulated vsize (KiB) 116164

[startup+595.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1211088/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=116680 CPUtime=595.05
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31814 0 0 0 59418 87 0 0 25 0 1 0 285556240 119480320 26916 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29170 26916 141 302 0 28865 0
Current children cumulated CPU time (s) 595.05
Current children cumulated vsize (KiB) 116680

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210896/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=601.45
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31947 0 0 0 60057 88 0 0 25 0 1 0 285556240 120004608 27049 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27049 141 302 0 28993 0
Current children cumulated CPU time (s) 601.45
Current children cumulated vsize (KiB) 117192

[startup+604.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=604.65
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31949 0 0 0 60377 88 0 0 25 0 1 0 285556240 120004608 27051 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134515248 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27051 141 302 0 28993 0
Current children cumulated CPU time (s) 604.65
Current children cumulated vsize (KiB) 117192

[startup+605.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=605.45
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31949 0 0 0 60457 88 0 0 25 0 1 0 285556240 120004608 27051 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134538182 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27051 141 302 0 28993 0
Current children cumulated CPU time (s) 605.45
Current children cumulated vsize (KiB) 117192

[startup+606.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=606.25
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31949 0 0 0 60537 88 0 0 25 0 1 0 285556240 120004608 27051 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27051 141 302 0 28993 0
Current children cumulated CPU time (s) 606.25
Current children cumulated vsize (KiB) 117192

[startup+606.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=606.65
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31949 0 0 0 60577 88 0 0 25 0 1 0 285556240 120004608 27051 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27051 141 302 0 28993 0
Current children cumulated CPU time (s) 606.65
Current children cumulated vsize (KiB) 117192

[startup+606.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32281
/proc/meminfo: memFree=1210576/2055920 swapFree=4192812/4192956
[pid=32280] ppid=32278 vsize=117192 CPUtime=606.75
/proc/32280/stat : 32280 (Spear-32) R 32278 32280 31692 0 -1 4194304 31949 0 0 0 60587 88 0 0 25 0 1 0 285556240 120004608 27051 18446744073709551615 134512640 135752790 4294956576 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/32280/statm: 29298 27051 141 302 0 28993 0
Current children cumulated CPU time (s) 606.75
Current children cumulated vsize (KiB) 117192

Child status: 20
Real time (s): 606.89
CPU time (s): 606.849
CPU user time (s): 605.941
CPU system time (s): 0.907861
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 117192

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

runsolver used 0.680896 second user time and 1.53077 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Wed Feb 28 09:46:59 UTC 2007

IDJOB= 315568
IDBENCH= 20419
IDSOLVER= 133
FILE ID= node16/315568-1172656019

PBS_JOBID= 3980944

Free space on /tmp= 66471 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 564359649

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1318832 kB
Buffers:         51732 kB
Cached:         566388 kB
SwapCached:          0 kB
Active:         205380 kB
Inactive:       466328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1318832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           15296 kB
Writeback:           0 kB
Mapped:          72476 kB
Slab:            51048 kB
Committed_AS:  1152360 kB
PageTables:       1720 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= 66471 MiB

End job on node16 on Wed Feb 28 09:57:06 UTC 2007