Trace number 337628

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-02-S350203913.sat05-486.reshuffled-07.cnf
MD5SUMd27bb4ae488674c0e5d303cf0ee23c59
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/337628-1173671068/instance-337628-1173671068.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/node75/watcher-337628-1173671068 -o ROOT/results/node75/solver-337628-1173671068 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337628-1173671068/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/337628-1173671068/instance-337628-1173671068.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/64 26360
/proc/meminfo: memFree=1820936/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=1548 CPUtime=0
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 387072621 1585152 184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 387 185 128 302 0 82 0

[startup+0.0458791 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26360
/proc/meminfo: memFree=1820936/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=1812 CPUtime=0.04
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 275 0 0 0 4 0 0 0 20 0 1 0 387072621 1855488 259 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 453 259 140 302 0 148 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1812

[startup+0.101885 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26360
/proc/meminfo: memFree=1820936/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=1944 CPUtime=0.09
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 314 0 0 0 9 0 0 0 20 0 1 0 387072621 1990656 298 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 486 298 140 302 0 181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1944

[startup+0.301909 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26360
/proc/meminfo: memFree=1820936/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=2456 CPUtime=0.29
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 431 0 0 0 29 0 0 0 22 0 1 0 387072621 2514944 415 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 614 415 140 302 0 309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2456

[startup+0.701956 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26360
/proc/meminfo: memFree=1820936/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=3100 CPUtime=0.69
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 617 0 0 0 68 1 0 0 25 0 1 0 387072621 3174400 601 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 775 601 140 302 0 470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3100

[startup+1.50105 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1818624/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=4132 CPUtime=1.49
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 875 0 0 0 147 2 0 0 25 0 1 0 387072621 4231168 859 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 1033 859 140 302 0 728 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4132

[startup+3.10124 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1817280/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=5704 CPUtime=3.09
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 1250 0 0 0 306 3 0 0 25 0 1 0 387072621 5840896 1234 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 1426 1234 140 302 0 1121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5704

[startup+6.30162 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1814656/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=8040 CPUtime=6.29
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 1831 0 0 0 624 5 0 0 25 0 1 0 387072621 8232960 1782 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 2010 1782 140 302 0 1705 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8040

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1811008/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=11396 CPUtime=12.68
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 2693 0 0 0 1261 7 0 0 25 0 1 0 387072621 11669504 2644 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 2849 2644 140 302 0 2544 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11396

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1806144/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=16172 CPUtime=25.48
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 3914 0 0 0 2536 12 0 0 25 0 1 0 387072621 16560128 3800 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 4043 3800 140 302 0 3738 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16172

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1800256/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=21988 CPUtime=51.08
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 5379 0 0 0 5090 18 0 0 25 0 1 0 387072621 22515712 5265 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 5497 5265 140 302 0 5192 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21988

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1791680/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=31100 CPUtime=102.27
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 7637 0 0 0 10199 28 0 0 25 0 1 0 387072621 31846400 7394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 7775 7394 140 302 0 7470 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31100

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1784192/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=38664 CPUtime=162.25
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 9501 0 0 0 16188 37 0 0 25 0 1 0 387072621 39591936 9258 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 9666 9258 140 302 0 9361 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 38664

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1777984/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=45848 CPUtime=222.23
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 11300 0 0 0 22178 45 0 0 25 0 1 0 387072621 46948352 10800 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 11462 10800 140 302 0 11157 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45848

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1772032/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=52104 CPUtime=282.22
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 12787 0 0 0 28170 52 0 0 25 0 1 0 387072621 53354496 12287 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 13026 12287 140 302 0 12721 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 52104

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1766976/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=57332 CPUtime=342.2
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 14048 0 0 0 34161 59 0 0 25 0 1 0 387072621 58707968 13548 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 14333 13548 140 302 0 14028 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 57332

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1762304/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=61868 CPUtime=402.18
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 15204 0 0 0 40154 64 0 0 25 0 1 0 387072621 63352832 14704 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 15467 14704 140 302 0 15162 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 61868

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1757888/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=66288 CPUtime=462.16
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 16305 0 0 0 46146 70 0 0 25 0 1 0 387072621 67878912 15805 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 16572 15805 140 302 0 16267 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 66288

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1753600/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=70484 CPUtime=522.15
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 17382 0 0 0 52139 76 0 0 25 0 1 0 387072621 72175616 16882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 17621 16882 140 302 0 17316 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 70484

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1749312/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=74808 CPUtime=582.13
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 18432 0 0 0 58131 82 0 0 25 0 1 0 387072621 76603392 17932 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 18702 17932 140 302 0 18397 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 74808

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1745536/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=78452 CPUtime=642.12
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 19352 0 0 0 64124 88 0 0 25 0 1 0 387072621 80334848 18852 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 19613 18852 140 302 0 19308 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 78452

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1741952/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=82136 CPUtime=702.1
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 20256 0 0 0 70118 92 0 0 25 0 1 0 387072621 84107264 19756 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 20534 19756 140 302 0 20229 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 82136

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1738432/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=87956 CPUtime=762.09
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 21634 0 0 0 76113 96 0 0 25 0 1 0 387072621 90066944 20621 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 21989 20621 140 302 0 21684 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 87956

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1735104/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=91104 CPUtime=822.07
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 22460 0 0 0 82106 101 0 0 25 0 1 0 387072621 93290496 21447 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 22776 21447 140 302 0 22471 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 91104

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1732096/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=94088 CPUtime=882.05
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 23208 0 0 0 88100 105 0 0 25 0 1 0 387072621 96346112 22195 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 23522 22195 140 302 0 23217 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 94088

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26361
/proc/meminfo: memFree=1729088/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=97184 CPUtime=942.04
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 23962 0 0 0 94095 109 0 0 25 0 1 0 387072621 99516416 22949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 24296 22949 140 302 0 23991 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 97184

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26433
/proc/meminfo: memFree=1724752/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=100220 CPUtime=1001.98
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 24731 0 0 0 100086 112 0 0 25 0 1 0 387072621 102625280 23718 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 25055 23718 140 302 0 24750 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 100220

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26529
/proc/meminfo: memFree=1721872/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=102956 CPUtime=1061.9
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 25436 0 0 0 106074 116 0 0 25 0 1 0 387072621 105426944 24423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 25739 24423 140 302 0 25434 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 102956

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26559
/proc/meminfo: memFree=1720256/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=105716 CPUtime=1121.88
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 26118 0 0 0 112067 121 0 0 25 0 1 0 387072621 108253184 25105 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 26429 25105 140 302 0 26124 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 105716

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26559
/proc/meminfo: memFree=1717056/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=109160 CPUtime=1181.87
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 26918 0 0 0 118062 125 0 0 25 0 1 0 387072621 111779840 25905 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 27290 25905 140 302 0 26985 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 109160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26559
/proc/meminfo: memFree=1716224/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=110056 CPUtime=1200.07
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 27124 0 0 0 119881 126 0 0 25 0 1 0 387072621 112697344 26111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 27514 26111 140 302 0 27209 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 110056

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/65 26559
/proc/meminfo: memFree=1716224/2055920 swapFree=4182240/4192956
[pid=26360] ppid=26358 vsize=110056 CPUtime=1200.07
/proc/26360/stat : 26360 (Spear-32) R 26358 26360 25553 0 -1 4194304 27124 0 0 0 119881 126 0 0 25 0 1 0 387072621 112697344 26111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/26360/statm: 27514 26111 140 302 0 27209 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 110056

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.81
CPU system time (s): 1.27781
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 110056

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

runsolver used 0.939857 second user time and 2.44663 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Mar 12 03:44:28 UTC 2007

IDJOB= 337628
IDBENCH= 24703
IDSOLVER= 132
FILE ID= node75/337628-1173671068

PBS_JOBID= 4101703

Free space on /tmp= 66514 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-02-S350203913.sat05-486.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337628-1173671068/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337628-1173671068/instance-337628-1173671068.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-337628-1173671068 -o ROOT/results/node75/solver-337628-1173671068 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337628-1173671068/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/337628-1173671068/instance-337628-1173671068.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d27bb4ae488674c0e5d303cf0ee23c59

RANDOM SEED= 741455369

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1821408 kB
Buffers:         25944 kB
Cached:         159756 kB
SwapCached:       4972 kB
Active:          66224 kB
Inactive:       131136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821408 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          15364 kB
Slab:            23028 kB
Committed_AS:   895172 kB
PageTables:       1432 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= 66514 MiB

End job on node75 on Mon Mar 12 04:04:30 UTC 2007