Trace number 337627

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 FHS 1.0? (TO) 1200.11 1200.62

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/337627-1173671054/instance-337627-1173671054.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-337627-1173671054 -o ROOT/results/node42/solver-337627-1173671054 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337627-1173671054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337627-1173671054/instance-337627-1173671054.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.00 1.00 1.00 3/64 9388
/proc/meminfo: memFree=1823712/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=1548 CPUtime=0
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 93058812 1585152 184 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 387 184 128 302 0 82 0

[startup+0.00975503 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9388
/proc/meminfo: memFree=1823712/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=1680 CPUtime=0
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 93058812 1720320 224 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 420 224 140 302 0 115 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1680

[startup+0.101773 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9388
/proc/meminfo: memFree=1823712/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=1944 CPUtime=0.09
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 310 0 0 0 9 0 0 0 18 0 1 0 93058812 1990656 294 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 486 294 140 302 0 181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1944

[startup+0.301811 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9388
/proc/meminfo: memFree=1823712/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=2328 CPUtime=0.29
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 421 0 0 0 29 0 0 0 19 0 1 0 93058812 2383872 405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 582 405 140 302 0 277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2328

[startup+0.701886 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9388
/proc/meminfo: memFree=1823712/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=3100 CPUtime=0.69
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 599 0 0 0 68 1 0 0 22 0 1 0 93058812 3174400 583 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 775 583 140 302 0 470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3100

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1821464/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=4132 CPUtime=1.49
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 848 0 0 0 146 3 0 0 25 0 1 0 93058812 4231168 832 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 1033 832 140 302 0 728 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4132

[startup+3.10134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1820120/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=5576 CPUtime=3.09
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 1212 0 0 0 305 4 0 0 25 0 1 0 93058812 5709824 1196 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 1394 1196 140 302 0 1089 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5576

[startup+6.30195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1817624/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=7784 CPUtime=6.29
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 1765 0 0 0 623 6 0 0 25 0 1 0 93058812 7970816 1716 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 1946 1716 140 302 0 1641 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7784

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1814040/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=11004 CPUtime=12.68
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 2598 0 0 0 1260 8 0 0 25 0 1 0 93058812 11268096 2549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 2751 2549 140 302 0 2446 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11004

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1809240/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=15784 CPUtime=25.48
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 3811 0 0 0 2535 13 0 0 25 0 1 0 93058812 16162816 3697 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 3946 3697 140 302 0 3641 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15784

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1803416/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=21544 CPUtime=51.07
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 5269 0 0 0 5088 19 0 0 25 0 1 0 93058812 22061056 5155 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 5386 5155 140 302 0 5081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21544

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1794968/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=30444 CPUtime=102.26
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 7481 0 0 0 10196 30 0 0 25 0 1 0 93058812 31174656 7238 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 7611 7238 140 302 0 7306 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30444

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1787608/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=37856 CPUtime=162.23
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 9321 0 0 0 16183 40 0 0 25 0 1 0 93058812 38764544 9078 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 9464 9078 140 302 0 9159 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 37856

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1781464/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=45072 CPUtime=222.21
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 11104 0 0 0 22172 49 0 0 25 0 1 0 93058812 46153728 10604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 11268 10604 140 302 0 10963 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 45072

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1775704/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=51208 CPUtime=282.19
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 12560 0 0 0 28164 55 0 0 25 0 1 0 93058812 52436992 12060 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 12802 12060 140 302 0 12497 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 51208

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1770584/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=56436 CPUtime=342.17
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 13820 0 0 0 34154 63 0 0 25 0 1 0 93058812 57790464 13320 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 14109 13320 140 302 0 13804 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 56436

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1766168/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=60836 CPUtime=402.15
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 14938 0 0 0 40146 69 0 0 25 0 1 0 93058812 62296064 14438 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 15209 14438 140 302 0 14904 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 60836

[startup+462.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 9389
/proc/meminfo: memFree=1761880/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=65104 CPUtime=462.13
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 15989 0 0 0 46137 76 0 0 25 0 1 0 93058812 66666496 15489 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 16276 15489 140 302 0 15971 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 65104

[startup+522.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 9389
/proc/meminfo: memFree=1757720/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=69164 CPUtime=522.12
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 17043 0 0 0 52129 83 0 0 25 0 1 0 93058812 70823936 16543 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 17291 16543 140 302 0 16986 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 69164

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1753368/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=73336 CPUtime=582.09
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 18106 0 0 0 58121 88 0 0 25 0 1 0 93058812 75096064 17606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 18334 17606 140 302 0 18029 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 73336

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1749784/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=76996 CPUtime=642.07
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 18999 0 0 0 64114 93 0 0 25 0 1 0 93058812 78843904 18499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 19249 18499 140 302 0 18944 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 76996

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1746328/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=80416 CPUtime=702.05
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 19860 0 0 0 70107 98 0 0 25 0 1 0 93058812 82345984 19360 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 20104 19360 140 302 0 19799 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 80416

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1742616/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=84236 CPUtime=762.03
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 20750 0 0 0 76100 103 0 0 25 0 1 0 93058812 86257664 20250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 21059 20250 140 302 0 20754 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 84236

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1739416/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=89560 CPUtime=822
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 22075 0 0 0 82092 108 0 0 25 0 1 0 93058812 91709440 21062 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 22390 21062 140 302 0 22085 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 89560

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1736344/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=92540 CPUtime=881.99
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 22829 0 0 0 88086 113 0 0 25 0 1 0 93058812 94760960 21816 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 23135 21816 140 302 0 22830 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 92540

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1733528/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=95384 CPUtime=941.97
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 23547 0 0 0 94080 117 0 0 25 0 1 0 93058812 97673216 22534 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 23846 22534 140 302 0 23541 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 95384

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9389
/proc/meminfo: memFree=1730520/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=98288 CPUtime=1001.95
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 24280 0 0 0 100074 121 0 0 25 0 1 0 93058812 100646912 23267 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 24572 23267 140 302 0 24267 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 98288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 9527
/proc/meminfo: memFree=1726440/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=101260 CPUtime=1061.84
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 24999 0 0 0 106057 127 0 0 25 0 1 0 93058812 103690240 23986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 25315 23986 140 302 0 25010 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 101260

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9587
/proc/meminfo: memFree=1724696/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=103912 CPUtime=1121.81
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 25671 0 0 0 112049 132 0 0 25 0 1 0 93058812 106405888 24658 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 25978 24658 140 302 0 25673 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 103912

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9587
/proc/meminfo: memFree=1722072/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=106488 CPUtime=1181.78
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 26332 0 0 0 118042 136 0 0 25 0 1 0 93058812 109043712 25319 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 26622 25319 140 302 0 26317 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 106488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9587
/proc/meminfo: memFree=1721240/2055920 swapFree=4182364/4192956
[pid=9388] ppid=9386 vsize=107256 CPUtime=1200.09
/proc/9388/stat : 9388 (Spear-32) R 9386 9388 8570 0 -1 4194304 26528 0 0 0 119872 137 0 0 25 0 1 0 93058812 109830144 25515 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9388/statm: 26814 25515 140 302 0 26509 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 107256

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.62
CPU time (s): 1200.11
CPU user time (s): 1198.72
CPU system time (s): 1.38679
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 107256

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

runsolver used 0.821875 second user time and 2.55161 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Mar 12 03:44:14 UTC 2007

IDJOB= 337627
IDBENCH= 24703
IDSOLVER= 131
FILE ID= node42/337627-1173671054

PBS_JOBID= 4101702

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FHS 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/337627-1173671054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337627-1173671054/instance-337627-1173671054.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-337627-1173671054 -o ROOT/results/node42/solver-337627-1173671054 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337627-1173671054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337627-1173671054/instance-337627-1173671054.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d27bb4ae488674c0e5d303cf0ee23c59

RANDOM SEED= 317382161

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:       1824120 kB
Buffers:         28580 kB
Cached:         154348 kB
SwapCached:       4820 kB
Active:          76496 kB
Inactive:       118048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824120 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15456 kB
Slab:            23296 kB
Committed_AS:   146444 kB
PageTables:       1408 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= 66558 MiB

End job on node42 on Mon Mar 12 04:04:17 UTC 2007