Trace number 338636

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.11 1200.54

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.422
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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/338636-1173689504/instance-338636-1173689504.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/node18/watcher-338636-1173689504 -o ROOT/results/node18/solver-338636-1173689504 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338636-1173689504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/338636-1173689504/instance-338636-1173689504.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6618
/proc/meminfo: memFree=1817400/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=1708 CPUtime=0
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 388904924 1748992 216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 427 216 128 302 0 122 0

[startup+0.063914 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6618
/proc/meminfo: memFree=1817400/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=3056 CPUtime=0.05
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 566 0 0 0 5 0 0 0 18 0 1 0 388904924 3129344 550 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 764 550 129 302 0 459 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3056

[startup+0.102919 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6618
/proc/meminfo: memFree=1817400/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=3844 CPUtime=0.09
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 809 0 0 0 9 0 0 0 18 0 1 0 388904924 3936256 760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 961 760 129 302 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3844

[startup+0.302937 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6618
/proc/meminfo: memFree=1817400/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=5676 CPUtime=0.29
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 1276 0 0 0 28 1 0 0 19 0 1 0 388904924 5812224 1227 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 1419 1227 140 302 0 1114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5676

[startup+0.701976 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6618
/proc/meminfo: memFree=1817400/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=6832 CPUtime=0.69
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 1579 0 0 0 66 3 0 0 22 0 1 0 388904924 6995968 1530 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 1708 1530 140 302 0 1403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6832

[startup+1.50105 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1810992/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=8908 CPUtime=1.49
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 2056 0 0 0 143 6 0 0 25 0 1 0 388904924 9121792 2007 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 2227 2007 140 302 0 1922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8908

[startup+3.10121 s]
/proc/loadavg: 0.92 0.98 0.99 3/78 6619
/proc/meminfo: memFree=1808560/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=11392 CPUtime=3.09
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 2713 0 0 0 300 9 0 0 25 0 1 0 388904924 11665408 2631 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 2848 2631 140 302 0 2543 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11392

[startup+6.30152 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1803952/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=15872 CPUtime=6.28
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 3819 0 0 0 615 13 0 0 25 0 1 0 388904924 16252928 3672 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 3968 3672 140 302 0 3663 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15872

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1797936/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=21396 CPUtime=12.68
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 5217 0 0 0 1249 19 0 0 25 0 1 0 388904924 21909504 5070 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 5349 5070 140 302 0 5044 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21396

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1790512/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=28948 CPUtime=25.48
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 7075 0 0 0 2521 27 0 0 25 0 1 0 388904924 29642752 6799 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 7237 6799 140 302 0 6932 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28948

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1779312/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=40176 CPUtime=51.08
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 9898 0 0 0 5068 40 0 0 25 0 1 0 388904924 41140224 9622 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 10044 9622 140 302 0 9739 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40176

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 4/78 6619
/proc/meminfo: memFree=1761392/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=59140 CPUtime=102.27
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 14567 0 0 0 10169 58 0 0 25 0 1 0 388904924 60559360 14034 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 14785 14034 140 302 0 14480 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59140

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1744688/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=76028 CPUtime=162.25
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 18739 0 0 0 16150 75 0 0 25 0 1 0 388904924 77852672 18206 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 19007 18206 140 302 0 18702 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 76028

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1734064/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=87000 CPUtime=222.23
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 21371 0 0 0 22135 88 0 0 25 0 1 0 388904924 89088000 20838 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 21750 20838 140 302 0 21445 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87000

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1722864/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=98212 CPUtime=282.21
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 24178 0 0 0 28119 102 0 0 25 0 1 0 388904924 100569088 23645 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 24553 23645 140 302 0 24248 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 98212

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1714096/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=108684 CPUtime=342.2
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 26862 0 0 0 34105 115 0 0 25 0 1 0 388904924 111292416 25816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 27171 25816 140 302 0 26866 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108684

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6619
/proc/meminfo: memFree=1705904/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=117264 CPUtime=402.18
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 28923 0 0 0 40094 124 0 0 25 0 1 0 388904924 120078336 27877 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 29316 27877 140 302 0 29011 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 117264

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 6619
/proc/meminfo: memFree=1696624/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=126924 CPUtime=462.16
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 31239 0 0 0 46083 133 0 0 25 0 1 0 388904924 129970176 30193 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 31731 30193 140 302 0 31426 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 126924

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 6619
/proc/meminfo: memFree=1686832/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=137616 CPUtime=522.15
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 33702 0 0 0 52070 145 0 0 25 0 1 0 388904924 140918784 32656 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 34404 32656 140 302 0 34099 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 137616

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 6727
/proc/meminfo: memFree=1677496/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=145296 CPUtime=582.08
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 35700 0 0 0 58050 158 0 0 25 0 1 0 388904924 148783104 34654 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 36324 34654 140 302 0 36019 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 145296

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1668064/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=155876 CPUtime=642.01
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 38292 0 0 0 64031 170 0 0 25 0 1 0 388904924 159617024 37246 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 38969 37246 140 302 0 38664 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 155876

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1661096/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=162776 CPUtime=701.99
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 40068 0 0 0 70020 179 0 0 25 0 1 0 388904924 166682624 39022 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 40694 39022 140 302 0 40389 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 162776

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1654952/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=169868 CPUtime=761.98
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 41573 0 0 0 76011 187 0 0 25 0 1 0 388904924 173944832 40527 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 42467 40527 140 302 0 42162 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 169868

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1647976/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=176944 CPUtime=821.96
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 43354 0 0 0 82000 196 0 0 25 0 1 0 388904924 181190656 42308 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 44236 42308 140 302 0 43931 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 176944

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1641640/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=183364 CPUtime=881.95
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 44917 0 0 0 87990 205 0 0 25 0 1 0 388904924 187764736 43871 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 45841 43871 140 302 0 45536 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 183364

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1635176/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=190020 CPUtime=941.92
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 46561 0 0 0 93980 212 0 0 25 0 1 0 388904924 194580480 45515 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 47505 45515 140 302 0 47200 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 190020

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1627440/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=197356 CPUtime=1001.91
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 48527 0 0 0 99968 223 0 0 25 0 1 0 388904924 202092544 47437 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 49339 47437 140 302 0 49034 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 197356

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1620656/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=208376 CPUtime=1061.9
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 51245 0 0 0 105957 233 0 0 25 0 1 0 388904924 213377024 49130 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 52094 49130 140 302 0 51789 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 208376

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1614960/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=214048 CPUtime=1121.88
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 52666 0 0 0 111945 243 0 0 25 0 1 0 388904924 219185152 50551 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 53512 50551 140 302 0 53207 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 214048

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1609072/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=219720 CPUtime=1181.86
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 54153 0 0 0 117933 253 0 0 25 0 1 0 388904924 224993280 52038 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 54930 52038 140 302 0 54625 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 219720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1607088/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=221480 CPUtime=1200.06
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 54604 0 0 0 119750 256 0 0 25 0 1 0 388904924 226795520 52489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 55370 52489 140 302 0 55065 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 221480

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 6817
/proc/meminfo: memFree=1607088/2055920 swapFree=4153284/4192956
[pid=6618] ppid=6616 vsize=221480 CPUtime=1200.06
/proc/6618/stat : 6618 (Spear-32) R 6616 6618 5797 0 -1 4194304 54604 0 0 0 119750 256 0 0 25 0 1 0 388904924 226795520 52489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/6618/statm: 55370 52489 140 302 0 55065 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 221480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1197.51
CPU system time (s): 2.6026
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 221480

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

runsolver used 1.3168 second user time and 3.06053 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Mar 12 08:51:44 UTC 2007

IDJOB= 338636
IDBENCH= 24727
IDSOLVER= 132
FILE ID= node18/338636-1173689504

PBS_JOBID= 4101481

Free space on /tmp= 66509 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338636-1173689504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/338636-1173689504/instance-338636-1173689504.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-338636-1173689504 -o ROOT/results/node18/solver-338636-1173689504 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338636-1173689504/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/338636-1173689504/instance-338636-1173689504.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a12e117c336ca4cea22ec458f6b2361c

RANDOM SEED= 106917646

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817872 kB
Buffers:         37356 kB
Cached:         128900 kB
SwapCached:       2928 kB
Active:         102776 kB
Inactive:        86600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817872 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            34368 kB
Committed_AS:  1313232 kB
PageTables:       1668 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= 66509 MiB

End job on node18 on Mon Mar 12 09:11:46 UTC 2007