Trace number 335948

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.1 1200.53

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv6.sat05-565.reshuffled-07.cnf
MD5SUMcd0ae54367b5a9ed0b37080c845fb42a
Bench CategoryCRAFTED (crafted 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 variables792
Number of clauses2557
Sum of the clauses size6840
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2864
Number of clauses of size 31692
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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/335948-1173637333/instance-335948-1173637333.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/node60/watcher-335948-1173637333 -o ROOT/results/node60/solver-335948-1173637333 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335948-1173637333/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/335948-1173637333/instance-335948-1173637333.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.83 1.82 1.44 3/64 17265
/proc/meminfo: memFree=1928784/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=1548 CPUtime=0
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 204 0 0 0 0 0 0 0 18 0 1 0 383690168 1585152 188 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 387 188 128 302 0 82 0

[startup+0.0228059 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17265
/proc/meminfo: memFree=1928784/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=1676 CPUtime=0.02
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 245 0 0 0 2 0 0 0 18 0 1 0 383690168 1716224 229 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 419 229 140 302 0 114 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1676

[startup+0.101818 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17265
/proc/meminfo: memFree=1928784/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=1932 CPUtime=0.09
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 306 0 0 0 9 0 0 0 18 0 1 0 383690168 1978368 290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 483 290 140 302 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1932

[startup+0.301853 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17265
/proc/meminfo: memFree=1928784/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=2316 CPUtime=0.29
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 427 0 0 0 29 0 0 0 19 0 1 0 383690168 2371584 411 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 579 411 140 302 0 274 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2316

[startup+0.701925 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17265
/proc/meminfo: memFree=1928784/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=3084 CPUtime=0.69
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 617 0 0 0 69 0 0 0 22 0 1 0 383690168 3158016 601 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 771 601 140 302 0 466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3084

[startup+1.50107 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 17266
/proc/meminfo: memFree=1926408/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=4240 CPUtime=1.49
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 902 0 0 0 148 1 0 0 25 0 1 0 383690168 4341760 886 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 1060 886 140 302 0 755 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4240

[startup+3.10135 s]
/proc/loadavg: 1.83 1.82 1.44 2/65 17266
/proc/meminfo: memFree=1924744/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=6572 CPUtime=3.09
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 1462 0 0 0 307 2 0 0 25 0 1 0 383690168 6729728 1446 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 1643 1446 140 302 0 1338 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6572

[startup+6.30193 s]
/proc/loadavg: 1.77 1.80 1.44 2/65 17266
/proc/meminfo: memFree=1920776/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=9900 CPUtime=6.29
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 2305 0 0 0 625 4 0 0 25 0 1 0 383690168 10137600 2289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 2475 2289 140 302 0 2170 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9900

[startup+12.7011 s]
/proc/loadavg: 1.71 1.79 1.43 2/65 17266
/proc/meminfo: memFree=1915400/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=14908 CPUtime=12.68
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 3558 0 0 0 1261 7 0 0 25 0 1 0 383690168 15265792 3509 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 3727 3509 140 302 0 3422 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14908

[startup+25.5014 s]
/proc/loadavg: 1.55 1.75 1.43 2/65 17266
/proc/meminfo: memFree=1907976/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=22244 CPUtime=25.48
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 5410 0 0 0 2537 11 0 0 25 0 1 0 383690168 22777856 5296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 5561 5296 140 302 0 5256 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22244

[startup+51.1019 s]
/proc/loadavg: 1.36 1.69 1.41 2/65 17266
/proc/meminfo: memFree=1897736/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=32548 CPUtime=51.07
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 7976 0 0 0 5089 18 0 0 25 0 1 0 383690168 33329152 7862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 8137 7862 140 302 0 7832 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32548

[startup+102.305 s]
/proc/loadavg: 1.22 1.60 1.39 2/65 17266
/proc/meminfo: memFree=1883848/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=46592 CPUtime=102.26
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 11532 0 0 0 10198 28 0 0 25 0 1 0 383690168 47710208 11289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 11648 11289 140 302 0 11343 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 46592

[startup+162.302 s]
/proc/loadavg: 1.14 1.50 1.37 2/65 17266
/proc/meminfo: memFree=1872264/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=58324 CPUtime=162.23
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 14444 0 0 0 16186 37 0 0 25 0 1 0 383690168 59723776 14201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 14581 14201 140 302 0 14276 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58324

[startup+222.301 s]
/proc/loadavg: 1.11 1.42 1.35 2/65 17266
/proc/meminfo: memFree=1861640/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=68884 CPUtime=222.21
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 17055 0 0 0 22173 48 0 0 25 0 1 0 383690168 70537216 16812 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 17221 16812 140 302 0 16916 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 68884

[startup+282.301 s]
/proc/loadavg: 1.09 1.36 1.33 2/65 17266
/proc/meminfo: memFree=1852168/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=78536 CPUtime=282.18
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 19433 0 0 0 28161 57 0 0 25 0 1 0 383690168 80420864 19190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 19634 19190 140 302 0 19329 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 78536

[startup+342.302 s]
/proc/loadavg: 1.03 1.29 1.31 2/65 17266
/proc/meminfo: memFree=1843656/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=88004 CPUtime=342.17
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 21793 0 0 0 34153 64 0 0 25 0 1 0 383690168 90116096 21293 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 22001 21293 140 302 0 21696 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 88004

[startup+402.303 s]
/proc/loadavg: 1.01 1.23 1.29 2/65 17266
/proc/meminfo: memFree=1835848/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=95828 CPUtime=402.15
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 23741 0 0 0 40145 70 0 0 25 0 1 0 383690168 98127872 23241 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 23957 23241 140 302 0 23652 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 95828

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.27 2/65 17266
/proc/meminfo: memFree=1829896/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=101636 CPUtime=462.12
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 25207 0 0 0 46137 75 0 0 25 0 1 0 383690168 104075264 24707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 25409 24707 140 302 0 25104 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 101636

[startup+522.302 s]
/proc/loadavg: 1.00 1.15 1.25 2/65 17266
/proc/meminfo: memFree=1824968/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=106872 CPUtime=522.1
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 26484 0 0 0 52130 80 0 0 25 0 1 0 383690168 109436928 25984 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 26718 25984 140 302 0 26413 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 106872

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.23 2/65 17266
/proc/meminfo: memFree=1819912/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=112060 CPUtime=582.09
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 27737 0 0 0 58123 86 0 0 25 0 1 0 383690168 114749440 27237 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 28015 27237 140 302 0 27710 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 112060

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 17266
/proc/meminfo: memFree=1814216/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=117624 CPUtime=642.06
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 29137 0 0 0 64115 91 0 0 25 0 1 0 383690168 120446976 28637 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 29406 28637 140 302 0 29101 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 117624

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 17266
/proc/meminfo: memFree=1808840/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=122868 CPUtime=702.04
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 30484 0 0 0 70106 98 0 0 25 0 1 0 383690168 125816832 29984 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 30717 29984 140 302 0 30412 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 122868

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.18 2/65 17266
/proc/meminfo: memFree=1803848/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=127676 CPUtime=762.02
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 31716 0 0 0 76100 102 0 0 25 0 1 0 383690168 130740224 31216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 31919 31216 140 302 0 31614 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 127676

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 17266
/proc/meminfo: memFree=1799496/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=132156 CPUtime=821.99
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 32826 0 0 0 82092 107 0 0 25 0 1 0 383690168 135327744 32326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 33039 32326 140 302 0 32734 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 132156

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 17266
/proc/meminfo: memFree=1794568/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=137380 CPUtime=881.97
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 34028 0 0 0 88085 112 0 0 25 0 1 0 383690168 140677120 33528 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 34345 33528 140 302 0 34040 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 137380

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 17266
/proc/meminfo: memFree=1790344/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=141500 CPUtime=941.95
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 35091 0 0 0 94079 116 0 0 25 0 1 0 383690168 144896000 34591 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 35375 34591 140 302 0 35070 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 141500

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 17266
/proc/meminfo: memFree=1786376/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=145336 CPUtime=1001.93
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 36075 0 0 0 100073 120 0 0 25 0 1 0 383690168 148824064 35575 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 36334 35575 140 302 0 36029 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 145336

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 17266
/proc/meminfo: memFree=1782664/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=149564 CPUtime=1061.91
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 37025 0 0 0 106067 124 0 0 25 0 1 0 383690168 153153536 36525 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 37391 36525 140 302 0 37086 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 149564

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 17266
/proc/meminfo: memFree=1779016/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=153140 CPUtime=1121.89
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 37913 0 0 0 112062 127 0 0 25 0 1 0 383690168 156815360 37413 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 38285 37413 140 302 0 37980 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 153140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 17266
/proc/meminfo: memFree=1775752/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=156336 CPUtime=1181.87
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 38717 0 0 0 118057 130 0 0 25 0 1 0 383690168 160088064 38217 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 39084 38217 140 302 0 38779 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 156336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17266
/proc/meminfo: memFree=1774728/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=157352 CPUtime=1200.07
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 38954 0 0 0 119876 131 0 0 25 0 1 0 383690168 161128448 38454 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 39338 38454 140 302 0 39033 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 157352

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: 1.00 1.00 1.09 2/65 17266
/proc/meminfo: memFree=1774728/2055920 swapFree=4175904/4192956
[pid=17265] ppid=17263 vsize=157352 CPUtime=1200.07
/proc/17265/stat : 17265 (Spear-32) R 17263 17265 16190 0 -1 4194304 38954 0 0 0 119876 131 0 0 25 0 1 0 383690168 161128448 38454 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17265/statm: 39338 38454 140 302 0 39033 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 157352

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1198.76
CPU system time (s): 1.3358
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 157352

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

runsolver used 0.940856 second user time and 2.38064 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Mar 11 18:22:13 UTC 2007

IDJOB= 335948
IDBENCH= 24663
IDSOLVER= 132
FILE ID= node60/335948-1173637333

PBS_JOBID= 4101309

Free space on /tmp= 66525 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv6.sat05-565.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335948-1173637333/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/335948-1173637333/instance-335948-1173637333.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-335948-1173637333 -o ROOT/results/node60/solver-335948-1173637333 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335948-1173637333/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/335948-1173637333/instance-335948-1173637333.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cd0ae54367b5a9ed0b37080c845fb42a

RANDOM SEED= 271809398

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1929128 kB
Buffers:         13568 kB
Cached:          68028 kB
SwapCached:      11088 kB
Active:          33796 kB
Inactive:        65880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1929128 kB
SwapTotal:     4192956 kB
SwapFree:      4175904 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          15800 kB
Slab:            13068 kB
Committed_AS:   947284 kB
PageTables:       1468 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= 66525 MiB

End job on node60 on Sun Mar 11 18:42:16 UTC 2007