Trace number 314807

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.43

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
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 variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

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/314807-1172642866/instance-314807-1172642866.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/node39/watcher-314807-1172642866 -o ROOT/results/node39/solver-314807-1172642866 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314807-1172642866/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314807-1172642866/instance-314807-1172642866.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: 1.00 1.03 1.00 3/64 16543
/proc/meminfo: memFree=1483712/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=1932 CPUtime=0
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284242448 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 483 247 126 302 0 178 0

[startup+0.00805088 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 16543
/proc/meminfo: memFree=1483712/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=2356 CPUtime=0
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 0 284242448 2412544 346 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 589 347 126 302 0 284 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2356

[startup+0.101065 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 16543
/proc/meminfo: memFree=1483712/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=3024 CPUtime=0.09
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 548 0 0 0 9 0 0 0 18 0 1 0 284242448 3096576 533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 756 533 140 302 0 451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3024

[startup+0.301099 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 16543
/proc/meminfo: memFree=1483712/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=3280 CPUtime=0.29
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 617 0 0 0 29 0 0 0 19 0 1 0 284242448 3358720 602 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 820 602 140 302 0 515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3280

[startup+0.701168 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 16543
/proc/meminfo: memFree=1483712/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=3796 CPUtime=0.69
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 722 0 0 0 69 0 0 0 22 0 1 0 284242448 3887104 707 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 949 707 140 302 0 644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3796

[startup+1.50131 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1481208/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=4540 CPUtime=1.49
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 934 0 0 0 148 1 0 0 25 0 1 0 284242448 4648960 919 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 1135 919 140 302 0 830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4540

[startup+3.10158 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1479864/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=6024 CPUtime=3.09
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 1294 0 0 0 307 2 0 0 25 0 1 0 284242448 6168576 1279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 1506 1279 140 302 0 1201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6024

[startup+6.30112 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1477368/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=8400 CPUtime=6.29
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 1864 0 0 0 625 4 0 0 25 0 1 0 284242448 8601600 1849 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 2100 1849 140 302 0 1795 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8400

[startup+12.7012 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1471928/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=13568 CPUtime=12.69
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 3172 0 0 0 1262 7 0 0 25 0 1 0 284242448 13893632 3157 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526527 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 3392 3157 140 302 0 3087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13568

[startup+25.5014 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1463800/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=21312 CPUtime=25.49
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 5139 0 0 0 2537 12 0 0 25 0 1 0 284242448 21823488 5091 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 5328 5091 140 302 0 5023 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21312

[startup+51.1018 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 16544
/proc/meminfo: memFree=1454584/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=30700 CPUtime=51.08
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 7507 0 0 0 5088 20 0 0 25 0 1 0 284242448 31436800 7394 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 7675 7394 140 302 0 7370 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30700

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 16544
/proc/meminfo: memFree=1441144/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=44000 CPUtime=102.26
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 10826 0 0 0 10194 32 0 0 25 0 1 0 284242448 45056000 10713 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 11000 10713 140 302 0 10695 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44000

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16544
/proc/meminfo: memFree=1428344/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=57256 CPUtime=162.24
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 14159 0 0 0 16180 44 0 0 25 0 1 0 284242448 58630144 13917 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 14314 13917 140 302 0 14009 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57256

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16544
/proc/meminfo: memFree=1418488/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=67192 CPUtime=222.22
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 16600 0 0 0 22169 53 0 0 25 0 1 0 284242448 68804608 16358 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 16798 16358 140 302 0 16493 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 67192

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1410360/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=75252 CPUtime=282.2
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 18659 0 0 0 28158 62 0 0 25 0 1 0 284242448 77058048 18417 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 18813 18417 140 302 0 18508 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 75252

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1402872/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=82492 CPUtime=342.18
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 20479 0 0 0 34148 70 0 0 25 0 1 0 284242448 84471808 20237 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 20623 20237 140 302 0 20318 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 82492

[startup+402.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 16544
/proc/meminfo: memFree=1395704/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=90628 CPUtime=402.16
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 22537 0 0 0 40139 77 0 0 25 0 1 0 284242448 92803072 22038 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 22657 22038 140 302 0 22352 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 90628

[startup+462.301 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 16544
/proc/meminfo: memFree=1389112/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=97388 CPUtime=462.14
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 24176 0 0 0 46130 84 0 0 25 0 1 0 284242448 99725312 23677 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 24347 23677 140 302 0 24042 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 97388

[startup+522.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 16544
/proc/meminfo: memFree=1383608/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=102708 CPUtime=522.12
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 25552 0 0 0 52121 91 0 0 25 0 1 0 284242448 105172992 25053 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 25677 25053 140 302 0 25372 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 102708

[startup+582.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 16544
/proc/meminfo: memFree=1378872/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=107300 CPUtime=582.1
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 26713 0 0 0 58113 97 0 0 25 0 1 0 284242448 109875200 26214 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 26825 26214 140 302 0 26520 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 107300

[startup+642.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 16544
/proc/meminfo: memFree=1373816/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=112620 CPUtime=642.08
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 27960 0 0 0 64106 102 0 0 25 0 1 0 284242448 115322880 27461 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 28155 27461 140 302 0 27850 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 112620

[startup+702.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 16544
/proc/meminfo: memFree=1369208/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=117560 CPUtime=702.07
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 29161 0 0 0 70099 108 0 0 25 0 1 0 284242448 120381440 28662 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 29390 28662 140 302 0 29085 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 117560

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1364728/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=121888 CPUtime=762.05
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 30226 0 0 0 76091 114 0 0 25 0 1 0 284242448 124813312 29727 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 30472 29727 140 302 0 30167 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 121888

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1360440/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=126216 CPUtime=822.03
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 31298 0 0 0 82084 119 0 0 25 0 1 0 284242448 129245184 30799 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 31554 30799 140 302 0 31249 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 126216

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1356600/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=129900 CPUtime=882.01
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 32240 0 0 0 88078 123 0 0 25 0 1 0 284242448 133017600 31741 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 32475 31741 140 302 0 32170 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 129900

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1352056/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=134912 CPUtime=941.98
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 33392 0 0 0 94071 127 0 0 25 0 1 0 284242448 138149888 32893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526846 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 33728 32893 140 302 0 33423 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 134912

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1348408/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=138456 CPUtime=1001.97
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 34296 0 0 0 100064 133 0 0 25 0 1 0 284242448 141778944 33797 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 34614 33797 140 302 0 34309 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 138456

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1344696/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=142032 CPUtime=1061.95
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 35216 0 0 0 106057 138 0 0 25 0 1 0 284242448 145440768 34717 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 35508 34717 140 302 0 35203 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 142032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1341112/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=145492 CPUtime=1121.93
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 36112 0 0 0 112051 142 0 0 25 0 1 0 284242448 148983808 35613 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 36373 35613 140 302 0 36068 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 145492

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1337720/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=148836 CPUtime=1181.91
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 36952 0 0 0 118045 146 0 0 25 0 1 0 284242448 152408064 36453 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 37209 36453 140 302 0 36904 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 148836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16544
/proc/meminfo: memFree=1336632/2055920 swapFree=4183936/4192956
[pid=16543] ppid=16541 vsize=149808 CPUtime=1200
/proc/16543/stat : 16543 (Spear-32) R 16541 16543 15427 0 -1 4194304 37213 0 0 0 119853 147 0 0 25 0 1 0 284242448 153403392 36714 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/16543/statm: 37452 36714 140 302 0 37147 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 149808

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.04
CPU user time (s): 1198.54
CPU system time (s): 1.50077
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 149808

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

runsolver used 0.860869 second user time and 2.43863 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Wed Feb 28 06:07:46 UTC 2007

IDJOB= 314807
IDBENCH= 20400
IDSOLVER= 132
FILE ID= node39/314807-1172642866

PBS_JOBID= 3981150

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  81ed5ec4a2e7c208a4184383f9e53838

RANDOM SEED= 492737575

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1484120 kB
Buffers:         14412 kB
Cached:         506684 kB
SwapCached:       2776 kB
Active:          83368 kB
Inactive:       447252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484120 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          15424 kB
Slab:            27188 kB
Committed_AS:   695452 kB
PageTables:       1412 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= 66543 MiB

End job on node39 on Wed Feb 28 06:27:48 UTC 2007