Trace number 337753

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.07 1200.42

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
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/337753-1173673632/instance-337753-1173673632.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/node11/watcher-337753-1173673632 -o ROOT/results/node11/solver-337753-1173673632 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337753-1173673632/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337753-1173673632/instance-337753-1173673632.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 1325
/proc/meminfo: memFree=1088176/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=1548 CPUtime=0
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 387317755 1585152 185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 387 185 128 302 0 82 0

[startup+0.0206609 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 1325
/proc/meminfo: memFree=1088176/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=1680 CPUtime=0.01
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 252 0 0 0 1 0 0 0 18 0 1 0 387317755 1720320 236 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 420 236 140 302 0 115 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+0.102671 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 1325
/proc/meminfo: memFree=1088176/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=1936 CPUtime=0.09
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 308 0 0 0 9 0 0 0 18 0 1 0 387317755 1982464 292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 484 292 140 302 0 179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1936

[startup+0.302693 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 1325
/proc/meminfo: memFree=1088176/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=2320 CPUtime=0.29
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 421 0 0 0 29 0 0 0 19 0 1 0 387317755 2375680 405 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 580 405 140 302 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2320

[startup+0.70174 s]
/proc/loadavg: 0.91 0.95 0.97 3/77 1325
/proc/meminfo: memFree=1088176/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=3008 CPUtime=0.69
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 585 0 0 0 69 0 0 0 23 0 1 0 387317755 3080192 569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 752 569 140 302 0 447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3008

[startup+1.50183 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 1326
/proc/meminfo: memFree=1085992/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=4044 CPUtime=1.49
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 834 0 0 0 148 1 0 0 25 0 1 0 387317755 4141056 818 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 1011 818 140 302 0 706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4044

[startup+3.10202 s]
/proc/loadavg: 0.91 0.95 0.97 2/78 1326
/proc/meminfo: memFree=1084648/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=5460 CPUtime=3.09
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 1187 0 0 0 308 1 0 0 25 0 1 0 387317755 5591040 1171 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 1365 1171 140 302 0 1060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5460

[startup+6.3014 s]
/proc/loadavg: 0.92 0.95 0.97 2/78 1326
/proc/meminfo: memFree=1082216/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=7528 CPUtime=6.29
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 1719 0 0 0 626 3 0 0 25 0 1 0 387317755 7708672 1670 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 1882 1670 140 302 0 1577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7528

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.97 2/78 1326
/proc/meminfo: memFree=1078952/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=10516 CPUtime=12.69
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 2484 0 0 0 1262 7 0 0 25 0 1 0 387317755 10768384 2435 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 2629 2435 140 302 0 2324 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10516

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.97 2/78 1326
/proc/meminfo: memFree=1074600/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=14788 CPUtime=25.49
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 3572 0 0 0 2538 11 0 0 25 0 1 0 387317755 15142912 3458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 3697 3458 140 302 0 3392 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14788

[startup+51.1017 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 1326
/proc/meminfo: memFree=1068712/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=20852 CPUtime=51.07
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 5072 0 0 0 5090 17 0 0 25 0 1 0 387317755 21352448 4958 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 5213 4958 140 302 0 4908 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20852

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/78 1326
/proc/meminfo: memFree=1059432/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=30544 CPUtime=102.27
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 7461 0 0 0 10198 29 0 0 25 0 1 0 387317755 31277056 7218 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 7636 7218 140 302 0 7331 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30544

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1051816/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=38080 CPUtime=162.24
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 9379 0 0 0 16186 38 0 0 25 0 1 0 387317755 38993920 9136 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 9520 9136 140 302 0 9215 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 38080

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1045736/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=45224 CPUtime=222.22
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 11143 0 0 0 22175 47 0 0 25 0 1 0 387317755 46309376 10643 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 11306 10643 140 302 0 11001 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 45224

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1040552/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=50436 CPUtime=282.21
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 12441 0 0 0 28168 53 0 0 25 0 1 0 387317755 51646464 11941 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 12609 11941 140 302 0 12304 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 50436

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1035624/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=55212 CPUtime=342.19
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 13643 0 0 0 34159 60 0 0 25 0 1 0 387317755 56537088 13143 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 13803 13143 140 302 0 13498 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 55212

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1031016/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=59884 CPUtime=402.17
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 14786 0 0 0 40151 66 0 0 25 0 1 0 387317755 61321216 14286 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 14971 14286 140 302 0 14666 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 59884

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1026856/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=64120 CPUtime=462.15
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 15853 0 0 0 46144 71 0 0 25 0 1 0 387317755 65658880 15353 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 16030 15353 140 302 0 15725 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 64120

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1022760/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=68488 CPUtime=522.14
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 16895 0 0 0 52137 77 0 0 25 0 1 0 387317755 70131712 16395 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 17122 16395 140 302 0 16817 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 68488

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1018984/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=72200 CPUtime=582.12
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 17832 0 0 0 58130 82 0 0 25 0 1 0 387317755 73932800 17332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 18050 17332 140 302 0 17745 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 72200

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1014760/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=76532 CPUtime=642.1
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 18874 0 0 0 64123 87 0 0 25 0 1 0 387317755 78368768 18374 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527108 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 19133 18374 140 302 0 18828 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 76532

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1011112/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=80044 CPUtime=702.08
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 19775 0 0 0 70116 92 0 0 25 0 1 0 387317755 81965056 19275 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 20011 19275 140 302 0 19706 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 80044

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1007720/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=83512 CPUtime=762.07
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 20620 0 0 0 76109 98 0 0 25 0 1 0 387317755 85516288 20120 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 20878 20120 140 302 0 20573 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 83512

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1004520/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=88896 CPUtime=822.05
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 21964 0 0 0 82102 103 0 0 25 0 1 0 387317755 91029504 20951 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 22224 20951 140 302 0 21919 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 88896

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=1001448/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=91952 CPUtime=882.03
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 22719 0 0 0 88096 107 0 0 25 0 1 0 387317755 94158848 21706 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 22988 21706 140 302 0 22683 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 91952

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=998504/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=95180 CPUtime=942.01
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 23440 0 0 0 94089 112 0 0 25 0 1 0 387317755 97464320 22427 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 23795 22427 140 302 0 23490 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 95180

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=995752/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=97952 CPUtime=1001.99
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 24117 0 0 0 100081 118 0 0 25 0 1 0 387317755 100302848 23104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 24488 23104 140 302 0 24183 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 97952

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1326
/proc/meminfo: memFree=993256/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=100432 CPUtime=1061.98
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 24757 0 0 0 106075 123 0 0 25 0 1 0 387317755 102842368 23744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 25108 23744 140 302 0 24803 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 100432

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1328
/proc/meminfo: memFree=990632/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=102872 CPUtime=1121.96
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 25393 0 0 0 112069 127 0 0 25 0 1 0 387317755 105340928 24380 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 25718 24380 140 302 0 25413 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 102872

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1328
/proc/meminfo: memFree=988136/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=105476 CPUtime=1181.95
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 26040 0 0 0 118063 132 0 0 25 0 1 0 387317755 108007424 25027 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 26369 25027 140 302 0 26064 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 105476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1328
/proc/meminfo: memFree=987304/2055920 swapFree=4169972/4192956
[pid=1325] ppid=1323 vsize=106244 CPUtime=1200.04
/proc/1325/stat : 1325 (Spear-32) R 1323 1325 32651 0 -1 4194304 26221 0 0 0 119871 133 0 0 25 0 1 0 387317755 108793856 25208 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/1325/statm: 26561 25208 140 302 0 26256 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 106244

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.42
CPU time (s): 1200.07
CPU user time (s): 1198.71
CPU system time (s): 1.35579
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 106244

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

runsolver used 1.2908 second user time and 3.08453 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Mar 12 04:27:12 UTC 2007

IDJOB= 337753
IDBENCH= 24706
IDSOLVER= 131
FILE ID= node11/337753-1173673632

PBS_JOBID= 4101447

Free space on /tmp= 66232 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337753-1173673632/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337753-1173673632/instance-337753-1173673632.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-337753-1173673632 -o ROOT/results/node11/solver-337753-1173673632 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337753-1173673632/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/337753-1173673632/instance-337753-1173673632.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  68e48f3a77d59cc85ebd5fd30cfcba3c

RANDOM SEED= 686042000

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1088584 kB
Buffers:         58876 kB
Cached:         810024 kB
SwapCached:       2248 kB
Active:         466220 kB
Inactive:       425420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088584 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          30756 kB
Slab:            61212 kB
Committed_AS:  1229420 kB
PageTables:       1756 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= 66232 MiB

End job on node11 on Mon Mar 12 04:47:15 UTC 2007