Trace number 314927

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

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/314927-1172645439/instance-314927-1172645439.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/node24/watcher-314927-1172645439 -o ROOT/results/node24/solver-314927-1172645439 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314927-1172645439/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314927-1172645439/instance-314927-1172645439.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.98 3/77 12481
/proc/meminfo: memFree=1271048/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=1932 CPUtime=0
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284498182 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 483 247 126 302 0 178 0

[startup+0.069053 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 12481
/proc/meminfo: memFree=1271048/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=5200 CPUtime=0.06
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 1310 0 0 0 6 0 0 0 18 0 1 0 284498182 5324800 953 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 1300 953 129 302 0 995 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5200

[startup+0.101055 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 12481
/proc/meminfo: memFree=1271048/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=5992 CPUtime=0.09
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 1514 0 0 0 9 0 0 0 18 0 1 0 284498182 6135808 1157 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 1498 1157 129 302 0 1193 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5992

[startup+0.301076 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 12481
/proc/meminfo: memFree=1271048/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=8920 CPUtime=0.29
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 2293 0 0 0 28 1 0 0 19 0 1 0 284498182 9134080 1838 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 2230 1838 140 302 0 1925 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8920

[startup+0.70112 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 12481
/proc/meminfo: memFree=1271048/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=9180 CPUtime=0.69
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 2367 0 0 0 67 2 0 0 22 0 1 0 284498182 9400320 1912 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 2295 1912 140 302 0 1990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9180

[startup+1.50121 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1263680/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=9700 CPUtime=1.49
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 2478 0 0 0 145 4 0 0 25 0 1 0 284498182 9932800 2023 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 2425 2023 140 302 0 2120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9700

[startup+3.10138 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1262784/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=10888 CPUtime=3.09
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 2782 0 0 0 303 6 0 0 25 0 1 0 284498182 11149312 2327 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 2722 2327 140 302 0 2417 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10888

[startup+6.30173 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1259712/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=13840 CPUtime=6.29
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 3536 0 0 0 620 9 0 0 25 0 1 0 284498182 14172160 3081 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 3460 3081 140 302 0 3155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13840

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1254592/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=18848 CPUtime=12.69
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 4782 0 0 0 1257 12 0 0 25 0 1 0 284498182 19300352 4294 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 4712 4294 140 302 0 4407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18848

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1244160/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=29128 CPUtime=25.48
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 7355 0 0 0 2528 20 0 0 25 0 1 0 284498182 29827072 6802 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 7282 6802 140 302 0 6977 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29128

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1232064/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=41784 CPUtime=51.08
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 10558 0 0 0 5077 31 0 0 25 0 1 0 284498182 42786816 9876 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 10446 9876 140 302 0 10141 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41784

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1210368/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=63244 CPUtime=102.26
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 15925 0 0 0 10178 48 0 0 25 0 1 0 284498182 64761856 15243 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 15811 15243 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.98 2/78 12482
/proc/meminfo: memFree=1184960/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=89768 CPUtime=162.25
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 22532 0 0 0 16159 66 0 0 25 0 1 0 284498182 91922432 21593 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134540101 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 22442 21593 140 302 0 22137 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89768

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1155392/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=119268 CPUtime=222.23
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 29893 0 0 0 22138 85 0 0 25 0 1 0 284498182 122130432 28954 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 29817 28954 140 302 0 29512 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 119268

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1130496/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=144312 CPUtime=282.21
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 36149 0 0 0 28122 99 0 0 25 0 1 0 284498182 147775488 35210 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 36078 35210 140 302 0 35773 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 144312

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1113536/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=161576 CPUtime=342.19
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 40316 0 0 0 34107 112 0 0 25 0 1 0 284498182 165453824 39377 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 40394 39377 140 302 0 40089 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 161576

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1097152/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=179768 CPUtime=402.17
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 44922 0 0 0 40093 124 0 0 25 0 1 0 284498182 184082432 43470 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 44942 43470 140 302 0 44637 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 179768

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1085760/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=190868 CPUtime=462.15
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 47742 0 0 0 46083 132 0 0 25 0 1 0 284498182 195448832 46290 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 47717 46290 140 302 0 47412 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 190868

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1075776/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=200928 CPUtime=522.14
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 50249 0 0 0 52074 140 0 0 25 0 1 0 284498182 205750272 48797 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 50232 48797 140 302 0 49927 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 200928

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12482
/proc/meminfo: memFree=1065472/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=211052 CPUtime=582.12
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 52803 0 0 0 58064 148 0 0 25 0 1 0 284498182 216117248 51351 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 52763 51351 140 302 0 52458 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 211052

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 12566
/proc/meminfo: memFree=1051920/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=223100 CPUtime=642.08
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 55845 0 0 0 64050 158 0 0 25 0 1 0 284498182 228454400 54393 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 55775 54393 140 302 0 55470 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 223100

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 12650
/proc/meminfo: memFree=1037840/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=238108 CPUtime=702
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 59380 0 0 0 70032 168 0 0 25 0 1 0 284498182 243822592 57928 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 59527 57928 140 302 0 59222 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 238108

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=1026368/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=250556 CPUtime=761.97
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 62507 0 0 0 76019 178 0 0 25 0 1 0 284498182 256569344 61055 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 62639 61055 140 302 0 62334 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 250556

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=1016960/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=260056 CPUtime=821.94
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 64861 0 0 0 82008 186 0 0 25 0 1 0 284498182 266297344 63409 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 65014 63409 140 302 0 64709 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 260056

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=1007808/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=269024 CPUtime=881.93
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 67115 0 0 0 88000 193 0 0 25 0 1 0 284498182 275480576 65663 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 67256 65663 140 302 0 66951 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 269024

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=999040/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=277800 CPUtime=941.91
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 69317 0 0 0 93992 199 0 0 25 0 1 0 284498182 284467200 67865 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 69450 67865 140 302 0 69145 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 277800

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=990336/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=286548 CPUtime=1001.9
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 71482 0 0 0 99983 207 0 0 25 0 1 0 284498182 293425152 70030 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 71637 70030 140 302 0 71332 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 286548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=980672/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=296364 CPUtime=1061.88
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 73899 0 0 0 105973 215 0 0 25 0 1 0 284498182 303476736 72447 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 74091 72447 140 302 0 73786 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 296364

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=971264/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=305828 CPUtime=1121.85
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 76238 0 0 0 111964 221 0 0 25 0 1 0 284498182 313167872 74786 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 76457 74786 140 302 0 76152 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 305828

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=962752/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=314284 CPUtime=1181.84
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 78379 0 0 0 117956 228 0 0 25 0 1 0 284498182 321826816 76927 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 78571 76927 140 302 0 78266 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 314284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=960256/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=316728 CPUtime=1200.04
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 78969 0 0 0 119774 230 0 0 25 0 1 0 284498182 324329472 77517 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 79182 77517 140 302 0 78877 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 316728

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 12680
/proc/meminfo: memFree=960256/2055920 swapFree=4143948/4192956
[pid=12481] ppid=12479 vsize=316728 CPUtime=1200.04
/proc/12481/stat : 12481 (Spear-32) R 12479 12481 11171 0 -1 4194304 78969 0 0 0 119774 230 0 0 25 0 1 0 284498182 324329472 77517 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12481/statm: 79182 77517 140 302 0 78877 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 316728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1197.75
CPU system time (s): 2.35164
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 316728

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

runsolver used 1.45278 second user time and 2.84357 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Feb 28 06:50:39 UTC 2007

IDJOB= 314927
IDBENCH= 20403
IDSOLVER= 132
FILE ID= node24/314927-1172645439

PBS_JOBID= 3981142

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0cf155110f71a43081221b427d368ee8

RANDOM SEED= 748376082

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1271392 kB
Buffers:         23116 kB
Cached:         686320 kB
SwapCached:       3748 kB
Active:          90948 kB
Inactive:       628076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271392 kB
SwapTotal:     4192956 kB
SwapFree:      4143948 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          15488 kB
Slab:            51028 kB
Committed_AS:   829204 kB
PageTables:       1732 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= 66532 MiB

End job on node24 on Wed Feb 28 07:10:42 UTC 2007