Trace number 329097

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.09 1200.66

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k10.cnf
MD5SUMb801eedc38d94f7d34b1c4de68ba5e4b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables46169
Number of clauses207720
Sum of the clauses size584068
Maximum clause length37
Minimum clause length1
Number of clauses of size 1148
Number of clauses of size 284712
Number of clauses of size 3114816
Number of clauses of size 4155
Number of clauses of size 5294
Number of clauses of size over 57595

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/329097-1173131826/instance-329097-1173131826.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/node40/watcher-329097-1173131826 -o ROOT/results/node40/solver-329097-1173131826 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329097-1173131826/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/329097-1173131826/instance-329097-1173131826.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.99 0.97 0.92 3/64 12667
/proc/meminfo: memFree=997232/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=1396 CPUtime=0
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 39136920 1429504 138 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 349 138 121 302 0 44 0

[startup+0.0977401 s]
/proc/loadavg: 0.99 0.97 0.92 3/64 12667
/proc/meminfo: memFree=997232/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=3856 CPUtime=0.09
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 775 0 0 0 9 0 0 0 18 0 1 0 39136920 3948544 759 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 964 760 129 302 0 659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3856

[startup+0.10174 s]
/proc/loadavg: 0.99 0.97 0.92 3/64 12667
/proc/meminfo: memFree=997232/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=4124 CPUtime=0.09
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 838 0 0 0 9 0 0 0 18 0 1 0 39136920 4222976 789 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 1031 789 129 302 0 726 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4124

[startup+0.301782 s]
/proc/loadavg: 0.99 0.97 0.92 3/64 12667
/proc/meminfo: memFree=997232/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=10152 CPUtime=0.29
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 2649 0 0 0 28 1 0 0 19 0 1 0 39136920 10395648 2219 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 2538 2220 129 302 0 2233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10152

[startup+0.701866 s]
/proc/loadavg: 0.99 0.97 0.92 3/64 12667
/proc/meminfo: memFree=997232/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=19060 CPUtime=0.69
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 5314 0 0 0 65 4 0 0 22 0 1 0 39136920 19517440 4271 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 4765 4271 140 302 0 4460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19060

[startup+1.50203 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=980136/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=19720 CPUtime=1.49
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 5466 0 0 0 145 4 0 0 25 0 1 0 39136920 20193280 4423 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 4930 4423 141 302 0 4625 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19720

[startup+3.10137 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=979688/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=20236 CPUtime=3.09
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 5596 0 0 0 304 5 0 0 25 0 1 0 39136920 20721664 4553 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 5059 4553 141 302 0 4754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20236

[startup+6.30204 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=978024/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=21756 CPUtime=6.29
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 5965 0 0 0 623 6 0 0 25 0 1 0 39136920 22278144 4922 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 5439 4922 141 302 0 5134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21756

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=974584/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=25128 CPUtime=12.69
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 6801 0 0 0 1260 9 0 0 25 0 1 0 39136920 25731072 5758 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 6282 5758 141 302 0 5977 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25128

[startup+25.501 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=969912/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=29620 CPUtime=25.48
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 7944 0 0 0 2537 11 0 0 25 0 1 0 39136920 30330880 6901 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 7405 6901 141 302 0 7100 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29620

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=963832/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=36056 CPUtime=51.06
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 9535 0 0 0 5089 17 0 0 25 0 1 0 39136920 36921344 8459 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 9014 8459 141 302 0 8709 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 36056

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=949752/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=50032 CPUtime=102.25
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 13073 0 0 0 10197 28 0 0 25 0 1 0 39136920 51232768 11932 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 12508 11932 141 302 0 12203 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 50032

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=915768/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=84976 CPUtime=162.22
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 21835 0 0 0 16170 52 0 0 25 0 1 0 39136920 87015424 20565 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 21244 20565 141 302 0 20939 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 84976

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12668
/proc/meminfo: memFree=891384/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=108932 CPUtime=222.19
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 27781 0 0 0 22152 67 0 0 25 0 1 0 39136920 111546368 26511 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 27233 26511 141 302 0 26928 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 108932

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/71 12792
/proc/meminfo: memFree=874504/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=124616 CPUtime=282.13
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 31693 0 0 0 28135 78 0 0 25 0 1 0 39136920 127606784 30423 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 31154 30423 141 302 0 30849 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 124616

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=862584/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=138672 CPUtime=342.05
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 35152 0 0 0 34119 86 0 0 25 0 1 0 39136920 142000128 33625 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 34668 33625 141 302 0 34363 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 138672

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=848760/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=152468 CPUtime=402.03
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 38637 0 0 0 40108 95 0 0 25 0 1 0 39136920 156127232 37110 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 38117 37110 141 302 0 37812 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 152468

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=832056/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=169172 CPUtime=462.01
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 42808 0 0 0 46100 101 0 0 25 0 1 0 39136920 173232128 41281 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 42293 41281 141 302 0 41988 0
Current children cumulated CPU time (s) 462.01
Current children cumulated vsize (KiB) 169172

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=814648/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=186824 CPUtime=521.98
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 47235 0 0 0 52091 107 0 0 25 0 1 0 39136920 191307776 45708 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 46706 45708 141 302 0 46401 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 186824

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=796920/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=204384 CPUtime=581.96
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 51608 0 0 0 58081 115 0 0 25 0 1 0 39136920 209289216 50081 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 51096 50081 141 302 0 50791 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 204384

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=780856/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=220268 CPUtime=641.94
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 55572 0 0 0 64073 121 0 0 25 0 1 0 39136920 225554432 54045 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 55067 54045 141 302 0 54762 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 220268

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=765944/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=235300 CPUtime=701.92
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 59335 0 0 0 70064 128 0 0 25 0 1 0 39136920 240947200 57808 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 58825 57808 141 302 0 58520 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 235300

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=750456/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=250740 CPUtime=761.9
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 63188 0 0 0 76058 132 0 0 25 0 1 0 39136920 256757760 61661 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134540255 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 62685 61661 141 302 0 62380 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 250740

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=735160/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=266160 CPUtime=821.87
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 67019 0 0 0 82049 138 0 0 25 0 1 0 39136920 272547840 65492 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 66540 65492 141 302 0 66235 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 266160

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=719992/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=281220 CPUtime=881.85
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 70778 0 0 0 88042 143 0 0 25 0 1 0 39136920 287969280 69251 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 70305 69251 141 302 0 70000 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 281220

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=705336/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=295976 CPUtime=941.82
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 74482 0 0 0 94035 147 0 0 25 0 1 0 39136920 303079424 72955 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 73994 72955 141 302 0 73689 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 295976

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=690488/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=310744 CPUtime=1001.8
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 78160 0 0 0 100029 151 0 0 25 0 1 0 39136920 318201856 76633 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 77686 76633 141 302 0 77381 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 310744

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=676344/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=325060 CPUtime=1061.77
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 81736 0 0 0 106020 157 0 0 25 0 1 0 39136920 332861440 80209 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 81265 80209 141 302 0 80960 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 325060

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12866
/proc/meminfo: memFree=661752/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=339376 CPUtime=1121.75
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 85325 0 0 0 112012 163 0 0 25 0 1 0 39136920 347521024 83798 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 84844 83798 141 302 0 84539 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 339376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12868
/proc/meminfo: memFree=647800/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=353620 CPUtime=1181.73
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 88835 0 0 0 118004 169 0 0 25 0 1 0 39136920 362106880 87308 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 88405 87308 141 302 0 88100 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 353620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.92 2/65 12868
/proc/meminfo: memFree=643384/2055920 swapFree=4192952/4192956
[pid=12667] ppid=12665 vsize=357768 CPUtime=1200.02
/proc/12667/stat : 12667 (Spear-32) R 12665 12667 11442 0 -1 4194304 89877 0 0 0 119832 170 0 0 25 0 1 0 39136920 366354432 88350 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12667/statm: 89442 88350 141 302 0 89137 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 357768

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.09
CPU user time (s): 1198.33
CPU system time (s): 1.76373
CPU usage (%): 99.9525
Max. virtual memory (cumulated for all children) (KiB): 357768

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

runsolver used 0.937857 second user time and 2.44363 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Mar  5 21:57:07 UTC 2007

IDJOB= 329097
IDBENCH= 20531
IDSOLVER= 133
FILE ID= node40/329097-1173131826

PBS_JOBID= 4015167

Free space on /tmp= 66533 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k10.cnf
COMMAND LINE= /tmp/evaluation/329097-1173131826/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/329097-1173131826/instance-329097-1173131826.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-329097-1173131826 -o ROOT/results/node40/solver-329097-1173131826 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329097-1173131826/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/329097-1173131826/instance-329097-1173131826.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b801eedc38d94f7d34b1c4de68ba5e4b

RANDOM SEED= 353306635

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:        997640 kB
Buffers:         41200 kB
Cached:         924192 kB
SwapCached:          4 kB
Active:         153164 kB
Inactive:       827688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997640 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            6448 kB
Writeback:           0 kB
Mapped:          25660 kB
Slab:            63488 kB
Committed_AS:   104300 kB
PageTables:       1412 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= 66533 MiB

End job on node40 on Mon Mar  5 22:17:10 UTC 2007