Trace number 314926

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.11 1200.65

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-26.cnf
MD5SUM0cf155110f71a43081221b427d368ee8
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 variables21734
Number of clauses79766
Sum of the clauses size211276
Maximum clause length225
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236916
Number of clauses of size 338055
Number of clauses of size 43077
Number of clauses of size 5748
Number of clauses of size over 5969

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/314926-1172645419/instance-314926-1172645419.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/node33/watcher-314926-1172645419 -o ROOT/results/node33/solver-314926-1172645419 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314926-1172645419/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314926-1172645419/instance-314926-1172645419.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 17959
/proc/meminfo: memFree=1274592/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=1932 CPUtime=0
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 189577210 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 483 247 126 302 0 178 0

[startup+0.0876471 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 17959
/proc/meminfo: memFree=1274592/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=5728 CPUtime=0.07
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 1434 0 0 0 7 0 0 0 18 0 1 0 189577210 5865472 1077 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 1432 1077 129 302 0 1127 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5728

[startup+0.102649 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 17959
/proc/meminfo: memFree=1274592/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=5992 CPUtime=0.09
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 1529 0 0 0 9 0 0 0 18 0 1 0 189577210 6135808 1172 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 1498 1173 129 302 0 1193 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5992

[startup+0.30169 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 17959
/proc/meminfo: memFree=1274592/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=8920 CPUtime=0.29
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 2294 0 0 0 28 1 0 0 19 0 1 0 189577210 9134080 1839 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 2230 1839 140 302 0 1925 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8920

[startup+0.702772 s]
/proc/loadavg: 0.91 0.95 0.96 3/64 17959
/proc/meminfo: memFree=1274592/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=9180 CPUtime=0.69
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 2368 0 0 0 67 2 0 0 22 0 1 0 189577210 9400320 1913 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 2295 1913 140 302 0 1990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9180

[startup+1.50194 s]
/proc/loadavg: 0.91 0.95 0.96 2/65 17960
/proc/meminfo: memFree=1267224/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=9700 CPUtime=1.49
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 2483 0 0 0 145 4 0 0 25 0 1 0 189577210 9932800 2028 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 2425 2028 140 302 0 2120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9700

[startup+3.10126 s]
/proc/loadavg: 0.91 0.95 0.96 2/65 17960
/proc/meminfo: memFree=1266328/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=10888 CPUtime=3.09
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 2782 0 0 0 303 6 0 0 25 0 1 0 189577210 11149312 2327 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 2722 2327 140 302 0 2417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10888

[startup+6.30192 s]
/proc/loadavg: 0.92 0.95 0.96 2/65 17960
/proc/meminfo: memFree=1263256/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=13840 CPUtime=6.29
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 3533 0 0 0 619 10 0 0 25 0 1 0 189577210 14172160 3078 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 3460 3078 140 302 0 3155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13840

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.96 2/65 17960
/proc/meminfo: memFree=1258200/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=18720 CPUtime=12.68
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 4769 0 0 0 1256 12 0 0 25 0 1 0 189577210 19169280 4281 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 4680 4281 140 302 0 4375 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18720

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.96 2/65 17960
/proc/meminfo: memFree=1247704/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=29000 CPUtime=25.48
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 7352 0 0 0 2529 19 0 0 25 0 1 0 189577210 29696000 6799 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 7250 6799 140 302 0 6945 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29000

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.96 2/65 17960
/proc/meminfo: memFree=1235608/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=41784 CPUtime=51.07
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 10550 0 0 0 5076 31 0 0 25 0 1 0 189577210 42786816 9868 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 10446 9868 140 302 0 10141 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41784

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.96 2/65 17960
/proc/meminfo: memFree=1213784/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=63244 CPUtime=102.26
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 15919 0 0 0 10177 49 0 0 25 0 1 0 189577210 64761856 15237 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 15811 15237 140 302 0 15506 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 63244

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1188376/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=89640 CPUtime=162.23
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 22525 0 0 0 16156 67 0 0 25 0 1 0 189577210 91791360 21586 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 22410 21586 140 302 0 22105 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 89640

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1158808/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=119140 CPUtime=222.21
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 29877 0 0 0 22134 87 0 0 25 0 1 0 189577210 121999360 28938 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 29785 28938 140 302 0 29480 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 119140

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1133848/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=144312 CPUtime=282.19
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 36144 0 0 0 28118 101 0 0 25 0 1 0 189577210 147775488 35205 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 36078 35205 140 302 0 35773 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 144312

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1117080/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=161576 CPUtime=342.17
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 40316 0 0 0 34102 115 0 0 25 0 1 0 189577210 165453824 39377 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 40394 39377 140 302 0 40089 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 161576

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1100760/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=179768 CPUtime=402.15
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 44924 0 0 0 40086 129 0 0 25 0 1 0 189577210 184082432 43472 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 44942 43472 140 302 0 44637 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 179768

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1089304/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=190868 CPUtime=462.12
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 47749 0 0 0 46077 135 0 0 25 0 1 0 189577210 195448832 46297 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 47717 46297 140 302 0 47412 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 190868

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1079384/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=200928 CPUtime=522.11
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 50263 0 0 0 52067 144 0 0 25 0 1 0 189577210 205750272 48811 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 50232 48811 140 302 0 49927 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 200928

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 17960
/proc/meminfo: memFree=1068952/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=211176 CPUtime=582.08
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 52822 0 0 0 58057 151 0 0 25 0 1 0 189577210 216244224 51370 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 52794 51370 140 302 0 52489 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 211176

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/71 17986
/proc/meminfo: memFree=1055528/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=223220 CPUtime=642.06
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 55879 0 0 0 64043 163 0 0 25 0 1 0 189577210 228577280 54427 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 55805 54427 140 302 0 55500 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 223220

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/71 18084
/proc/meminfo: memFree=1041320/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=238236 CPUtime=701.97
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 59415 0 0 0 70026 171 0 0 25 0 1 0 189577210 243953664 57963 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 59559 57963 140 302 0 59254 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 238236

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=1029720/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=250684 CPUtime=761.91
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 62546 0 0 0 76010 181 0 0 25 0 1 0 189577210 256700416 61094 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 62671 61094 140 302 0 62366 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 250684

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=1020376/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=260180 CPUtime=821.88
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 64887 0 0 0 82000 188 0 0 25 0 1 0 189577210 266424320 63435 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 65045 63435 140 302 0 64740 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 260180

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=1011288/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=269152 CPUtime=881.86
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 67141 0 0 0 87990 196 0 0 25 0 1 0 189577210 275611648 65689 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 67288 65689 140 302 0 66983 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 269152

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=1002520/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=277924 CPUtime=941.84
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 69348 0 0 0 93981 203 0 0 25 0 1 0 189577210 284594176 67896 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 69481 67896 140 302 0 69176 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 277924

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=993816/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=286676 CPUtime=1001.81
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 71513 0 0 0 99972 209 0 0 25 0 1 0 189577210 293556224 70061 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 71669 70061 140 302 0 71364 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 286676

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=984152/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=296492 CPUtime=1061.79
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 73929 0 0 0 105962 217 0 0 25 0 1 0 189577210 303607808 72477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 74123 72477 140 302 0 73818 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 296492

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=974680/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=305956 CPUtime=1121.77
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 76264 0 0 0 111952 225 0 0 25 0 1 0 189577210 313298944 74812 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 76489 74812 140 302 0 76184 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 305956

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=966168/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=314700 CPUtime=1181.75
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 78424 0 0 0 117945 230 0 0 25 0 1 0 189577210 322252800 76972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 78675 76972 140 302 0 78370 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 314700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 18158
/proc/meminfo: memFree=963672/2055920 swapFree=4181868/4192956
[pid=17959] ppid=17957 vsize=316856 CPUtime=1200.05
/proc/17959/stat : 17959 (Spear-32) R 17957 17959 16752 0 -1 4194304 79002 0 0 0 119772 233 0 0 25 0 1 0 189577210 324460544 77550 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17959/statm: 79214 77550 140 302 0 78909 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 316856

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.65
CPU time (s): 1200.11
CPU user time (s): 1197.73
CPU system time (s): 2.37864
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 316856

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

runsolver used 1.02684 second user time and 2.44663 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Feb 28 06:50:19 UTC 2007

IDJOB= 314926
IDBENCH= 20403
IDSOLVER= 131
FILE ID= node33/314926-1172645419

PBS_JOBID= 3981163

Free space on /tmp= 66522 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0cf155110f71a43081221b427d368ee8

RANDOM SEED= 106053966

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:       1275000 kB
Buffers:         25104 kB
Cached:         682104 kB
SwapCached:       5296 kB
Active:          87228 kB
Inactive:       631200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1275000 kB
SwapTotal:     4192956 kB
SwapFree:      4181868 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:          15264 kB
Slab:            48592 kB
Committed_AS:   309228 kB
PageTables:       1408 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= 66522 MiB

End job on node33 on Wed Feb 28 07:10:22 UTC 2007