Trace number 295924

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.05 1200.38

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
MD5SUMd0e9faac9ab5495d7ef24108e4e226d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.932857
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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/295924-1171814518/instance-295924-1171814518.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node68/watcher-295924-1171814518 -o ROOT/results/node68/solver-295924-1171814518 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295924-1171814518/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/295924-1171814518/instance-295924-1171814518.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 1.03 3/70 9298
/proc/meminfo: memFree=732552/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=1396 CPUtime=0
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 201409430 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 349 166 128 302 0 44 0

[startup+0.107447 s]
/proc/loadavg: 0.92 0.98 1.03 3/70 9298
/proc/meminfo: memFree=732552/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=2060 CPUtime=0.1
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 345 0 0 0 10 0 0 0 18 0 1 0 201409430 2109440 329 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 515 329 140 302 0 210 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2060

[startup+0.515439 s]
/proc/loadavg: 0.92 0.98 1.03 3/70 9298
/proc/meminfo: memFree=732552/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=2836 CPUtime=0.51
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 540 0 0 0 50 1 0 0 21 0 1 0 201409430 2904064 524 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 709 524 140 302 0 404 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2836

[startup+1.33551 s]
/proc/loadavg: 0.92 0.98 1.03 2/71 9299
/proc/meminfo: memFree=730176/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=3804 CPUtime=1.32
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 792 0 0 0 130 2 0 0 25 0 1 0 201409430 3895296 776 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 951 776 140 302 0 646 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3804

[startup+2.97166 s]
/proc/loadavg: 0.92 0.98 1.03 2/71 9299
/proc/meminfo: memFree=728896/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=5360 CPUtime=2.96
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 1145 0 0 0 293 3 0 0 25 0 1 0 201409430 5488640 1129 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 1340 1129 140 302 0 1035 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5360

[startup+6.24996 s]
/proc/loadavg: 0.93 0.98 1.03 2/71 9303
/proc/meminfo: memFree=726720/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=7200 CPUtime=6.23
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 1632 0 0 0 618 5 0 0 25 0 1 0 201409430 7372800 1583 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 1800 1583 140 302 0 1495 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7200

[startup+12.7085 s]
/proc/loadavg: 0.94 0.98 1.03 2/71 9329
/proc/meminfo: memFree=723968/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=9608 CPUtime=12.67
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 2247 0 0 0 1259 8 0 0 25 0 1 0 201409430 9838592 2198 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 2402 2198 140 302 0 2097 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9608

[startup+25.5197 s]
/proc/loadavg: 0.95 0.98 1.03 2/71 9337
/proc/meminfo: memFree=720576/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=13508 CPUtime=25.48
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 3212 0 0 0 2536 12 0 0 25 0 1 0 201409430 13832192 3098 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 3377 3098 140 302 0 3072 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13508

[startup+51.133 s]
/proc/loadavg: 0.96 0.98 1.03 2/65 9363
/proc/meminfo: memFree=716592/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=18588 CPUtime=51.07
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 4450 0 0 0 5090 17 0 0 25 0 1 0 201409430 19034112 4336 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 4647 4336 140 302 0 4342 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18588

[startup+102.344 s]
/proc/loadavg: 0.98 0.98 1.02 2/65 9363
/proc/meminfo: memFree=709616/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=26088 CPUtime=102.26
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 6345 0 0 0 10200 26 0 0 25 0 1 0 201409430 26714112 6102 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 6522 6102 140 302 0 6217 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26088

[startup+162.371 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 9363
/proc/meminfo: memFree=703088/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=32940 CPUtime=162.28
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 7967 0 0 0 16193 35 0 0 25 0 1 0 201409430 33730560 7724 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 8235 7724 140 302 0 7930 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 32940

[startup+222.392 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 9363
/proc/meminfo: memFree=697648/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=38404 CPUtime=222.29
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 9335 0 0 0 22186 43 0 0 25 0 1 0 201409430 39325696 9092 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 9601 9092 140 302 0 9296 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38404

[startup+282.411 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=693040/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=44164 CPUtime=282.29
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 10756 0 0 0 28179 50 0 0 25 0 1 0 201409430 45223936 10256 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 11041 10256 140 302 0 10736 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 44164

[startup+342.434 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=688624/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=48868 CPUtime=342.3
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 11848 0 0 0 34176 54 0 0 25 0 1 0 201409430 50040832 11348 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 12217 11348 140 302 0 11912 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48868

[startup+402.454 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=685048/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=52464 CPUtime=402.3
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 12731 0 0 0 40170 60 0 0 25 0 1 0 201409430 53723136 12231 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 13116 12231 140 302 0 12811 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 52464

[startup+462.473 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=681720/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=55788 CPUtime=462.31
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 13562 0 0 0 46165 66 0 0 25 0 1 0 201409430 57126912 13062 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 13947 13062 140 302 0 13642 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 55788

[startup+522.493 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=678456/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=59160 CPUtime=522.31
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 14393 0 0 0 52161 70 0 0 25 0 1 0 201409430 60579840 13893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 14790 13893 140 302 0 14485 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 59160

[startup+582.513 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=675320/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=62136 CPUtime=582.33
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 15162 0 0 0 58159 74 0 0 25 0 1 0 201409430 63627264 14662 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526981 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 15534 14662 140 302 0 15229 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 62136

[startup+642.538 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=672568/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=65000 CPUtime=642.33
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 15848 0 0 0 64156 77 0 0 25 0 1 0 201409430 66560000 15348 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 16250 15348 140 302 0 15945 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 65000

[startup+702.554 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=669240/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=68836 CPUtime=702.33
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 16683 0 0 0 70151 82 0 0 25 0 1 0 201409430 70488064 16183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 17209 16183 140 302 0 16904 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 68836

[startup+762.576 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=666616/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=71724 CPUtime=762.34
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 17329 0 0 0 76149 85 0 0 25 0 1 0 201409430 73445376 16829 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 17931 16829 140 302 0 17626 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 71724

[startup+822.598 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=663800/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=74572 CPUtime=822.34
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 18030 0 0 0 82145 89 0 0 25 0 1 0 201409430 76361728 17530 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 18643 17530 140 302 0 18338 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 74572

[startup+882.617 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=661368/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=77032 CPUtime=882.35
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 18653 0 0 0 88142 93 0 0 25 0 1 0 201409430 78880768 18153 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 19258 18153 140 302 0 18953 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 77032

[startup+942.641 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=658872/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=81412 CPUtime=942.36
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 19781 0 0 0 94139 97 0 0 25 0 1 0 201409430 83365888 18768 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 20353 18768 140 302 0 20048 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 81412

[startup+1002.67 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 9363
/proc/meminfo: memFree=656504/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=83860 CPUtime=1002.37
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 20369 0 0 0 100137 100 0 0 25 0 1 0 201409430 85872640 19356 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 20965 19356 140 302 0 20660 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 83860

[startup+1062.7 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 9363
/proc/meminfo: memFree=654072/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=86204 CPUtime=1062.39
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 20964 0 0 0 106136 103 0 0 25 0 1 0 201409430 88272896 19951 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 21551 19951 140 302 0 21246 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 86204

[startup+1122.72 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9363
/proc/meminfo: memFree=651960/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=88776 CPUtime=1122.4
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 21531 0 0 0 112133 107 0 0 25 0 1 0 201409430 90906624 20518 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 22194 20518 140 302 0 21889 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 88776

[startup+1182.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9363
/proc/meminfo: memFree=649784/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=90880 CPUtime=1182.4
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 22050 0 0 0 118130 110 0 0 25 0 1 0 201409430 93061120 21037 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 22720 21037 140 302 0 22415 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 90880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9363
/proc/meminfo: memFree=649208/2055920 swapFree=4183892/4192956
[pid=9298] ppid=9296 vsize=91400 CPUtime=1200.02
/proc/9298/stat : 9298 (Spear-32) R 9296 9298 8952 0 -1 4194304 22197 0 0 0 119890 112 0 0 25 0 1 0 201409430 93593600 21184 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9298/statm: 22850 21184 140 302 0 22545 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 91400

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.38
CPU time (s): 1200.05
CPU user time (s): 1198.91
CPU system time (s): 1.13583
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 91400

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

runsolver used 0.873867 second user time and 2.39563 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Sun Feb 18 16:01:58 UTC 2007

IDJOB= 295924
IDBENCH= 19924
IDSOLVER= 132
FILE ID= node68/295924-1171814518

PBS_JOBID= 3839640

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1106151685-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295924-1171814518/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295924-1171814518/instance-295924-1171814518.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-295924-1171814518 -o ROOT/results/node68/solver-295924-1171814518 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295924-1171814518/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295924-1171814518/instance-295924-1171814518.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d0e9faac9ab5495d7ef24108e4e226d5

RANDOM SEED= 151602360

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.234
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.234
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:        733024 kB
Buffers:         48620 kB
Cached:        1150600 kB
SwapCached:       3088 kB
Active:         814124 kB
Inactive:       395880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        733024 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:          17048 kB
Slab:            98620 kB
Committed_AS:   598040 kB
PageTables:       1608 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= 66563 MiB

End job on node68 on Sun Feb 18 16:22:01 UTC 2007