Trace number 314967

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.12 1200.43

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryINDUST (industrial 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 variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

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/314967-1172646329/instance-314967-1172646329.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/node58/watcher-314967-1172646329 -o ROOT/results/node58/solver-314967-1172646329 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314967-1172646329/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314967-1172646329/instance-314967-1172646329.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.99 0.97 0.99 3/64 11214
/proc/meminfo: memFree=1130688/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=1932 CPUtime=0
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284589604 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 483 247 126 302 0 178 0

[startup+0.0349069 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11214
/proc/meminfo: memFree=1130688/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=2832 CPUtime=0.03
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 561 0 0 0 3 0 0 0 18 0 1 0 284589604 2899968 520 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 708 520 129 302 0 403 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2832

[startup+0.101915 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11214
/proc/meminfo: memFree=1130688/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=3756 CPUtime=0.09
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 801 0 0 0 9 0 0 0 18 0 1 0 284589604 3846144 760 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 939 760 140 302 0 634 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3756

[startup+0.301937 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11214
/proc/meminfo: memFree=1130688/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=4016 CPUtime=0.29
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 852 0 0 0 29 0 0 0 19 0 1 0 284589604 4112384 811 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 1004 811 140 302 0 699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4016

[startup+0.701981 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 11214
/proc/meminfo: memFree=1130688/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=4276 CPUtime=0.69
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 922 0 0 0 69 0 0 0 22 0 1 0 284589604 4378624 881 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 1069 881 140 302 0 764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4276

[startup+1.50107 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1127352/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=5048 CPUtime=1.49
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 1105 0 0 0 148 1 0 0 25 0 1 0 284589604 5169152 1064 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 1262 1064 140 302 0 957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5048

[startup+3.10125 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1126264/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=6236 CPUtime=3.09
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 1405 0 0 0 308 1 0 0 25 0 1 0 284589604 6385664 1364 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 1559 1364 140 302 0 1254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6236

[startup+6.3016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1124088/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=8364 CPUtime=6.29
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 1914 0 0 0 626 3 0 0 25 0 1 0 284589604 8564736 1873 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 2091 1873 140 302 0 1786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8364

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1120184/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=11692 CPUtime=12.68
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 2773 0 0 0 1263 5 0 0 25 0 1 0 284589604 11972608 2732 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 2923 2732 140 302 0 2618 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11692

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1115776/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=16236 CPUtime=25.49
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 3903 0 0 0 2540 9 0 0 25 0 1 0 284589604 16625664 3829 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 4059 3829 140 302 0 3754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16236

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1106624/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=25564 CPUtime=51.08
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 6264 0 0 0 5093 15 0 0 25 0 1 0 284589604 26177536 6125 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 6391 6125 140 302 0 6086 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25564

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1094848/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=37176 CPUtime=102.27
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 9147 0 0 0 10201 26 0 0 25 0 1 0 284589604 38068224 9008 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 9294 9008 140 302 0 8989 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37176

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1082304/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=50276 CPUtime=162.25
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 12437 0 0 0 16189 36 0 0 25 0 1 0 284589604 51482624 12169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 12569 12169 140 302 0 12264 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50276

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1072256/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=60412 CPUtime=222.23
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 14918 0 0 0 22179 44 0 0 25 0 1 0 284589604 61861888 14650 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 15103 14650 140 302 0 14798 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60412

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1064128/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=68756 CPUtime=282.21
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 16974 0 0 0 28169 52 0 0 25 0 1 0 284589604 70406144 16706 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 17189 16706 140 302 0 16884 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 68756

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1054464/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=78552 CPUtime=342.2
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 19342 0 0 0 34161 59 0 0 25 0 1 0 284589604 80437248 19074 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 19638 19074 140 302 0 19333 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 78552

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1043840/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=90188 CPUtime=402.18
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 22268 0 0 0 40150 68 0 0 25 0 1 0 284589604 92352512 21743 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 22547 21743 140 302 0 22242 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 90188

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1037952/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=96444 CPUtime=462.17
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 23728 0 0 0 46143 74 0 0 25 0 1 0 284589604 98758656 23203 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 24111 23203 140 302 0 23806 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 96444

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1033024/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=101808 CPUtime=522.15
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 24970 0 0 0 52136 79 0 0 25 0 1 0 284589604 104251392 24445 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 25452 24445 140 302 0 25147 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 101808

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1025856/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=108848 CPUtime=582.14
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 26752 0 0 0 58128 86 0 0 25 0 1 0 284589604 111460352 26227 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 27212 26227 140 302 0 26907 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 108848

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1019840/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=114712 CPUtime=642.12
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 28223 0 0 0 64120 92 0 0 25 0 1 0 284589604 117465088 27698 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 28678 27698 140 302 0 28373 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 114712

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1012800/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=121840 CPUtime=702.1
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 30007 0 0 0 70113 97 0 0 25 0 1 0 284589604 124764160 29482 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 30460 29482 140 302 0 30155 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 121840

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1007936/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=126664 CPUtime=762.09
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 31208 0 0 0 76106 103 0 0 25 0 1 0 284589604 129703936 30683 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 31666 30683 140 302 0 31361 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 126664

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=1003008/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=131680 CPUtime=822.07
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 32450 0 0 0 82098 109 0 0 25 0 1 0 284589604 134840320 31925 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 32920 31925 140 302 0 32615 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 131680

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=998464/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=136140 CPUtime=882.06
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 33555 0 0 0 88092 114 0 0 25 0 1 0 284589604 139407360 33030 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 34035 33030 140 302 0 33730 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 136140

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=994112/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=140516 CPUtime=942.04
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 34673 0 0 0 94084 120 0 0 25 0 1 0 284589604 143888384 34148 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 35129 34148 140 302 0 34824 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 140516

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=989120/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=145804 CPUtime=1002.02
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 35890 0 0 0 100079 123 0 0 25 0 1 0 284589604 149303296 35365 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 36451 35365 140 302 0 36146 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 145804

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=984576/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=150636 CPUtime=1062.01
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 37058 0 0 0 106074 127 0 0 25 0 1 0 284589604 154251264 36533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 37659 36533 140 302 0 37354 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 150636

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=980608/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=154668 CPUtime=1122
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 38057 0 0 0 112068 132 0 0 25 0 1 0 284589604 158380032 37532 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 38667 37532 140 302 0 38362 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 154668

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=976832/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=158396 CPUtime=1181.98
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 39004 0 0 0 118061 137 0 0 25 0 1 0 284589604 162197504 38479 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 39599 38479 140 302 0 39294 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 158396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 11215
/proc/meminfo: memFree=975232/2055920 swapFree=4183796/4192956
[pid=11214] ppid=11212 vsize=159800 CPUtime=1200.09
/proc/11214/stat : 11214 (Spear-32) R 11212 11214 9517 0 -1 4194304 39376 0 0 0 119870 139 0 0 25 0 1 0 284589604 163635200 38851 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11214/statm: 39950 38851 140 302 0 39645 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 159800

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.43
CPU time (s): 1200.12
CPU user time (s): 1198.7
CPU system time (s): 1.41478
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 159800

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

runsolver used 0.826874 second user time and 2.47662 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Feb 28 07:05:29 UTC 2007

IDJOB= 314967
IDBENCH= 20404
IDSOLVER= 132
FILE ID= node58/314967-1172646329

PBS_JOBID= 3981151

Free space on /tmp= 66514 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= /tmp/evaluation/314967-1172646329/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314967-1172646329/instance-314967-1172646329.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-314967-1172646329 -o ROOT/results/node58/solver-314967-1172646329 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314967-1172646329/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314967-1172646329/instance-314967-1172646329.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a948576641dd03cc33abaca38a6e7e4c

RANDOM SEED= 753422819

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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:       1131032 kB
Buffers:         40728 kB
Cached:         830852 kB
SwapCached:       3444 kB
Active:         331056 kB
Inactive:       550740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131032 kB
SwapTotal:     4192956 kB
SwapFree:      4183796 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            29172 kB
Committed_AS:   675544 kB
PageTables:       1380 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= 66514 MiB

End job on node58 on Wed Feb 28 07:25:32 UTC 2007