Trace number 329263

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.15 1200.48

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k65.cnf
MD5SUM0e7272c44cfc0ff08090f3e62c18898b
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 variables42292
Number of clauses158485
Sum of the clauses size426607
Maximum clause length37
Minimum clause length1
Number of clauses of size 1863
Number of clauses of size 278881
Number of clauses of size 372690
Number of clauses of size 4346
Number of clauses of size 5665
Number of clauses of size over 55040

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

[startup+0.0534411 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 21175
/proc/meminfo: memFree=945696/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=2624 CPUtime=0.05
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 462 0 0 0 5 0 0 0 18 0 1 0 333562468 2686976 446 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135262058 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 656 446 129 302 0 351 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2624

[startup+0.101444 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 21175
/proc/meminfo: memFree=945696/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=4608 CPUtime=0.09
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 954 0 0 0 9 0 0 0 18 0 1 0 333562468 4718592 832 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 1152 832 129 302 0 847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4608

[startup+0.301464 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 21175
/proc/meminfo: memFree=945696/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=10192 CPUtime=0.29
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 2679 0 0 0 27 2 0 0 19 0 1 0 333562468 10436608 2249 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 2548 2249 129 302 0 2243 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10192

[startup+0.701501 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 21175
/proc/meminfo: memFree=945696/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=16716 CPUtime=0.69
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 4586 0 0 0 65 4 0 0 22 0 1 0 333562468 17117184 3543 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 4179 3543 140 302 0 3874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16716

[startup+1.50158 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=931672/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=17492 CPUtime=1.49
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 4787 0 0 0 145 4 0 0 25 0 1 0 333562468 17911808 3744 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 4373 3744 140 302 0 4068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17492

[startup+3.10173 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=930520/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=18520 CPUtime=3.09
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 5040 0 0 0 304 5 0 0 25 0 1 0 333562468 18964480 3997 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 4630 3997 140 302 0 4325 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18520

[startup+6.30104 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=928984/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=19668 CPUtime=6.28
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 5315 0 0 0 623 5 0 0 25 0 1 0 333562468 20140032 4272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 4917 4272 140 302 0 4612 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19668

[startup+12.7017 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=926248/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=22468 CPUtime=12.69
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 6044 0 0 0 1262 7 0 0 25 0 1 0 333562468 23007232 5001 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 5617 5001 140 302 0 5312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22468

[startup+25.5019 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=919080/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=29508 CPUtime=25.49
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 7805 0 0 0 2538 11 0 0 25 0 1 0 333562468 30216192 6729 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 7377 6729 140 302 0 7072 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29508

[startup+51.1013 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=904616/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=44476 CPUtime=51.07
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 11561 0 0 0 5086 21 0 0 25 0 1 0 333562468 45543424 10420 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 11119 10420 140 302 0 10814 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44476

[startup+102.304 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=876008/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=72544 CPUtime=102.26
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 18607 0 0 0 10193 33 0 0 25 0 1 0 333562468 74285056 17466 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 18136 17466 140 302 0 17831 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72544

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=856744/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=92104 CPUtime=162.25
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 23473 0 0 0 16182 43 0 0 25 0 1 0 333562468 94314496 22332 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 23026 22332 140 302 0 22721 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 92104

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=841256/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=107760 CPUtime=222.23
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 27399 0 0 0 22170 53 0 0 25 0 1 0 333562468 110346240 26129 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 26940 26129 140 302 0 26635 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 107760

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=828136/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=120936 CPUtime=282.21
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 30704 0 0 0 28160 61 0 0 25 0 1 0 333562468 123838464 29434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 30234 29434 140 302 0 29929 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 120936

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=811688/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=137460 CPUtime=342.19
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 34828 0 0 0 34150 69 0 0 25 0 1 0 333562468 140759040 33558 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 34365 33558 140 302 0 34060 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 137460

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=798824/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=150300 CPUtime=402.17
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 38052 0 0 0 40140 77 0 0 25 0 1 0 333562468 153907200 36782 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 37575 36782 140 302 0 37270 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 150300

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=789736/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=159124 CPUtime=462.16
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 40280 0 0 0 46133 83 0 0 25 0 1 0 333562468 162942976 39010 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 39781 39010 140 302 0 39476 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 159124

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=781160/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=167924 CPUtime=522.15
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 42440 0 0 0 52125 90 0 0 25 0 1 0 333562468 171954176 41170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 41981 41170 140 302 0 41676 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 167924

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=773224/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=176760 CPUtime=582.13
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 44672 0 0 0 58119 94 0 0 25 0 1 0 333562468 181002240 43145 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 44190 43145 140 302 0 43885 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 176760

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=765480/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=184520 CPUtime=642.12
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 46584 0 0 0 64113 99 0 0 25 0 1 0 333562468 188948480 45057 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 46130 45057 140 302 0 45825 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 184520

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=758376/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=191620 CPUtime=702.1
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 48346 0 0 0 70107 103 0 0 25 0 1 0 333562468 196218880 46819 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 47905 46819 140 302 0 47600 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 191620

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=557800/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=440376 CPUtime=762.08
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 109886 0 0 0 76071 137 0 0 25 0 1 0 333562468 450945024 96863 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 110094 96863 145 302 0 109789 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 440376

[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=544808/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=453492 CPUtime=822.06
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 113145 0 0 0 82062 144 0 0 25 0 1 0 333562468 464375808 100122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 113373 100122 145 302 0 113068 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 453492

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=534184/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=463996 CPUtime=882.05
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 115773 0 0 0 88053 152 0 0 25 0 1 0 333562468 475131904 102750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 115999 102750 145 302 0 115694 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 463996

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 21176
/proc/meminfo: memFree=524456/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=473704 CPUtime=942.03
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 118225 0 0 0 94047 156 0 0 25 0 1 0 333562468 485072896 105202 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 118426 105202 145 302 0 118121 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 473704

[startup+1002.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 21176
/proc/meminfo: memFree=514856/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=483228 CPUtime=1002.02
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 120596 0 0 0 100040 162 0 0 25 0 1 0 333562468 494825472 107573 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 120807 107573 145 302 0 120502 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 483228

[startup+1062.3 s]
/proc/loadavg: 1.09 1.03 1.00 2/65 21176
/proc/meminfo: memFree=505832/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=492196 CPUtime=1062
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 122859 0 0 0 106033 167 0 0 25 0 1 0 333562468 504008704 109836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 123049 109836 145 302 0 122744 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 492196

[startup+1122.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 21176
/proc/meminfo: memFree=495912/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=502048 CPUtime=1121.98
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 125305 0 0 0 112026 172 0 0 25 0 1 0 333562468 514097152 112282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 125512 112282 145 302 0 125207 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 502048

[startup+1182.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 21176
/proc/meminfo: memFree=487592/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=510424 CPUtime=1181.96
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 127390 0 0 0 118019 177 0 0 25 0 1 0 333562468 522674176 114367 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 127606 114367 145 302 0 127301 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 510424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 21176
/proc/meminfo: memFree=485288/2055920 swapFree=4183804/4192956
[pid=21175] ppid=21173 vsize=512580 CPUtime=1200.06
/proc/21175/stat : 21175 (Spear-32) R 21173 21175 20823 0 -1 4194304 127939 0 0 0 119827 179 0 0 25 0 1 0 333562468 524881920 114916 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21175/statm: 128145 114916 145 302 0 127840 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 512580

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.48
CPU time (s): 1200.15
CPU user time (s): 1198.28
CPU system time (s): 1.86971
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 512580

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

runsolver used 0.867868 second user time and 2.43663 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Mar  5 23:07:40 UTC 2007

IDJOB= 329263
IDBENCH= 20535
IDSOLVER= 131
FILE ID= node55/329263-1173136060

PBS_JOBID= 4015194

Free space on /tmp= 66504 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0e7272c44cfc0ff08090f3e62c18898b

RANDOM SEED= 559795197

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.247
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.247
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:        946104 kB
Buffers:         38696 kB
Cached:         986840 kB
SwapCached:       3100 kB
Active:          57628 kB
Inactive:       977376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        946104 kB
SwapTotal:     4192956 kB
SwapFree:      4183804 kB
Dirty:            5372 kB
Writeback:           0 kB
Mapped:          15512 kB
Slab:            60892 kB
Committed_AS:   958820 kB
PageTables:       1380 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= 66504 MiB

End job on node55 on Mon Mar  5 23:27:43 UTC 2007