Trace number 334687

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
MD5SUM7b512e3533a048c6d67b6f8a4c658d50
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 variables16476
Number of clauses2507763
Sum of the clauses size5027938
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505731
Number of clauses of size 30
Number of clauses of size 415
Number of clauses of size 59
Number of clauses of size over 52008

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/334687-1173587271/instance-334687-1173587271.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/node7/watcher-334687-1173587271 -o ROOT/results/node7/solver-334687-1173587271 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334687-1173587271/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334687-1173587271/instance-334687-1173587271.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/77 30247
/proc/meminfo: memFree=1777112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=1932 CPUtime=0
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 378682364 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 483 247 126 302 0 178 0

[startup+0.0197789 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30247
/proc/meminfo: memFree=1777112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=3044 CPUtime=0.01
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 629 0 0 0 1 0 0 0 18 0 1 0 378682364 3117056 481 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 762 483 126 302 0 457 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3044

[startup+0.102786 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30247
/proc/meminfo: memFree=1777112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=6128 CPUtime=0.09
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 1493 0 0 0 9 0 0 0 18 0 1 0 378682364 6275072 1102 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 1532 1103 129 302 0 1227 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6128

[startup+0.302807 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30247
/proc/meminfo: memFree=1777112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=11516 CPUtime=0.29
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 2948 0 0 0 27 2 0 0 20 0 1 0 378682364 11792384 2363 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258044 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 2879 2364 129 302 0 2574 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11516

[startup+0.701849 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 30247
/proc/meminfo: memFree=1777112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=21912 CPUtime=0.69
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 5766 0 0 0 66 3 0 0 23 0 1 0 378682364 22437888 4924 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 5478 4924 129 302 0 5173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21912

[startup+1.50193 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1750224/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=43628 CPUtime=1.49
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 11635 0 0 0 142 7 0 0 25 0 1 0 378682364 44675072 10280 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 10907 10281 129 302 0 10602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43628

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1722320/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=87720 CPUtime=3.09
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 23508 0 0 0 296 13 0 0 25 0 1 0 378682364 89825280 21128 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 21930 21128 129 302 0 21625 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87720

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1657872/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=150620 CPUtime=6.29
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 40052 0 0 0 607 22 0 0 25 0 1 0 378682364 154234880 35623 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134541119 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 37655 35623 145 302 0 37350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150620

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1634832/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=150496 CPUtime=12.69
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 40052 0 0 0 1245 24 0 0 25 0 1 0 378682364 154107904 35607 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 37624 35607 145 302 0 37319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150496

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1629776/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=155784 CPUtime=25.48
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 41357 0 0 0 2523 25 0 0 25 0 1 0 378682364 159522816 36912 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 38946 36912 145 302 0 38641 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 155784

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1625232/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=160468 CPUtime=51.06
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 42519 0 0 0 5078 28 0 0 25 0 1 0 378682364 164319232 38074 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 40117 38074 145 302 0 39812 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 160468

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1608080/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=177472 CPUtime=102.25
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 46771 0 0 0 10189 36 0 0 25 0 1 0 378682364 181731328 42326 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 44368 42326 145 302 0 44063 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 177472

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1590864/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=194884 CPUtime=162.23
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 51142 0 0 0 16178 45 0 0 25 0 1 0 378682364 199561216 46664 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 48721 46664 145 302 0 48416 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 194884

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1578896/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=206560 CPUtime=222.21
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 54068 0 0 0 22170 51 0 0 25 0 1 0 378682364 211517440 49590 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 51640 49590 145 302 0 51335 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 206560

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1565648/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=220112 CPUtime=282.2
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 57455 0 0 0 28163 57 0 0 25 0 1 0 378682364 225394688 52912 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 55028 52912 145 302 0 54723 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 220112

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1558224/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=227224 CPUtime=342.18
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 59240 0 0 0 34156 62 0 0 25 0 1 0 378682364 232677376 54697 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 56806 54697 145 302 0 56501 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 227224

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1548368/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=236936 CPUtime=402.17
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 61693 0 0 0 40149 68 0 0 25 0 1 0 378682364 242622464 57150 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 59234 57150 145 302 0 58929 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 236936

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1539984/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=245192 CPUtime=462.14
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 63767 0 0 0 46140 74 0 0 25 0 1 0 378682364 251076608 59224 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 61298 59224 145 302 0 60993 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 245192

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1532112/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=253020 CPUtime=522.14
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 65734 0 0 0 52134 80 0 0 25 0 1 0 378682364 259092480 61191 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 63255 61191 145 302 0 62950 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 253020

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1523856/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=261108 CPUtime=582.12
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 67745 0 0 0 58128 84 0 0 25 0 1 0 378682364 267374592 63202 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 65277 63202 145 302 0 64972 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 261108

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1515280/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=269968 CPUtime=642.1
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 69983 0 0 0 64121 89 0 0 25 0 1 0 378682364 276447232 65311 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 67492 65311 145 302 0 67187 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 269968

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1504016/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=281240 CPUtime=702.08
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 72789 0 0 0 70115 93 0 0 25 0 1 0 378682364 287989760 68117 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 70310 68117 145 302 0 70005 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 281240

[startup+762.306 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 30248
/proc/meminfo: memFree=1494608/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=290352 CPUtime=762.06
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 75074 0 0 0 76109 97 0 0 25 0 1 0 378682364 297320448 70402 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 72588 70402 145 302 0 72283 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 290352

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 30248
/proc/meminfo: memFree=1484496/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=300536 CPUtime=822.05
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 77611 0 0 0 82104 101 0 0 25 0 1 0 378682364 307748864 72939 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 75134 72939 145 302 0 74829 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 300536

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30248
/proc/meminfo: memFree=1476816/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=308104 CPUtime=882.03
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 79509 0 0 0 88099 104 0 0 25 0 1 0 378682364 315498496 74837 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 77026 74837 145 302 0 76721 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 308104

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1472528/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=312204 CPUtime=942.01
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 80527 0 0 0 94093 108 0 0 25 0 1 0 378682364 319696896 75855 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 78051 75855 145 302 0 77746 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 312204

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1467664/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=317016 CPUtime=1001.99
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 81730 0 0 0 100086 113 0 0 25 0 1 0 378682364 324624384 77058 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 79254 77058 145 302 0 78949 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 317016

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1464016/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=320616 CPUtime=1061.97
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 82632 0 0 0 106081 116 0 0 25 0 1 0 378682364 328310784 77960 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 80154 77960 145 302 0 79849 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 320616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1460176/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=324440 CPUtime=1121.96
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 83570 0 0 0 112076 120 0 0 25 0 1 0 378682364 332226560 78898 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 81110 78898 145 302 0 80805 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 324440

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1454928/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=329740 CPUtime=1181.94
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 84883 0 0 0 118070 124 0 0 25 0 1 0 378682364 337653760 80211 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 82435 80211 145 302 0 82130 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 329740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30250
/proc/meminfo: memFree=1452944/2055920 swapFree=4147416/4192956
[pid=30247] ppid=30245 vsize=331592 CPUtime=1200.04
/proc/30247/stat : 30247 (Spear-32) R 30245 30247 26021 0 -1 4194304 85363 0 0 0 119879 125 0 0 25 0 1 0 378682364 339550208 80691 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/30247/statm: 82898 80691 145 302 0 82593 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 331592

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.46
CPU time (s): 1200.1
CPU user time (s): 1198.8
CPU system time (s): 1.3028
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 331592

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

runsolver used 1.35779 second user time and 3.01754 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Mar 11 04:27:56 UTC 2007

IDJOB= 334687
IDBENCH= 24633
IDSOLVER= 131
FILE ID= node7/334687-1173587271

PBS_JOBID= 4101219

Free space on /tmp= 66417 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l2.used-as.sat04-894.sat05-4188.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334687-1173587271/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334687-1173587271/instance-334687-1173587271.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-334687-1173587271 -o ROOT/results/node7/solver-334687-1173587271 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334687-1173587271/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/334687-1173587271/instance-334687-1173587271.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7b512e3533a048c6d67b6f8a4c658d50

RANDOM SEED= 349396904

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1777584 kB
Buffers:          3624 kB
Cached:         183460 kB
SwapCached:       8416 kB
Active:         131848 kB
Inactive:        78064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777584 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:           35128 kB
Writeback:           0 kB
Mapped:          29868 kB
Slab:            54004 kB
Committed_AS:  1275780 kB
PageTables:       1764 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= 66417 MiB

End job on node7 on Sun Mar 11 04:47:59 UTC 2007