Trace number 330314

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.12 1200.56

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k95.cnf
MD5SUMec60cdb71ea92567bd4e601ded06ca2b
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark630.806
Satisfiable
(Un)Satisfiability was proved
Number of variables196444
Number of clauses817419
Sum of the clauses size2098091
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2580015
Number of clauses of size 3153676
Number of clauses of size 429154
Number of clauses of size 516609
Number of clauses of size over 535893

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/330314-1173162022/instance-330314-1173162022.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/node48/watcher-330314-1173162022 -o ROOT/results/node48/solver-330314-1173162022 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330314-1173162022/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/330314-1173162022/instance-330314-1173162022.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.93 0.99 0.99 3/64 19003
/proc/meminfo: memFree=956032/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=1396 CPUtime=0
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 41996322 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 349 138 121 302 0 44 0

[startup+0.0517169 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 19003
/proc/meminfo: memFree=956032/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=1396 CPUtime=0.04
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 154 0 0 0 4 0 0 0 18 0 1 0 41996322 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1396

[startup+0.101725 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 19003
/proc/meminfo: memFree=956032/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=1396 CPUtime=0.09
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 171 0 0 0 9 0 0 0 18 0 1 0 41996322 1429504 155 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 349 156 128 302 0 44 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1396

[startup+0.30176 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 19003
/proc/meminfo: memFree=956032/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=8964 CPUtime=0.29
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 2321 0 0 0 27 2 0 0 19 0 1 0 41996322 9179136 1891 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 2241 1891 129 302 0 1936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8964

[startup+0.701828 s]
/proc/loadavg: 0.93 0.99 0.99 3/64 19003
/proc/meminfo: memFree=956032/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=25940 CPUtime=0.69
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 6531 0 0 0 62 7 0 0 22 0 1 0 41996322 26562560 5072 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 6485 5074 129 302 0 6180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25940

[startup+1.50196 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 19004
/proc/meminfo: memFree=927224/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=54888 CPUtime=1.49
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 15757 0 0 0 132 17 0 0 25 0 1 0 41996322 56205312 11283 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 13722 11284 129 302 0 13417 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54888

[startup+3.10124 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 19004
/proc/meminfo: memFree=894328/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=69500 CPUtime=3.09
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 20560 0 0 0 285 24 0 0 25 0 1 0 41996322 71168000 15988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 17375 15988 140 302 0 17070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69500

[startup+6.30179 s]
/proc/loadavg: 0.93 0.99 0.99 2/65 19004
/proc/meminfo: memFree=891448/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=70540 CPUtime=6.29
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 20894 0 0 0 602 27 0 0 25 0 1 0 41996322 72232960 16322 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 17635 16322 140 302 0 17330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70540

[startup+12.7029 s]
/proc/loadavg: 0.94 0.99 0.99 2/65 19004
/proc/meminfo: memFree=889288/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=72748 CPUtime=12.69
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 21421 0 0 0 1240 29 0 0 25 0 1 0 41996322 74493952 16849 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539882 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 18187 16849 140 302 0 17882 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72748

[startup+25.5011 s]
/proc/loadavg: 0.95 0.99 0.99 2/65 19004
/proc/meminfo: memFree=885640/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=76296 CPUtime=25.48
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 22341 0 0 0 2514 34 0 0 25 0 1 0 41996322 78127104 17736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 19074 17736 140 302 0 18769 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76296

[startup+51.1015 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 19004
/proc/meminfo: memFree=879176/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=83144 CPUtime=51.05
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 24062 0 0 0 5062 43 0 0 25 0 1 0 41996322 85139456 19392 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 20786 19392 140 302 0 20481 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 83144

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 19004
/proc/meminfo: memFree=864008/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=98400 CPUtime=102.24
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 27953 0 0 0 10162 62 0 0 25 0 1 0 41996322 100761600 23154 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527249 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 24600 23154 140 302 0 24295 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 98400

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=842632/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=120268 CPUtime=162.21
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 33506 0 0 0 16147 74 0 0 25 0 1 0 41996322 123154432 28578 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 30067 28578 140 302 0 29762 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 120268

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=823304/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=139120 CPUtime=222.19
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 38252 0 0 0 22135 84 0 0 25 0 1 0 41996322 142458880 33324 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538550 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 34780 33324 140 302 0 34475 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 139120

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=806280/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=156140 CPUtime=282.17
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 42514 0 0 0 28124 93 0 0 25 0 1 0 41996322 159887360 37586 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 39035 37586 140 302 0 38730 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 156140

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=793288/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=169760 CPUtime=342.15
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 45969 0 0 0 34108 107 0 0 25 0 1 0 41996322 173834240 40784 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 42440 40784 140 302 0 42135 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 169760

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=778056/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=185064 CPUtime=402.13
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 49803 0 0 0 40098 115 0 0 25 0 1 0 41996322 189505536 44618 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 46266 44618 140 302 0 45961 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 185064

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=763976/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=198852 CPUtime=462.11
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 53288 0 0 0 46081 130 0 0 25 0 1 0 41996322 203624448 48103 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 49713 48103 140 302 0 49408 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 198852

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=749320/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=213788 CPUtime=522.08
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 57034 0 0 0 52070 138 0 0 25 0 1 0 41996322 218918912 51849 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 53447 51849 140 302 0 53142 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 213788

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=736136/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=226728 CPUtime=582.06
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 60284 0 0 0 58061 145 0 0 25 0 1 0 41996322 232169472 55099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 56682 55099 140 302 0 56377 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 226728

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=722760/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=239976 CPUtime=642.05
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 63589 0 0 0 64053 152 0 0 25 0 1 0 41996322 245735424 58404 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 59994 58404 140 302 0 59689 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 239976

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=710344/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=252416 CPUtime=702.02
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 66711 0 0 0 70045 157 0 0 25 0 1 0 41996322 258473984 61526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 63104 61526 140 302 0 62799 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 252416

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=698888/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=263624 CPUtime=762.01
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 69536 0 0 0 76037 164 0 0 25 0 1 0 41996322 269950976 64351 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524786 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 65906 64351 140 302 0 65601 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 263624

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=688520/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=274116 CPUtime=821.99
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 72154 0 0 0 82029 170 0 0 25 0 1 0 41996322 280694784 66969 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 68529 66969 140 302 0 68224 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 274116

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=678088/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=284256 CPUtime=881.96
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 74721 0 0 0 88021 175 0 0 25 0 1 0 41996322 291078144 69536 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 71064 69536 140 302 0 70759 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 284256

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=668552/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=293820 CPUtime=941.94
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 77123 0 0 0 94014 180 0 0 25 0 1 0 41996322 300871680 71938 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 73455 71938 140 302 0 73150 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 293820

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=653832/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=308592 CPUtime=1001.92
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 80791 0 0 0 100004 188 0 0 25 0 1 0 41996322 315998208 75606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 77148 75606 140 302 0 76843 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 308592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=640264/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=322292 CPUtime=1061.9
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 84217 0 0 0 105996 194 0 0 25 0 1 0 41996322 330027008 79032 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 80573 79032 140 302 0 80268 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 322292

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=627336/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=334984 CPUtime=1121.88
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 87417 0 0 0 111988 200 0 0 25 0 1 0 41996322 343023616 82232 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 83746 82232 140 302 0 83441 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 334984

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=614408/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=347944 CPUtime=1181.86
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 90657 0 0 0 117980 206 0 0 25 0 1 0 41996322 356294656 85472 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 86986 85472 140 302 0 86681 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 347944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 19004
/proc/meminfo: memFree=610248/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=351960 CPUtime=1200.06
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 91654 0 0 0 119798 208 0 0 25 0 1 0 41996322 360407040 86469 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 87990 86469 140 302 0 87685 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 351960

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.99 0.99 2/65 19004
/proc/meminfo: memFree=610248/2055920 swapFree=4192812/4192956
[pid=19003] ppid=19001 vsize=351960 CPUtime=1200.06
/proc/19003/stat : 19003 (Spear-32) R 19001 19003 18698 0 -1 4194304 91654 0 0 0 119798 208 0 0 25 0 1 0 41996322 360407040 86469 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/19003/statm: 87990 86469 140 302 0 87685 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 351960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.12
CPU user time (s): 1197.98
CPU system time (s): 2.13568
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 351960

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

runsolver used 0.809876 second user time and 2.48262 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Tue Mar  6 06:20:24 UTC 2007

IDJOB= 330314
IDBENCH= 20560
IDSOLVER= 132
FILE ID= node48/330314-1173162022

PBS_JOBID= 4015241

Free space on /tmp= 66496 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ec60cdb71ea92567bd4e601ded06ca2b

RANDOM SEED= 261622437

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        956440 kB
Buffers:         39304 kB
Cached:         978036 kB
SwapCached:        144 kB
Active:         296864 kB
Inactive:       735944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21276 kB
Writeback:           0 kB
Mapped:          25460 kB
Slab:            52640 kB
Committed_AS:   103576 kB
PageTables:       1388 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= 66496 MiB

End job on node48 on Tue Mar  6 06:40:26 UTC 2007