Trace number 330524

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 FH 1.0? (TO) 1200.12 1200.66

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
MD5SUM123611192e7b44f446f7ac11e53423f6
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark181.562
Satisfiable
(Un)Satisfiability was proved
Number of variables112764
Number of clauses468539
Sum of the clauses size1200891
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2331975
Number of clauses of size 387836
Number of clauses of size 416674
Number of clauses of size 59489
Number of clauses of size over 520493

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/330524-1173167316/instance-330524-1173167316.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/node42/watcher-330524-1173167316 -o ROOT/results/node42/solver-330524-1173167316 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330524-1173167316/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/330524-1173167316/instance-330524-1173167316.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.91 0.95 0.95 3/64 17607
/proc/meminfo: memFree=1857576/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=1396 CPUtime=0
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 42685126 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 349 138 121 302 0 44 0

[startup+0.089161 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 17607
/proc/meminfo: memFree=1857576/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=2896 CPUtime=0.08
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 500 0 0 0 8 0 0 0 18 0 1 0 42685126 2965504 484 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513448 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 724 484 129 302 0 419 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2896

[startup+0.101163 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 17607
/proc/meminfo: memFree=1857576/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=3200 CPUtime=0.09
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 601 0 0 0 9 0 0 0 18 0 1 0 42685126 3276800 585 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 800 585 129 302 0 495 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3200

[startup+0.301199 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 17607
/proc/meminfo: memFree=1857576/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=9964 CPUtime=0.29
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 2628 0 0 0 27 2 0 0 19 0 1 0 42685126 10203136 2198 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 2491 2199 129 302 0 2186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9964

[startup+0.701277 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 17607
/proc/meminfo: memFree=1857576/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=27928 CPUtime=0.69
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 7399 0 0 0 61 8 0 0 22 0 1 0 42685126 28598272 5940 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135256559 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 6982 5940 129 302 0 6677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27928

[startup+1.50243 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 17608
/proc/meminfo: memFree=1828128/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=38648 CPUtime=1.49
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 11350 0 0 0 137 12 0 0 25 0 1 0 42685126 39575552 9171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 9662 9171 140 302 0 9357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38648

[startup+3.10174 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 17608
/proc/meminfo: memFree=1820896/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=39292 CPUtime=3.08
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 11516 0 0 0 295 13 0 0 25 0 1 0 42685126 40235008 9272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/17607/statm: 9823 9272 140 302 0 9518 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39292

[startup+6.30134 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 17608
/proc/meminfo: memFree=1820000/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=40448 CPUtime=6.29
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 11801 0 0 0 614 15 0 0 25 0 1 0 42685126 41418752 9557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 10112 9557 140 302 0 9807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40448

[startup+12.7016 s]
/proc/loadavg: 1.01 0.97 0.95 2/65 17608
/proc/meminfo: memFree=1817504/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=42744 CPUtime=12.69
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 12387 0 0 0 1250 19 0 0 25 0 1 0 42685126 43769856 10143 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 10686 10143 140 302 0 10381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42744

[startup+25.502 s]
/proc/loadavg: 1.01 0.97 0.95 2/65 17608
/proc/meminfo: memFree=1813024/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=47084 CPUtime=25.48
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 13498 0 0 0 2522 26 0 0 25 0 1 0 42685126 48214016 11221 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 11771 11221 140 302 0 11466 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 47084

[startup+51.1019 s]
/proc/loadavg: 1.01 0.97 0.95 2/65 17608
/proc/meminfo: memFree=1803360/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=57032 CPUtime=51.07
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 16017 0 0 0 5071 36 0 0 25 0 1 0 42685126 58400768 13675 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 14258 13675 140 302 0 13953 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57032

[startup+102.306 s]
/proc/loadavg: 1.05 0.99 0.96 2/65 17608
/proc/meminfo: memFree=1785312/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=74772 CPUtime=102.25
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 20488 0 0 0 10176 49 0 0 25 0 1 0 42685126 76566528 18146 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 18693 18146 140 302 0 18388 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74772

[startup+162.301 s]
/proc/loadavg: 1.06 1.00 0.96 2/65 17608
/proc/meminfo: memFree=1767072/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=93412 CPUtime=162.23
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 25206 0 0 0 16156 67 0 0 25 0 1 0 42685126 95653888 22735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 23353 22735 140 302 0 23048 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 93412

[startup+222.301 s]
/proc/loadavg: 1.06 1.01 0.97 2/65 17608
/proc/meminfo: memFree=1748448/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=111728 CPUtime=222.2
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 29815 0 0 0 22144 76 0 0 25 0 1 0 42685126 114409472 27344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 27932 27344 140 302 0 27627 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 111728

[startup+282.302 s]
/proc/loadavg: 1.05 1.02 0.97 2/65 17608
/proc/meminfo: memFree=1732960/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=127144 CPUtime=282.19
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 33694 0 0 0 28131 88 0 0 25 0 1 0 42685126 130195456 31223 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 31786 31223 140 302 0 31481 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 127144

[startup+342.301 s]
/proc/loadavg: 1.06 1.03 0.98 2/65 17608
/proc/meminfo: memFree=1717472/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=142412 CPUtime=342.16
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 37529 0 0 0 34119 97 0 0 25 0 1 0 42685126 145829888 35058 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 35603 35058 140 302 0 35298 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 142412

[startup+402.302 s]
/proc/loadavg: 1.02 1.02 0.98 2/65 17608
/proc/meminfo: memFree=1704352/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=155640 CPUtime=402.14
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 40825 0 0 0 40110 104 0 0 25 0 1 0 42685126 159375360 38354 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 38910 38354 140 302 0 38605 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 155640

[startup+462.301 s]
/proc/loadavg: 1.01 1.02 0.98 2/65 17608
/proc/meminfo: memFree=1693088/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=167676 CPUtime=462.11
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 43866 0 0 0 46101 110 0 0 25 0 1 0 42685126 171700224 41138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 41919 41138 140 302 0 41614 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 167676

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 17608
/proc/meminfo: memFree=1680224/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=180744 CPUtime=522.1
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 47124 0 0 0 52091 119 0 0 25 0 1 0 42685126 185081856 44396 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 45186 44396 140 302 0 44881 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 180744

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 0.98 2/65 17608
/proc/meminfo: memFree=1667296/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=193548 CPUtime=582.07
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 50326 0 0 0 58081 126 0 0 25 0 1 0 42685126 198193152 47598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 48387 47598 140 302 0 48082 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 193548

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17608
/proc/meminfo: memFree=1654112/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=206432 CPUtime=642.05
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 53573 0 0 0 64071 134 0 0 25 0 1 0 42685126 211386368 50845 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 51608 50845 140 302 0 51303 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 206432

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17608
/proc/meminfo: memFree=1641184/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=219284 CPUtime=702.03
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 56808 0 0 0 70060 143 0 0 25 0 1 0 42685126 224546816 54080 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 54821 54080 140 302 0 54516 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 219284

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 17692
/proc/meminfo: memFree=1628008/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=231000 CPUtime=761.99
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 59751 0 0 0 76049 150 0 0 25 0 1 0 42685126 236544000 57023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 57750 57023 140 302 0 57445 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 231000

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/71 17782
/proc/meminfo: memFree=1615976/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=242984 CPUtime=821.91
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 62750 0 0 0 82035 156 0 0 25 0 1 0 42685126 248815616 60022 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 60746 60022 140 302 0 60441 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 242984

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1605536/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=254236 CPUtime=881.87
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 65579 0 0 0 88026 161 0 0 25 0 1 0 42685126 260337664 62851 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 63559 62851 140 302 0 63254 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 254236

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1594208/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=265668 CPUtime=941.85
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 68423 0 0 0 94020 165 0 0 25 0 1 0 42685126 272044032 65695 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 66417 65695 140 302 0 66112 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 265668

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1583584/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=276228 CPUtime=1001.84
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 71061 0 0 0 100013 171 0 0 25 0 1 0 42685126 282857472 68333 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527180 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 69057 68333 140 302 0 68752 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 276228

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1572704/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=287084 CPUtime=1061.81
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 73794 0 0 0 106005 176 0 0 25 0 1 0 42685126 293974016 71066 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 71771 71066 140 302 0 71466 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 287084

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1560928/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=298712 CPUtime=1121.78
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 76707 0 0 0 111995 183 0 0 25 0 1 0 42685126 305881088 73979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 74678 73979 140 302 0 74373 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 298712

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1549856/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=309920 CPUtime=1181.76
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 79515 0 0 0 117988 188 0 0 25 0 1 0 42685126 317358080 76787 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 77480 76787 140 302 0 77175 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 309920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 17806
/proc/meminfo: memFree=1546144/2055920 swapFree=4184636/4192956
[pid=17607] ppid=17605 vsize=313404 CPUtime=1200.06
/proc/17607/stat : 17607 (Spear-32) R 17605 17607 17065 0 -1 4194304 80396 0 0 0 119816 190 0 0 25 0 1 0 42685126 320925696 77668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17607/statm: 78351 77668 140 302 0 78046 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 313404

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.12
CPU user time (s): 1198.17
CPU system time (s): 1.9577
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 313404

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

runsolver used 0.815875 second user time and 2.55261 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Mar  6 07:48:37 UTC 2007

IDJOB= 330524
IDBENCH= 20565
IDSOLVER= 132
FILE ID= node42/330524-1173167316

PBS_JOBID= 4015246

Free space on /tmp= 66508 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
COMMAND LINE= /tmp/evaluation/330524-1173167316/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/330524-1173167316/instance-330524-1173167316.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-330524-1173167316 -o ROOT/results/node42/solver-330524-1173167316 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330524-1173167316/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/330524-1173167316/instance-330524-1173167316.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  123611192e7b44f446f7ac11e53423f6

RANDOM SEED= 755186005

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1857920 kB
Buffers:          9360 kB
Cached:         111512 kB
SwapCached:       2412 kB
Active:          44544 kB
Inactive:       100124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857920 kB
SwapTotal:     4192956 kB
SwapFree:      4184636 kB
Dirty:           12420 kB
Writeback:           0 kB
Mapped:          30524 kB
Slab:            39344 kB
Committed_AS:   125568 kB
PageTables:       1440 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= 66508 MiB

End job on node42 on Tue Mar  6 08:08:40 UTC 2007