Trace number 295104

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.04 1200.37

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S316555917-14.SAT.shuffled.cnf
MD5SUM8e212727d677304f0bd3b7ae7a2c8937
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.182971
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

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/295104-1171800117/instance-295104-1171800117.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/node41/watcher-295104-1171800117 -o ROOT/results/node41/solver-295104-1171800117 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295104-1171800117/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/295104-1171800117/instance-295104-1171800117.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 0.99 3/70 22272
/proc/meminfo: memFree=1211712/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=1396 CPUtime=0
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 199967675 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 349 168 129 302 0 44 0

[startup+0.108181 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 22272
/proc/meminfo: memFree=1211712/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=2052 CPUtime=0.1
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 338 0 0 0 10 0 0 0 18 0 1 0 199967675 2101248 322 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 513 322 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.518216 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 22272
/proc/meminfo: memFree=1211712/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=2864 CPUtime=0.51
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 536 0 0 0 51 0 0 0 21 0 1 0 199967675 2932736 520 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 716 520 140 302 0 411 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2864

[startup+1.34229 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 22283
/proc/meminfo: memFree=1209400/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=3772 CPUtime=1.32
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 778 0 0 0 131 1 0 0 25 0 1 0 199967675 3862528 762 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 943 762 140 302 0 638 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3772

[startup+2.97843 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 22283
/proc/meminfo: memFree=1208312/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=5076 CPUtime=2.96
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 1089 0 0 0 293 3 0 0 25 0 1 0 199967675 5197824 1073 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 1269 1073 140 302 0 964 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5076

[startup+6.25471 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 22287
/proc/meminfo: memFree=1206264/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=6804 CPUtime=6.24
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 1537 0 0 0 619 5 0 0 25 0 1 0 199967675 6967296 1488 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 1701 1488 140 302 0 1396 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6804

[startup+12.7133 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 22307
/proc/meminfo: memFree=1203648/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=9324 CPUtime=12.68
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 2137 0 0 0 1261 7 0 0 25 0 1 0 199967675 9547776 2088 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 2331 2088 140 302 0 2026 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9324

[startup+25.5204 s]
/proc/loadavg: 0.95 0.98 0.99 2/71 22321
/proc/meminfo: memFree=1200384/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=13020 CPUtime=25.47
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 3075 0 0 0 2537 10 0 0 25 0 1 0 199967675 13332480 2961 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 3255 2961 140 302 0 2950 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13020

[startup+51.1346 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1196360/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=18032 CPUtime=51.07
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 4306 0 0 0 5090 17 0 0 25 0 1 0 199967675 18464768 4192 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 4508 4192 140 302 0 4203 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18032

[startup+102.342 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1189960/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=25228 CPUtime=102.26
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 6085 0 0 0 10201 25 0 0 25 0 1 0 199967675 25833472 5842 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 6307 5842 140 302 0 6002 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25228

[startup+162.366 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1183944/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=31372 CPUtime=162.27
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 7574 0 0 0 16195 32 0 0 25 0 1 0 199967675 32124928 7331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 7843 7331 140 302 0 7538 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 31372

[startup+222.386 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1179144/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=36384 CPUtime=222.28
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 8753 0 0 0 22188 40 0 0 25 0 1 0 199967675 37257216 8510 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 9096 8510 140 302 0 8791 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 36384

[startup+282.405 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1174984/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=41556 CPUtime=282.28
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 10060 0 0 0 28182 46 0 0 25 0 1 0 199967675 42553344 9560 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 10389 9560 140 302 0 10084 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 41556

[startup+342.422 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1170632/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=45976 CPUtime=342.28
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 11141 0 0 0 34177 51 0 0 25 0 1 0 199967675 47079424 10641 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 11494 10641 140 302 0 11189 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 45976

[startup+402.446 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1167176/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=49524 CPUtime=402.3
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 11988 0 0 0 40174 56 0 0 25 0 1 0 199967675 50712576 11488 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 12381 11488 140 302 0 12076 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49524

[startup+462.465 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1164040/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=52628 CPUtime=462.3
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 12780 0 0 0 46170 60 0 0 25 0 1 0 199967675 53891072 12280 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 13157 12280 140 302 0 12852 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52628

[startup+522.488 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1161096/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=55912 CPUtime=522.3
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 13505 0 0 0 52166 64 0 0 25 0 1 0 199967675 57253888 13005 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 13978 13005 140 302 0 13673 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 55912

[startup+582.512 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1158344/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=58604 CPUtime=582.32
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 14184 0 0 0 58164 68 0 0 25 0 1 0 199967675 60010496 13684 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 14651 13684 140 302 0 14346 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 58604

[startup+642.537 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1155528/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=61480 CPUtime=642.33
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 14881 0 0 0 64161 72 0 0 25 0 1 0 199967675 62955520 14381 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 15370 14381 140 302 0 15065 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 61480

[startup+702.561 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1152584/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=64380 CPUtime=702.34
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 15625 0 0 0 70158 76 0 0 25 0 1 0 199967675 65925120 15125 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 16095 15125 140 302 0 15790 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 64380

[startup+762.583 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1149896/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=67056 CPUtime=762.34
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 16288 0 0 0 76154 80 0 0 25 0 1 0 199967675 68665344 15788 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 16764 15788 140 302 0 16459 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 67056

[startup+822.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1147528/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=69552 CPUtime=822.35
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 16869 0 0 0 82152 83 0 0 25 0 1 0 199967675 71221248 16369 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 17388 16369 140 302 0 17083 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 69552

[startup+882.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1145352/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=71932 CPUtime=882.36
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 17436 0 0 0 88149 87 0 0 25 0 1 0 199967675 73658368 16936 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 17983 16936 140 302 0 17678 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 71932

[startup+942.648 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1143240/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=73916 CPUtime=942.37
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 17960 0 0 0 94146 91 0 0 25 0 1 0 199967675 75689984 17460 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 18479 17460 140 302 0 18174 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 73916

[startup+1002.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1141128/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=78092 CPUtime=1002.38
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 18998 0 0 0 100142 96 0 0 25 0 1 0 199967675 79966208 17985 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 19523 17985 140 302 0 19218 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 78092

[startup+1062.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1139144/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=80336 CPUtime=1062.39
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 19494 0 0 0 106140 99 0 0 25 0 1 0 199967675 82264064 18481 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 20084 18481 140 302 0 19779 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 80336

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1136840/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=82692 CPUtime=1122.39
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 20060 0 0 0 112136 103 0 0 25 0 1 0 199967675 84676608 19047 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 20673 19047 140 302 0 20368 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 82692

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1134920/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=84684 CPUtime=1182.4
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 20537 0 0 0 118134 106 0 0 25 0 1 0 199967675 86716416 19524 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 21171 19524 140 302 0 20866 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 84684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22347
/proc/meminfo: memFree=1134280/2055920 swapFree=4183936/4192956
[pid=22272] ppid=22270 vsize=85724 CPUtime=1200.02
/proc/22272/stat : 22272 (Spear-32) R 22270 22272 21956 0 -1 4194304 20689 0 0 0 119895 107 0 0 25 0 1 0 199967675 87781376 19676 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22272/statm: 21431 19676 140 302 0 21126 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 85724

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.37
CPU time (s): 1200.04
CPU user time (s): 1198.95
CPU system time (s): 1.08483
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 85724

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

runsolver used 0.913861 second user time and 2.33964 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Feb 18 12:01:57 UTC 2007

IDJOB= 295104
IDBENCH= 19904
IDSOLVER= 132
FILE ID= node41/295104-1171800117

PBS_JOBID= 3839590

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  8e212727d677304f0bd3b7ae7a2c8937

RANDOM SEED= 469352265

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1212184 kB
Buffers:         42100 kB
Cached:         712504 kB
SwapCached:       3732 kB
Active:         614200 kB
Inactive:       151392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212184 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          16612 kB
Slab:            63704 kB
Committed_AS:   396884 kB
PageTables:       1720 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 node41 on Sun Feb 18 12:22:00 UTC 2007