Trace number 3318191

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: MiniSAT 2.2.0-agile-26? (TO) 1300.07 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-3318191-1304900245/watcher-3318191-1304900245 -o /tmp/evaluation-result-3318191-1304900245/solver-3318191-1304900245 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318191-1304900245.cnf 

running on 2 cores: 1,3

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.04 4/376 15088
/proc/meminfo: memFree=22496084/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=21088 CPUtime=0 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 1265 0 0 0 0 0 0 0 25 0 1 0 582440079 21594112 1170 33554432000 4194304 4291235 140733815615232 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5272 1170 214 24 0 1906 0

[startup+0.0148171 s]
/proc/loadavg: 3.88 3.95 3.04 4/376 15088
/proc/meminfo: memFree=22496084/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=21300 CPUtime=0.01 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 1401 0 0 0 1 0 0 0 25 0 1 0 582440079 21811200 1260 33554432000 4194304 4291235 140733815615232 18446744073709551615 4200783 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5325 1261 214 24 0 1959 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21300

[startup+0.100842 s]
/proc/loadavg: 3.88 3.95 3.04 4/376 15088
/proc/meminfo: memFree=22496084/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=23140 CPUtime=0.09 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 2176 0 0 0 9 0 0 0 25 0 1 0 582440079 23695360 1931 33554432000 4194304 4291235 140733815615232 18446744073709551615 4229936 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5785 1931 237 24 0 2419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23140

[startup+0.300801 s]
/proc/loadavg: 3.88 3.95 3.04 4/376 15088
/proc/meminfo: memFree=22496084/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=23944 CPUtime=0.29 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 2551 0 0 0 29 0 0 0 25 0 1 0 582440079 24518656 2295 33554432000 4194304 4291235 140733815615232 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5986 2295 239 24 0 2620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23944

[startup+0.700726 s]
/proc/loadavg: 3.88 3.95 3.04 4/376 15088
/proc/meminfo: memFree=22496084/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=21904 CPUtime=0.69 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 3242 0 0 0 69 0 0 0 25 0 1 0 582440079 22429696 2249 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5476 2249 257 24 0 2110 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21904

[startup+1.50057 s]
/proc/loadavg: 3.88 3.95 3.04 5/377 15089
/proc/meminfo: memFree=22483996/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=23852 CPUtime=1.49 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 3717 0 0 0 149 0 0 0 25 0 1 0 582440079 24424448 2714 33554432000 4194304 4291235 140733815615232 18446744073709551615 264726101771 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 5963 2714 257 24 0 2597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23852

[startup+3.10028 s]
/proc/loadavg: 3.88 3.95 3.04 5/377 15089
/proc/meminfo: memFree=22475936/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=28420 CPUtime=3.09 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 4752 0 0 0 308 1 0 0 25 0 1 0 582440079 29102080 3738 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 7105 3738 257 24 0 3739 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28420

[startup+6.30067 s]
/proc/loadavg: 3.89 3.95 3.04 5/377 15089
/proc/meminfo: memFree=22461868/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=35900 CPUtime=6.29 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 6011 0 0 0 628 1 0 0 25 0 1 0 582440079 36761600 4984 33554432000 4194304 4291235 140733815615232 18446744073709551615 4248920 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 8975 4984 257 24 0 5609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35900

[startup+12.7005 s]
/proc/loadavg: 3.90 3.95 3.05 5/377 15090
/proc/meminfo: memFree=22441012/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=38152 CPUtime=12.69 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 10536 0 0 0 1267 2 0 0 25 0 1 0 582440079 39067648 6028 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 9538 6028 257 24 0 6172 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38152

[startup+25.501 s]
/proc/loadavg: 3.92 3.95 3.06 5/377 15090
/proc/meminfo: memFree=22398244/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=54108 CPUtime=25.49 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 14554 0 0 0 2546 3 0 0 25 0 1 0 582440079 55406592 9822 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 13527 9822 257 24 0 10161 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54108

[startup+51.1002 s]
/proc/loadavg: 3.95 3.95 3.09 5/377 15091
/proc/meminfo: memFree=22345632/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=67840 CPUtime=51.09 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 18401 0 0 0 5104 5 0 0 25 0 1 0 582440079 69468160 13477 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 16960 13477 257 24 0 13594 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67840

[startup+102.314 s]
/proc/loadavg: 4.09 3.99 3.14 5/377 15147
/proc/meminfo: memFree=22096076/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=107940 CPUtime=102.3 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 28591 0 0 0 10222 8 0 0 25 0 1 0 582440079 110530560 17257 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 26985 17257 257 24 0 23619 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107940

[startup+162.3 s]
/proc/loadavg: 4.03 3.99 3.19 6/377 15176
/proc/meminfo: memFree=22801468/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=107940 CPUtime=162.29 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 34042 0 0 0 16220 9 0 0 25 0 1 0 582440079 110530560 22462 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 26985 22462 257 24 0 23619 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107940

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.25 6/377 15177
/proc/meminfo: memFree=22578304/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=162844 CPUtime=222.3 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 57294 0 0 0 22217 13 0 0 25 0 1 0 582440079 166752256 33416 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 40711 33416 258 24 0 37345 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 162844

[startup+282.3 s]
/proc/loadavg: 4.05 4.01 3.29 6/377 15179
/proc/meminfo: memFree=22436916/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=282.3 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 71940 0 0 0 28214 16 0 0 25 0 1 0 582440079 179548160 36774 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 36774 258 24 0 40469 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175340

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.34 6/377 15180
/proc/meminfo: memFree=22304696/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=342.3 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 74808 0 0 0 34213 17 0 0 25 0 1 0 582440079 179548160 39581 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 39581 258 24 0 40469 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 175340

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.38 6/377 15182
/proc/meminfo: memFree=22205836/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=126020 CPUtime=402.31 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 75834 0 0 0 40213 18 0 0 25 0 1 0 582440079 129044480 28294 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 31505 28294 258 24 0 28139 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 126020

[startup+462.3 s]
/proc/loadavg: 4.08 4.02 3.42 6/377 15186
/proc/meminfo: memFree=22020792/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=462.3 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 84491 0 0 0 46212 18 0 0 25 0 1 0 582440079 179548160 36912 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 36912 258 24 0 40469 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 175340

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.46 6/377 15188
/proc/meminfo: memFree=21909576/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=126020 CPUtime=522.31 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 92948 0 0 0 52211 20 0 0 25 0 1 0 582440079 129044480 28295 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 126020

[startup+582.301 s]
/proc/loadavg: 4.10 4.04 3.49 6/377 15190
/proc/meminfo: memFree=21896024/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=126020 CPUtime=582.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 92948 0 0 0 58212 20 0 0 25 0 1 0 582440079 129044480 28295 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 126020

[startup+642.3 s]
/proc/loadavg: 4.16 4.06 3.53 6/377 15191
/proc/meminfo: memFree=21742972/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=642.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 100909 0 0 0 64212 21 0 0 25 0 1 0 582440079 179548160 36246 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 36246 258 24 0 40469 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 175340

[startup+702.301 s]
/proc/loadavg: 4.06 4.05 3.56 6/377 15193
/proc/meminfo: memFree=21597220/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=702.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 101938 0 0 0 70211 21 0 0 25 0 1 0 582440079 179548160 37251 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 37251 258 24 0 40469 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 175340

[startup+762.314 s]
/proc/loadavg: 3.67 3.95 3.55 5/371 15213
/proc/meminfo: memFree=21504620/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=175340 CPUtime=762.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 103163 0 0 0 76211 22 0 0 25 0 1 0 582440079 179548160 38445 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 43835 38445 258 24 0 40469 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 175340

[startup+822.3 s]
/proc/loadavg: 3.32 3.79 3.52 5/371 15214
/proc/meminfo: memFree=21389628/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=126020 CPUtime=822.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 103690 0 0 0 82210 22 0 0 25 0 1 0 582440079 129044480 28295 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 31505 28295 258 24 0 28139 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 126020

[startup+882.301 s]
/proc/loadavg: 3.12 3.65 3.49 5/371 15216
/proc/meminfo: memFree=21205452/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=148000 CPUtime=882.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 107870 0 0 0 88209 23 0 0 25 0 1 0 582440079 151552000 32435 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 37000 32435 258 24 0 33634 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 148000

[startup+942.301 s]
/proc/loadavg: 3.04 3.53 3.45 5/371 15217
/proc/meminfo: memFree=21002180/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=197320 CPUtime=942.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 117068 0 0 0 94207 25 0 0 25 0 1 0 582440079 202055680 41596 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256095 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 49330 41596 258 24 0 45964 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 197320

[startup+1002.3 s]
/proc/loadavg: 3.10 3.46 3.43 5/371 15219
/proc/meminfo: memFree=20850244/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=197320 CPUtime=1002.32 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 118999 0 0 0 100206 26 0 0 25 0 1 0 582440079 202055680 43481 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 49330 43481 258 24 0 45964 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 197320

[startup+1062.3 s]
/proc/loadavg: 3.08 3.39 3.41 4/371 15221
/proc/meminfo: memFree=20680952/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=197320 CPUtime=1062.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 128315 0 0 0 106205 28 0 0 25 0 1 0 582440079 202055680 41999 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256087 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 49330 41999 258 24 0 45964 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 197320

[startup+1122.3 s]
/proc/loadavg: 3.10 3.33 3.39 5/371 15222
/proc/meminfo: memFree=20524928/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=197320 CPUtime=1122.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 130684 0 0 0 112204 29 0 0 25 0 1 0 582440079 202055680 44298 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 49330 44298 258 24 0 45964 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 197320

[startup+1182.3 s]
/proc/loadavg: 3.08 3.28 3.36 4/371 15224
/proc/meminfo: memFree=20413280/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=148000 CPUtime=1182.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 131495 0 0 0 118204 29 0 0 25 0 1 0 582440079 151552000 33790 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 37000 33790 258 24 0 33634 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 148000

[startup+1242.3 s]
/proc/loadavg: 3.03 3.23 3.34 5/371 15225
/proc/meminfo: memFree=20275480/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=148000 CPUtime=1242.33 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 131495 0 0 0 124204 29 0 0 25 0 1 0 582440079 151552000 33790 33554432000 4194304 4291235 140733815615232 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 37000 33790 258 24 0 33634 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 148000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.18 3.32 4/371 15227
/proc/meminfo: memFree=20092168/32951124 swapFree=66341944/67111528
[pid=15088] ppid=15086 vsize=197320 CPUtime=1300.05 cores=1,3
/proc/15088/stat : 15088 (minisat) R 15086 15088 14820 0 -1 4202496 140474 0 0 0 129974 31 0 0 25 0 1 0 582440079 202055680 42744 33554432000 4194304 4291235 140733815615232 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15088/statm: 49330 42744 258 24 0 45964 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 197320

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.07
CPU user time (s): 1299.75
CPU system time (s): 0.320951
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 197320

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

runsolver used 4.38533 second user time and 10.9963 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 02:17:25
IDJOB=3318191
IDBENCH=71089
IDSOLVER=1707
FILE ID=node141/3318191-1304900245
RUNJOBID= node141-1304898916-14840
PBS_JOBID= 13282130
Free space on /tmp= 49284 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318191-1304900245/watcher-3318191-1304900245 -o /tmp/evaluation-result-3318191-1304900245/solver-3318191-1304900245 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318191-1304900245.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1604717647

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:      22496240 kB
Buffers:        130332 kB
Cached:        4073724 kB
SwapCached:      22352 kB
Active:        3281616 kB
Inactive:      6963684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22496240 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           13072 kB
Writeback:           0 kB
AnonPages:     6024880 kB
Mapped:          19628 kB
Slab:           105856 kB
PageTables:      40252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87257920 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= 49284 MiB
End job on node141 at 2011-05-09 02:39:07