Trace number 3349299

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
minisat hack: EBMiniSAT 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349299-1304978066/watcher-3349299-1304978066 -o /tmp/evaluation-result-3349299-1304978066/solver-3349299-1304978066 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349299-1304978066.cnf -verb=0 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 3.95 3.17 5/376 19915
/proc/meminfo: memFree=22643972/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=20892 CPUtime=0.01 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 1232 0 0 0 1 0 0 0 25 0 1 0 590222240 21393408 1142 33554432000 4194304 4293939 140734509475376 18446744073709551615 4260701 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 5223 1143 216 25 0 1856 0

[startup+0.030562 s]
/proc/loadavg: 3.88 3.95 3.17 5/376 19915
/proc/meminfo: memFree=22643972/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=23148 CPUtime=0.02 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 2158 0 0 0 2 0 0 0 25 0 1 0 590222240 23703552 1916 33554432000 4194304 4293939 140734509475376 18446744073709551615 4215722 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 5787 1917 222 25 0 2420 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23148

[startup+0.100579 s]
/proc/loadavg: 3.88 3.95 3.17 5/376 19915
/proc/meminfo: memFree=22643972/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=23148 CPUtime=0.09 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 2159 0 0 0 9 0 0 0 25 0 1 0 590222240 23703552 1917 33554432000 4194304 4293939 140734509475376 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 5787 1917 222 25 0 2420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23148

[startup+0.300538 s]
/proc/loadavg: 3.88 3.95 3.17 5/376 19915
/proc/meminfo: memFree=22643972/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=23952 CPUtime=0.29 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 2534 0 0 0 29 0 0 0 25 0 1 0 590222240 24526848 2281 33554432000 4194304 4293939 140734509475376 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 5988 2281 224 25 0 2621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23952

[startup+0.70046 s]
/proc/loadavg: 3.88 3.95 3.17 5/376 19915
/proc/meminfo: memFree=22643972/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=21912 CPUtime=0.69 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 3134 0 0 0 69 0 0 0 25 0 1 0 590222240 22437888 2149 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 5478 2149 243 25 0 2111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21912

[startup+1.50031 s]
/proc/loadavg: 3.88 3.95 3.17 5/377 19917
/proc/meminfo: memFree=22634052/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=24016 CPUtime=1.49 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 3639 0 0 0 149 0 0 0 25 0 1 0 590222240 24592384 2629 33554432000 4194304 4293939 140734509475376 18446744073709551615 4248945 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 6004 2629 243 25 0 2637 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24016

[startup+3.10101 s]
/proc/loadavg: 3.89 3.95 3.17 5/377 19917
/proc/meminfo: memFree=22628852/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=27856 CPUtime=3.09 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 4492 0 0 0 309 0 0 0 25 0 1 0 590222240 28524544 3467 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 6964 3467 243 25 0 3597 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27856

[startup+6.30041 s]
/proc/loadavg: 3.89 3.95 3.17 5/377 19917
/proc/meminfo: memFree=22616948/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=35304 CPUtime=6.29 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 6177 0 0 0 628 1 0 0 25 0 1 0 590222240 36151296 5122 33554432000 4194304 4293939 140734509475376 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 8826 5122 243 25 0 5459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35304

[startup+12.7012 s]
/proc/loadavg: 3.91 3.95 3.18 5/377 19917
/proc/meminfo: memFree=22609496/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=44888 CPUtime=12.69 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 11616 0 0 0 1267 2 0 0 25 0 1 0 590222240 45965312 6989 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 11222 6989 243 25 0 7855 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44888

[startup+25.5008 s]
/proc/loadavg: 3.92 3.95 3.19 5/377 19917
/proc/meminfo: memFree=22577180/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=63564 CPUtime=25.49 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 16827 0 0 0 2545 4 0 0 25 0 1 0 590222240 65089536 11933 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 15891 11933 243 25 0 12524 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63564

[startup+51.1009 s]
/proc/loadavg: 3.95 3.95 3.21 5/377 19945
/proc/meminfo: memFree=22532532/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=58180 CPUtime=51.09 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 21455 0 0 0 5105 4 0 0 25 0 1 0 590222240 59576320 9689 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 14545 9689 244 25 0 11178 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58180

[startup+102.314 s]
/proc/loadavg: 4.02 3.97 3.26 5/377 19946
/proc/meminfo: memFree=22496180/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=110872 CPUtime=102.3 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 36645 0 0 0 10224 6 0 0 25 0 1 0 590222240 113532928 18876 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 27718 18876 244 25 0 24351 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 110872

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.30 5/377 19948
/proc/meminfo: memFree=22305504/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=110872 CPUtime=162.29 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 37094 0 0 0 16223 6 0 0 25 0 1 0 590222240 113532928 19314 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 27718 19314 244 25 0 24351 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110872

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.34 5/377 19949
/proc/meminfo: memFree=22348612/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=110872 CPUtime=222.29 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 37094 0 0 0 22223 6 0 0 25 0 1 0 590222240 113532928 19314 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 27718 19314 244 25 0 24351 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110872

[startup+282.3 s]
/proc/loadavg: 4.07 4.00 3.39 5/377 19951
/proc/meminfo: memFree=22397912/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=110872 CPUtime=282.3 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 42304 0 0 0 28222 8 0 0 25 0 1 0 590222240 113532928 24285 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 27718 24285 244 25 0 24351 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110872

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.43 5/377 19953
/proc/meminfo: memFree=22203916/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=174780 CPUtime=342.3 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 62928 0 0 0 34219 11 0 0 25 0 1 0 590222240 178974720 37206 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 43695 37206 244 25 0 40328 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 174780

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.46 5/377 19963
/proc/meminfo: memFree=22287160/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=402.3 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 71931 0 0 0 40216 14 0 0 25 0 1 0 590222240 128471040 28174 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28174 244 25 0 27998 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125460

[startup+462.3 s]
/proc/loadavg: 4.05 4.01 3.49 5/374 19968
/proc/meminfo: memFree=22418568/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=462.31 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 71931 0 0 0 46217 14 0 0 25 0 1 0 590222240 128471040 28174 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28174 244 25 0 27998 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 125460

[startup+522.301 s]
/proc/loadavg: 4.18 4.04 3.53 5/377 19993
/proc/meminfo: memFree=21914664/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=522.31 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 71931 0 0 0 52217 14 0 0 25 0 1 0 590222240 128471040 28174 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255723 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28174 244 25 0 27998 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 125460

[startup+582.301 s]
/proc/loadavg: 4.20 4.06 3.57 5/377 19995
/proc/meminfo: memFree=21693828/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=582.31 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 71931 0 0 0 58217 14 0 0 25 0 1 0 590222240 128471040 28174 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28174 244 25 0 27998 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125460

[startup+642.3 s]
/proc/loadavg: 4.07 4.05 3.59 5/377 19997
/proc/meminfo: memFree=21654964/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=174780 CPUtime=642.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 79887 0 0 0 64218 14 0 0 25 0 1 0 590222240 178974720 36116 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 43695 36116 244 25 0 40328 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 174780

[startup+702.301 s]
/proc/loadavg: 4.02 4.04 3.62 5/377 19998
/proc/meminfo: memFree=21428116/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=702.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 80124 0 0 0 70217 15 0 0 25 0 1 0 590222240 128471040 28175 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28175 244 25 0 27998 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 125460

[startup+762.315 s]
/proc/loadavg: 4.01 4.03 3.64 5/377 20000
/proc/meminfo: memFree=21199908/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=762.33 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 88215 0 0 0 76217 16 0 0 25 0 1 0 590222240 128471040 28175 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28175 244 25 0 27998 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 125460

[startup+822.3 s]
/proc/loadavg: 3.45 3.87 3.61 4/371 20018
/proc/meminfo: memFree=21337876/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=125460 CPUtime=822.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 88215 0 0 0 82216 16 0 0 25 0 1 0 590222240 128471040 28175 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 31365 28175 244 25 0 27998 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 125460

[startup+882.301 s]
/proc/loadavg: 2.72 3.59 3.53 3/365 20038
/proc/meminfo: memFree=21214284/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=144420 CPUtime=882.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 99983 0 0 0 88214 18 0 0 25 0 1 0 590222240 147886080 31793 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36105 31793 244 25 0 32738 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 144420

[startup+942.301 s]
/proc/loadavg: 2.34 3.32 3.44 3/365 20040
/proc/meminfo: memFree=21047212/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=942.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 101351 0 0 0 94214 18 0 0 25 0 1 0 590222240 149999616 33106 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33106 244 25 0 33254 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 146484

[startup+1002.3 s]
/proc/loadavg: 2.12 3.08 3.34 3/365 20041
/proc/meminfo: memFree=20855716/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=1002.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 110223 0 0 0 100212 20 0 0 25 0 1 0 590222240 149999616 33431 33554432000 4194304 4293939 140734509475376 18446744073709551615 4248917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33431 244 25 0 33254 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 146484

[startup+1062.3 s]
/proc/loadavg: 2.04 2.88 3.26 3/365 20043
/proc/meminfo: memFree=20707868/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=1062.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 110223 0 0 0 106212 20 0 0 25 0 1 0 590222240 149999616 33431 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256279 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33431 244 25 0 33254 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 146484

[startup+1122.3 s]
/proc/loadavg: 2.06 2.73 3.18 3/365 20044
/proc/meminfo: memFree=20540660/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=1122.32 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 118032 0 0 0 112211 21 0 0 25 0 1 0 590222240 149999616 33431 33554432000 4194304 4293939 140734509475376 18446744073709551615 4256016 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33431 244 25 0 33254 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 146484

[startup+1182.3 s]
/proc/loadavg: 2.02 2.59 3.10 3/365 20046
/proc/meminfo: memFree=20240140/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=195804 CPUtime=1182.33 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 127766 0 0 0 118210 23 0 0 25 0 1 0 590222240 200503296 43099 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 48951 43099 244 25 0 45584 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 195804

[startup+1242.3 s]
/proc/loadavg: 2.00 2.48 3.03 3/365 20048
/proc/meminfo: memFree=20107764/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=1242.33 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 136599 0 0 0 124209 24 0 0 25 0 1 0 590222240 149999616 33440 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33440 244 25 0 33254 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 146484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.40 2.97 3/365 20049
/proc/meminfo: memFree=19957920/32951124 swapFree=66341944/67111528
[pid=19915] ppid=19913 vsize=146484 CPUtime=1300.04 cores=0,2
/proc/19915/stat : 19915 (ebminisat_relea) R 19913 19915 19655 0 -1 4202496 145657 0 0 0 129979 25 0 0 25 0 1 0 590222240 149999616 33440 33554432000 4194304 4293939 140734509475376 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19915/statm: 36621 33440 244 25 0 33254 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 146484

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): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.8
CPU system time (s): 0.264959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 195804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.264959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145657
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= 7
involuntary context switches= 3139

runsolver used 4.89825 second user time and 10.4894 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 23:54:26
IDJOB=3349299
IDBENCH=71089
IDSOLVER=1812
FILE ID=node141/3349299-1304978066
RUNJOBID= node141-1304976739-19673
PBS_JOBID= 13285672
Free space on /tmp= 49268 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349299-1304978066/watcher-3349299-1304978066 -o /tmp/evaluation-result-3349299-1304978066/solver-3349299-1304978066 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349299-1304978066.cnf  -verb=0

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1522354748

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22644128 kB
Buffers:        149788 kB
Cached:        4471912 kB
SwapCached:      22608 kB
Active:        2800272 kB
Inactive:      7297144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22644128 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           37012 kB
Writeback:           0 kB
AnonPages:     5459236 kB
Mapped:          19780 kB
Slab:           108672 kB
PageTables:      39160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86576560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 49184 MiB
End job on node141 at 2011-05-10 00:16:08