Trace number 314806

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

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/314806-1172642841/instance-314806-1172642841.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/node60/watcher-314806-1172642841 -o ROOT/results/node60/solver-314806-1172642841 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314806-1172642841/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314806-1172642841/instance-314806-1172642841.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.92 0.98 0.99 3/64 17019
/proc/meminfo: memFree=1617408/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=1932 CPUtime=0
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284240931 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 483 247 126 302 0 178 0

[startup+0.0463989 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17019
/proc/meminfo: memFree=1617408/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=2892 CPUtime=0.04
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 526 0 0 0 4 0 0 0 18 0 1 0 284240931 2961408 511 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 723 511 140 302 0 418 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2892

[startup+0.101407 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17019
/proc/meminfo: memFree=1617408/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=3024 CPUtime=0.09
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 548 0 0 0 9 0 0 0 18 0 1 0 284240931 3096576 533 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 756 533 140 302 0 451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3024

[startup+0.301443 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17019
/proc/meminfo: memFree=1617408/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=3280 CPUtime=0.29
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 616 0 0 0 29 0 0 0 19 0 1 0 284240931 3358720 601 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 820 601 140 302 0 515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3280

[startup+0.701514 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17019
/proc/meminfo: memFree=1617408/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=3796 CPUtime=0.69
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 720 0 0 0 69 0 0 0 22 0 1 0 284240931 3887104 705 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 949 705 140 302 0 644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3796

[startup+1.50166 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1614840/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=4540 CPUtime=1.49
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 927 0 0 0 148 1 0 0 25 0 1 0 284240931 4648960 912 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 1135 912 140 302 0 830 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4540

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1613560/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=6024 CPUtime=3.09
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 1286 0 0 0 307 2 0 0 25 0 1 0 284240931 6168576 1271 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 1506 1271 140 302 0 1201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6024

[startup+6.30152 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1611000/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=8276 CPUtime=6.29
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 1852 0 0 0 626 3 0 0 25 0 1 0 284240931 8474624 1837 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 2069 1837 140 302 0 1764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8276

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1605640/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=13568 CPUtime=12.69
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 3169 0 0 0 1263 6 0 0 25 0 1 0 284240931 13893632 3154 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 3392 3155 140 302 0 3087 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13568

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1597384/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=21312 CPUtime=25.48
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 5134 0 0 0 2537 11 0 0 25 0 1 0 284240931 21823488 5086 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 5328 5086 140 302 0 5023 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21312

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1588232/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=30700 CPUtime=51.08
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 7507 0 0 0 5090 18 0 0 25 0 1 0 284240931 31436800 7394 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/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: 0.98 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1574728/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=44000 CPUtime=102.26
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 10829 0 0 0 10198 28 0 0 25 0 1 0 284240931 45056000 10716 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 11000 10716 140 302 0 10695 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44000

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1561992/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=57256 CPUtime=162.23
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 14163 0 0 0 16185 38 0 0 25 0 1 0 284240931 58630144 13921 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 14314 13921 140 302 0 14009 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 57256

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1552072/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=67192 CPUtime=222.21
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 16615 0 0 0 22173 48 0 0 25 0 1 0 284240931 68804608 16373 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 16798 16373 140 302 0 16493 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 67192

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1543688/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=75524 CPUtime=282.19
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 18711 0 0 0 28162 57 0 0 25 0 1 0 284240931 77336576 18469 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 18881 18469 140 302 0 18576 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 75524

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1536136/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=82860 CPUtime=342.17
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 20578 0 0 0 34152 65 0 0 25 0 1 0 284240931 84848640 20336 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 20715 20336 140 302 0 20410 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 82860

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1529032/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=90996 CPUtime=402.14
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 22614 0 0 0 40144 70 0 0 25 0 1 0 284240931 93179904 22115 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 22749 22115 140 302 0 22444 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 90996

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1522184/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=97872 CPUtime=462.13
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 24308 0 0 0 46137 76 0 0 25 0 1 0 284240931 100220928 23809 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 24468 23809 140 302 0 24163 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 97872

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1516744/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=103200 CPUtime=522.11
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 25661 0 0 0 52128 83 0 0 25 0 1 0 284240931 105676800 25162 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 25800 25162 140 302 0 25495 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 103200

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1511944/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=107908 CPUtime=582.08
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 26852 0 0 0 58120 88 0 0 25 0 1 0 284240931 110497792 26353 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526520 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 26977 26353 140 302 0 26672 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 107908

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1506760/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=113348 CPUtime=642.06
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 28136 0 0 0 64112 94 0 0 25 0 1 0 284240931 116068352 27637 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 28337 27637 140 302 0 28032 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 113348

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1502152/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=118188 CPUtime=702.04
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 29306 0 0 0 70104 100 0 0 25 0 1 0 284240931 121024512 28807 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 29547 28807 140 302 0 29242 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 118188

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1497416/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=122876 CPUtime=762.03
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 30459 0 0 0 76097 106 0 0 25 0 1 0 284240931 125825024 29960 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 30719 29960 140 302 0 30414 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 122876

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1493384/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=126832 CPUtime=822
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 31464 0 0 0 82090 110 0 0 25 0 1 0 284240931 129875968 30965 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 31708 30965 140 302 0 31403 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 126832

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1489416/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=130764 CPUtime=881.97
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 32434 0 0 0 88083 114 0 0 25 0 1 0 284240931 133902336 31935 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526900 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 32691 31935 140 302 0 32386 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 130764

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1484744/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=135640 CPUtime=941.96
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 33602 0 0 0 94077 119 0 0 25 0 1 0 284240931 138895360 33103 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 33910 33103 140 302 0 33605 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 135640

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1481160/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=139092 CPUtime=1001.93
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 34485 0 0 0 100070 123 0 0 25 0 1 0 284240931 142430208 33986 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 34773 33986 140 302 0 34468 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 139092

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1477384/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=142892 CPUtime=1061.91
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 35442 0 0 0 106063 128 0 0 25 0 1 0 284240931 146321408 34943 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 35723 34943 140 302 0 35418 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 142892

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1473608/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=146456 CPUtime=1121.89
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 36365 0 0 0 112056 133 0 0 25 0 1 0 284240931 149970944 35866 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 36614 35866 140 302 0 36309 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 146456

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1470344/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=149684 CPUtime=1181.87
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 37188 0 0 0 118049 138 0 0 25 0 1 0 284240931 153276416 36689 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 37421 36689 140 302 0 37116 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 149684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17020
/proc/meminfo: memFree=1469448/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=150540 CPUtime=1200.06
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 37392 0 0 0 119867 139 0 0 25 0 1 0 284240931 154152960 36893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 37635 36893 140 302 0 37330 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 150540

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.98 0.99 2/65 17020
/proc/meminfo: memFree=1469448/2055920 swapFree=4183356/4192956
[pid=17019] ppid=17017 vsize=150540 CPUtime=1200.06
/proc/17019/stat : 17019 (Spear-32) R 17017 17019 15931 0 -1 4194304 37392 0 0 0 119867 139 0 0 25 0 1 0 284240931 154152960 36893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/17019/statm: 37635 36893 140 302 0 37330 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 150540

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1198.68
CPU system time (s): 1.42178
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 150540

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

runsolver used 0.873867 second user time and 2.45363 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 06:07:21 UTC 2007

IDJOB= 314806
IDBENCH= 20400
IDSOLVER= 131
FILE ID= node60/314806-1172642841

PBS_JOBID= 3981137

Free space on /tmp= 66527 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  81ed5ec4a2e7c208a4184383f9e53838

RANDOM SEED= 790440143

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1617816 kB
Buffers:         15304 kB
Cached:         373572 kB
SwapCached:       3484 kB
Active:          70508 kB
Inactive:       328484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1617816 kB
SwapTotal:     4192956 kB
SwapFree:      4183356 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          15808 kB
Slab:            25128 kB
Committed_AS:   849344 kB
PageTables:       1464 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= 66527 MiB

End job on node60 on Wed Feb 28 06:27:23 UTC 2007