Trace number 330397

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.13 1200.66

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k35.cnf
MD5SUMe2ce53da4f00ba19b35d5b71c6e657f7
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 variables70924
Number of clauses294099
Sum of the clauses size752291
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2207955
Number of clauses of size 354916
Number of clauses of size 410434
Number of clauses of size 55929
Number of clauses of size over 512793

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/330397-1173164253/instance-330397-1173164253.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/node15/watcher-330397-1173164253 -o ROOT/results/node15/solver-330397-1173164253 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330397-1173164253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330397-1173164253/instance-330397-1173164253.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 0.99 0.98 3/77 21402
/proc/meminfo: memFree=1788736/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=1396 CPUtime=0
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 336379706 1429504 138 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 349 138 121 302 0 44 0

[startup+0.055373 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 21402
/proc/meminfo: memFree=1788736/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=2212 CPUtime=0.04
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 358 0 0 0 4 0 0 0 18 0 1 0 336379706 2265088 342 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 553 342 129 302 0 248 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2212

[startup+0.10138 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 21402
/proc/meminfo: memFree=1788736/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=4340 CPUtime=0.09
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 897 0 0 0 9 0 0 0 18 0 1 0 336379706 4444160 775 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134533777 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 1085 775 129 302 0 780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4340

[startup+0.301415 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 21402
/proc/meminfo: memFree=1788736/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=10416 CPUtime=0.29
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 2786 0 0 0 27 2 0 0 19 0 1 0 336379706 10665984 2356 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 2604 2356 129 302 0 2299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10416

[startup+0.701486 s]
/proc/loadavg: 1.00 0.99 0.98 3/77 21402
/proc/meminfo: memFree=1788736/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=28728 CPUtime=0.69
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 7602 0 0 0 63 6 0 0 23 0 1 0 336379706 29417472 6143 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135103330 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 7182 6143 129 302 0 6877 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28728

[startup+1.50162 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1761848/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=38784 CPUtime=1.49
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 10709 0 0 0 141 8 0 0 25 0 1 0 336379706 39714816 8527 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134529066 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 9696 8527 145 302 0 9391 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38784

[startup+3.1019 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1754424/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=39752 CPUtime=3.09
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 11038 0 0 0 300 9 0 0 25 0 1 0 336379706 40706048 8760 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 9938 8760 145 302 0 9633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39752

[startup+6.30144 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1752760/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=41292 CPUtime=6.29
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 11412 0 0 0 618 11 0 0 25 0 1 0 336379706 42283008 9134 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 10323 9134 145 302 0 10018 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41292

[startup+12.7025 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1749176/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=44872 CPUtime=12.69
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 12286 0 0 0 1255 14 0 0 25 0 1 0 336379706 45948928 10008 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134529798 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 11218 10008 145 302 0 10913 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44872

[startup+25.5017 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1742200/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=51856 CPUtime=25.48
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 14065 0 0 0 2529 19 0 0 25 0 1 0 336379706 53100544 11754 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 12964 11754 145 302 0 12659 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51856

[startup+51.1011 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1731832/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=62412 CPUtime=51.08
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 16733 0 0 0 5080 28 0 0 25 0 1 0 336379706 63909888 14357 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 15603 14357 145 302 0 15298 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62412

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1712760/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=81108 CPUtime=102.26
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 21443 0 0 0 10187 39 0 0 25 0 1 0 336379706 83054592 19067 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 20277 19067 145 302 0 19972 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 81108

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21403
/proc/meminfo: memFree=1692984/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=101332 CPUtime=162.23
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 26536 0 0 0 16172 51 0 0 25 0 1 0 336379706 103763968 24031 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 25333 24031 145 302 0 25028 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 101332

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/84 21477
/proc/meminfo: memFree=1673928/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=118880 CPUtime=222.18
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 30926 0 0 0 22157 61 0 0 25 0 1 0 336379706 121733120 28421 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 29720 28421 145 302 0 29415 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 118880

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/84 21575
/proc/meminfo: memFree=1655624/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=137392 CPUtime=282.11
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 35557 0 0 0 28141 70 0 0 25 0 1 0 336379706 140689408 33052 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 34348 33052 145 302 0 34043 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 137392

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1638456/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=155368 CPUtime=342.06
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 40063 0 0 0 34125 81 0 0 25 0 1 0 336379706 159096832 37558 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 38842 37558 145 302 0 38537 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 155368

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1621880/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=171988 CPUtime=402.05
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 44229 0 0 0 40115 90 0 0 25 0 1 0 336379706 176115712 41724 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 42997 41724 145 302 0 42692 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 171988

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 3/78 21601
/proc/meminfo: memFree=1606072/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=187632 CPUtime=462.02
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 48146 0 0 0 46103 99 0 0 25 0 1 0 336379706 192135168 45641 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 46908 45641 145 302 0 46603 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 187632

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1590712/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=203984 CPUtime=522.01
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 52255 0 0 0 52093 108 0 0 25 0 1 0 336379706 208879616 49493 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524846 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 50996 49493 145 302 0 50691 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 203984

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1574840/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=219896 CPUtime=581.98
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 56198 0 0 0 58081 117 0 0 25 0 1 0 336379706 225173504 53436 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 54974 53436 145 302 0 54669 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 219896

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1561848/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=232684 CPUtime=641.96
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 59413 0 0 0 64072 124 0 0 25 0 1 0 336379706 238268416 56651 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 58171 56651 145 302 0 57866 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 232684

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1551160/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=243512 CPUtime=701.94
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 62100 0 0 0 70063 131 0 0 25 0 1 0 336379706 249356288 59338 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 60878 59338 145 302 0 60573 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 243512

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1539640/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=254888 CPUtime=761.92
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 64960 0 0 0 76054 138 0 0 25 0 1 0 336379706 261005312 62198 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 63722 62198 145 302 0 63417 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 254888

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1529208/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=265484 CPUtime=821.9
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 67590 0 0 0 82044 146 0 0 25 0 1 0 336379706 271855616 64828 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 66371 64828 145 302 0 66066 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 265484

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1518648/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=275796 CPUtime=881.87
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 70208 0 0 0 88036 151 0 0 25 0 1 0 336379706 282415104 67446 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 68949 67446 145 302 0 68644 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 275796

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1508600/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=286040 CPUtime=941.86
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 72733 0 0 0 94029 157 0 0 25 0 1 0 336379706 292904960 69971 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 71510 69971 145 302 0 71205 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 286040

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1498296/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=296160 CPUtime=1001.84
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 75267 0 0 0 100020 164 0 0 25 0 1 0 336379706 303267840 72505 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 74040 72505 145 302 0 73735 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 296160

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1487160/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=307532 CPUtime=1061.82
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 78099 0 0 0 106011 171 0 0 25 0 1 0 336379706 314912768 75337 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134524662 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 76883 75337 145 302 0 76578 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 307532

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1476728/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=317740 CPUtime=1121.79
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 80647 0 0 0 112003 176 0 0 25 0 1 0 336379706 325365760 77885 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134525057 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 79435 77885 145 302 0 79130 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 317740

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1468152/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=326484 CPUtime=1181.77
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 82805 0 0 0 117993 184 0 0 25 0 1 0 336379706 334319616 80043 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 81621 80043 145 302 0 81316 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 326484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 21601
/proc/meminfo: memFree=1465592/2055920 swapFree=4152980/4192956
[pid=21402] ppid=21400 vsize=328948 CPUtime=1200.07
/proc/21402/stat : 21402 (Spear-32) R 21400 21402 21008 0 -1 4194304 83411 0 0 0 119820 187 0 0 25 0 1 0 336379706 336842752 80649 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21402/statm: 82237 80649 145 302 0 81932 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 328948

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.66
CPU time (s): 1200.13
CPU user time (s): 1198.21
CPU system time (s): 1.92571
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 328948

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

runsolver used 1.24881 second user time and 3.12552 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Mar  6 06:57:33 UTC 2007

IDJOB= 330397
IDBENCH= 20562
IDSOLVER= 131
FILE ID= node15/330397-1173164253

PBS_JOBID= 4015009

Free space on /tmp= 66444 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.k35.cnf
COMMAND LINE= /tmp/evaluation/330397-1173164253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330397-1173164253/instance-330397-1173164253.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-330397-1173164253 -o ROOT/results/node15/solver-330397-1173164253 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330397-1173164253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330397-1173164253/instance-330397-1173164253.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e2ce53da4f00ba19b35d5b71c6e657f7

RANDOM SEED= 525391938

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1789144 kB
Buffers:         33672 kB
Cached:         159004 kB
SwapCached:       2076 kB
Active:          75496 kB
Inactive:       139700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789144 kB
SwapTotal:     4192956 kB
SwapFree:      4152980 kB
Dirty:            8332 kB
Writeback:           0 kB
Mapped:          30628 kB
Slab:            37064 kB
Committed_AS:  1263956 kB
PageTables:       1800 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= 66444 MiB

End job on node15 on Tue Mar  6 07:17:36 UTC 2007