Trace number 330103

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

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k45.cnf
MD5SUM2cd6ab0857f39a86290a508952e3dd75
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark627.1
Satisfiable
(Un)Satisfiability was proved
Number of variables91844
Number of clauses381319
Sum of the clauses size976591
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2269965
Number of clauses of size 371376
Number of clauses of size 413554
Number of clauses of size 57709
Number of clauses of size over 516643

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/330103-1173157058/instance-330103-1173157058.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/node41/watcher-330103-1173157058 -o ROOT/results/node41/solver-330103-1173157058 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330103-1173157058/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330103-1173157058/instance-330103-1173157058.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.98 1.00 3/64 12713
/proc/meminfo: memFree=1858672/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=1396 CPUtime=0
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 335661773 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 349 138 121 302 0 44 0

[startup+0.0161379 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 12713
/proc/meminfo: memFree=1858672/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=1396 CPUtime=0.01
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 154 0 0 0 1 0 0 0 18 0 1 0 335661773 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1396

[startup+0.101144 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 12713
/proc/meminfo: memFree=1858672/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=4116 CPUtime=0.09
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 757 0 0 0 9 0 0 0 18 0 1 0 335661773 4214784 684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 1029 686 129 302 0 724 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4116

[startup+0.301162 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 12713
/proc/meminfo: memFree=1858672/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=10248 CPUtime=0.29
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 2710 0 0 0 27 2 0 0 19 0 1 0 335661773 10493952 2280 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 2562 2280 129 302 0 2257 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10248

[startup+0.701196 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 12713
/proc/meminfo: memFree=1858672/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=27644 CPUtime=0.69
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 7175 0 0 0 61 8 0 0 22 0 1 0 335661773 28307456 5716 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 6911 5718 129 302 0 6606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27644

[startup+1.50127 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1829416/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=43236 CPUtime=1.49
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 12230 0 0 0 139 10 0 0 25 0 1 0 335661773 44273664 9918 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 10809 9919 145 302 0 10504 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43236

[startup+3.1014 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1814312/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=48932 CPUtime=3.09
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 13906 0 0 0 297 12 0 0 25 0 1 0 335661773 50106368 11380 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 12233 11380 145 302 0 11928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48932

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1812272/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=50344 CPUtime=6.29
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 14278 0 0 0 614 15 0 0 25 0 1 0 335661773 51552256 11752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 12586 11752 145 302 0 12281 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50344

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1810032/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=52764 CPUtime=12.69
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 14870 0 0 0 1250 19 0 0 25 0 1 0 335661773 54030336 12344 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 13191 12344 145 302 0 12886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52764

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1803504/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=59396 CPUtime=25.48
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 16560 0 0 0 2523 25 0 0 25 0 1 0 335661773 60821504 14001 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524738 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 14849 14001 145 302 0 14544 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59396

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1791536/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=71720 CPUtime=51.08
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 19647 0 0 0 5074 34 0 0 25 0 1 0 335661773 73441280 17023 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 17930 17023 145 302 0 17625 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71720

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1774768/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=88012 CPUtime=102.27
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 23777 0 0 0 10180 47 0 0 25 0 1 0 335661773 90124288 21153 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 22003 21153 145 302 0 21698 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 88012

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12714
/proc/meminfo: memFree=1755504/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=107856 CPUtime=162.24
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 28764 0 0 0 16165 59 0 0 25 0 1 0 335661773 110444544 26011 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 26964 26011 145 302 0 26659 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 107856

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/71 12798
/proc/meminfo: memFree=1733992/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=127560 CPUtime=222.19
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 33702 0 0 0 22151 68 0 0 25 0 1 0 335661773 130621440 30949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 31890 30949 145 302 0 31585 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 127560

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/71 12890
/proc/meminfo: memFree=1717936/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=143564 CPUtime=282.11
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 37729 0 0 0 28133 78 0 0 25 0 1 0 335661773 147009536 34976 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 35891 34976 145 302 0 35586 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 143564

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1702896/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=159364 CPUtime=342.07
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 41702 0 0 0 34122 85 0 0 25 0 1 0 335661773 163188736 38949 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 39841 38949 145 302 0 39536 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 159364

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1687280/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=176088 CPUtime=402.06
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 45883 0 0 0 40114 92 0 0 25 0 1 0 335661773 180314112 42873 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 44022 42873 145 302 0 43717 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 176088

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1673200/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=189996 CPUtime=462.05
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 49381 0 0 0 46105 100 0 0 25 0 1 0 335661773 194555904 46371 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 47499 46371 145 302 0 47194 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 189996

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1659248/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=204112 CPUtime=522.02
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 52899 0 0 0 52095 107 0 0 25 0 1 0 335661773 209010688 49889 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 51028 49889 145 302 0 50723 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 204112

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1642544/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=220612 CPUtime=582.01
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 57052 0 0 0 58086 115 0 0 25 0 1 0 335661773 225906688 54042 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 55153 54042 145 302 0 54848 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 220612

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1627504/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=235412 CPUtime=642
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 60752 0 0 0 64078 122 0 0 25 0 1 0 335661773 241061888 57742 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 58853 57742 145 302 0 58548 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 235412

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1612848/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=250164 CPUtime=701.98
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 64438 0 0 0 70068 130 0 0 25 0 1 0 335661773 256167936 61428 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539587 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 62541 61428 145 302 0 62236 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 250164

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1600880/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=261792 CPUtime=761.96
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 67380 0 0 0 76060 136 0 0 25 0 1 0 335661773 268075008 64370 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 65448 64370 145 302 0 65143 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 261792

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1591280/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=271580 CPUtime=821.94
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 69807 0 0 0 82053 141 0 0 25 0 1 0 335661773 278097920 66797 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 67895 66797 145 302 0 67590 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 271580

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 12912
/proc/meminfo: memFree=1580272/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=282512 CPUtime=881.93
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 72536 0 0 0 88045 148 0 0 25 0 1 0 335661773 289292288 69526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 70628 69526 145 302 0 70323 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 282512

[startup+942.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 12912
/proc/meminfo: memFree=1569584/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=293308 CPUtime=941.91
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 75202 0 0 0 94037 154 0 0 25 0 1 0 335661773 300347392 72192 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 73327 72192 145 302 0 73022 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 293308

[startup+1002.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 12912
/proc/meminfo: memFree=1561136/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=301620 CPUtime=1001.89
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 77305 0 0 0 100031 158 0 0 25 0 1 0 335661773 308858880 74295 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 75405 74295 145 302 0 75100 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 301620

[startup+1062.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 12912
/proc/meminfo: memFree=1549936/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=312996 CPUtime=1061.88
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 80111 0 0 0 106022 166 0 0 25 0 1 0 335661773 320507904 77101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 78249 77101 145 302 0 77944 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 312996

[startup+1122.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 12912
/proc/meminfo: memFree=1538864/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=324068 CPUtime=1121.87
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 82857 0 0 0 112015 172 0 0 25 0 1 0 335661773 331845632 79847 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 81017 79847 145 302 0 80712 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 324068

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12912
/proc/meminfo: memFree=1529136/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=333924 CPUtime=1181.84
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 85314 0 0 0 118008 176 0 0 25 0 1 0 335661773 341938176 82304 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 83481 82304 145 302 0 83176 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 333924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12912
/proc/meminfo: memFree=1526256/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=336620 CPUtime=1200.05
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 85995 0 0 0 119827 178 0 0 25 0 1 0 335661773 344698880 82985 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 84155 82985 145 302 0 83850 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 336620

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: 1.00 1.01 1.00 2/65 12912
/proc/meminfo: memFree=1526256/2055920 swapFree=4183892/4192956
[pid=12713] ppid=12711 vsize=336620 CPUtime=1200.05
/proc/12713/stat : 12713 (Spear-32) R 12711 12713 11098 0 -1 4194304 85995 0 0 0 119827 178 0 0 25 0 1 0 335661773 344698880 82985 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 84155 82985 145 302 0 83850 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 336620

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.11
CPU user time (s): 1198.28
CPU system time (s): 1.83672
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 336620

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

runsolver used 0.906862 second user time and 2.47062 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Mar  6 04:57:38 UTC 2007

IDJOB= 330103
IDBENCH= 20555
IDSOLVER= 131
FILE ID= node41/330103-1173157058

PBS_JOBID= 4015204

Free space on /tmp= 66526 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k45.cnf
COMMAND LINE= /tmp/evaluation/330103-1173157058/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330103-1173157058/instance-330103-1173157058.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-330103-1173157058 -o ROOT/results/node41/solver-330103-1173157058 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330103-1173157058/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330103-1173157058/instance-330103-1173157058.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2cd6ab0857f39a86290a508952e3dd75

RANDOM SEED= 151545770

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1859592 kB
Buffers:          7676 kB
Cached:         108828 kB
SwapCached:       2972 kB
Active:          31560 kB
Inactive:        96872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859592 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:           10260 kB
Writeback:           0 kB
Mapped:          18056 kB
Slab:            53900 kB
Committed_AS:   667588 kB
PageTables:       1484 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= 66526 MiB

End job on node41 on Tue Mar  6 05:17:41 UTC 2007