Trace number 3387200

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: cir_minisat 2011-05-13 (simp)? (TO) 5000.12 5000.13

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
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-3387200-1305597510/watcher-3387200-1305597510 -o /tmp/evaluation-result-3387200-1305597510/solver-3387200-1305597510 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387200-1305597510.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.12 3.04 3.01 4/489 1389
/proc/meminfo: memFree=20265788/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=19132 CPUtime=0 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 589 0 0 0 0 0 0 0 25 0 1 0 403942314 19591168 532 33554432000 4194304 4300288 140734338291408 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 4783 533 215 26 0 1415 0

[startup+0.0355801 s]
/proc/loadavg: 3.12 3.04 3.01 4/489 1389
/proc/meminfo: memFree=20265788/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=22328 CPUtime=0.03 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 1870 0 0 0 3 0 0 0 25 0 1 0 403942314 22863872 1641 33554432000 4194304 4300288 140734338291408 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 5582 1641 222 26 0 2214 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22328

[startup+0.100594 s]
/proc/loadavg: 3.12 3.04 3.01 4/489 1389
/proc/meminfo: memFree=20265788/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=22328 CPUtime=0.09 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 1870 0 0 0 9 0 0 0 25 0 1 0 403942314 22863872 1641 33554432000 4194304 4300288 140734338291408 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 5582 1641 222 26 0 2214 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22328

[startup+0.300555 s]
/proc/loadavg: 3.12 3.04 3.01 4/489 1389
/proc/meminfo: memFree=20265788/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=20076 CPUtime=0.29 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 2585 0 0 0 29 0 0 0 25 0 1 0 403942314 20557824 1739 33554432000 4194304 4300288 140734338291408 18446744073709551615 268660320609 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 5019 1739 232 26 0 1651 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20076

[startup+0.700497 s]
/proc/loadavg: 3.12 3.04 3.01 4/489 1389
/proc/meminfo: memFree=20265788/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=21104 CPUtime=0.69 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 2866 0 0 0 69 0 0 0 25 0 1 0 403942314 21610496 2008 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256208 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 5276 2008 242 26 0 1908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21104

[startup+1.50034 s]
/proc/loadavg: 3.11 3.04 3.01 4/490 1390
/proc/meminfo: memFree=20256240/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=23404 CPUtime=1.49 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 3419 0 0 0 149 0 0 0 25 0 1 0 403942314 23965696 2546 33554432000 4194304 4300288 140734338291408 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 5851 2546 242 26 0 2483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23404

[startup+3.10107 s]
/proc/loadavg: 3.11 3.04 3.01 4/490 1390
/proc/meminfo: memFree=20252272/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=27884 CPUtime=3.09 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 4640 0 0 0 309 0 0 0 25 0 1 0 403942314 28553216 3748 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 6971 3748 242 26 0 3603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27884

[startup+6.30051 s]
/proc/loadavg: 3.10 3.04 3.01 4/490 1390
/proc/meminfo: memFree=20242256/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=29884 CPUtime=6.29 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 6873 0 0 0 629 0 0 0 25 0 1 0 403942314 30601216 3319 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 7471 3319 242 26 0 4103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29884

[startup+12.7004 s]
/proc/loadavg: 3.09 3.04 3.01 4/490 1390
/proc/meminfo: memFree=20225212/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=50880 CPUtime=12.69 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 11526 0 0 0 1268 1 0 0 25 0 1 0 403942314 52101120 7829 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1389/statm: 12720 7829 242 26 0 9352 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50880

[startup+25.5011 s]
/proc/loadavg: 3.07 3.04 3.01 4/490 1391
/proc/meminfo: memFree=20214044/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=50880 CPUtime=25.47 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 12153 0 0 0 2546 1 0 0 25 0 1 0 403942314 52101120 8441 33554432000 4194304 4300288 140734338291408 18446744073709551615 4269715 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 12720 8441 242 26 0 9352 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50880

[startup+51.1006 s]
/proc/loadavg: 3.05 3.03 3.00 4/490 1391
/proc/meminfo: memFree=20181164/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=77408 CPUtime=51.07 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 19948 0 0 0 5105 2 0 0 25 0 1 0 403942314 79265792 12261 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 19352 12261 242 26 0 15984 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77408

[startup+102.319 s]
/proc/loadavg: 3.02 3.03 3.00 4/490 1393
/proc/meminfo: memFree=20139964/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=77408 CPUtime=102.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 21010 0 0 0 10226 2 0 0 25 0 1 0 403942314 79265792 13291 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 19352 13291 242 26 0 15984 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 77408

[startup+162.301 s]
/proc/loadavg: 3.00 3.02 3.00 4/490 1403
/proc/meminfo: memFree=20093052/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=96264 CPUtime=162.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 26900 0 0 0 16223 3 0 0 25 0 1 0 403942314 98574336 14436 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 24066 14436 242 26 0 20698 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 96264

[startup+222.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/490 1877
/proc/meminfo: memFree=20117844/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=96264 CPUtime=222.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 32416 0 0 0 22222 4 0 0 25 0 1 0 403942314 98574336 19759 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 24066 19759 242 26 0 20698 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 96264

[startup+282.301 s]
/proc/loadavg: 3.01 3.02 3.00 4/490 1878
/proc/meminfo: memFree=20071872/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=282.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 35744 0 0 0 28221 5 0 0 25 0 1 0 403942314 111955968 23001 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 23001 242 26 0 23965 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 109332

[startup+342.3 s]
/proc/loadavg: 3.06 3.03 3.00 4/490 1880
/proc/meminfo: memFree=20016032/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=342.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 35744 0 0 0 34221 5 0 0 25 0 1 0 403942314 111955968 23001 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256014 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 23001 242 26 0 23965 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 109332

[startup+402.301 s]
/proc/loadavg: 3.02 3.02 3.00 4/490 1882
/proc/meminfo: memFree=19934152/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=402.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 35820 0 0 0 40221 5 0 0 25 0 1 0 403942314 111955968 23077 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 23077 242 26 0 23965 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 109332

[startup+462.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/490 1883
/proc/meminfo: memFree=19860464/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=462.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 35964 0 0 0 46221 5 0 0 25 0 1 0 403942314 111955968 23221 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 23221 242 26 0 23965 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 109332

[startup+522.301 s]
/proc/loadavg: 3.00 3.01 3.00 4/490 1885
/proc/meminfo: memFree=19798572/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=522.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 35964 0 0 0 52221 5 0 0 25 0 1 0 403942314 111955968 23221 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 23221 242 26 0 23965 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 109332

[startup+582.301 s]
/proc/loadavg: 3.00 3.01 3.00 4/490 1886
/proc/meminfo: memFree=20885136/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=109332 CPUtime=582.26 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 44668 0 0 0 58220 6 0 0 25 0 1 0 403942314 111955968 24134 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/1389/statm: 27333 24134 242 26 0 23965 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 109332

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 3.00 3.01 3.00 4/490 2019
/proc/meminfo: memFree=17983644/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4062.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 744983 0 0 0 406120 108 0 0 25 0 1 0 403942314 200052736 45642 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45642 242 26 0 45473 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 195364

[startup+4122.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/490 2021
/proc/meminfo: memFree=17918884/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4122.27 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 755830 0 0 0 412117 110 0 0 25 0 1 0 403942314 200052736 45642 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45642 242 26 0 45473 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 195364

[startup+4182.3 s]
/proc/loadavg: 3.13 3.03 3.01 4/490 2023
/proc/meminfo: memFree=17839864/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4182.27 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 767373 0 0 0 418115 112 0 0 25 0 1 0 403942314 200052736 45642 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45642 242 26 0 45473 0
Current children cumulated CPU time (s) 4182.27
Current children cumulated vsize (KiB) 195364

[startup+4242.3 s]
/proc/loadavg: 3.11 3.04 3.01 4/490 2024
/proc/meminfo: memFree=17724996/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=244684 CPUtime=4242.27 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 786244 0 0 0 424113 114 0 0 25 0 1 0 403942314 250556416 55743 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 61171 55743 242 26 0 57803 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 244684

[startup+4302.3 s]
/proc/loadavg: 3.11 3.04 3.01 4/490 2026
/proc/meminfo: memFree=17685524/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4302.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 797191 0 0 0 430111 117 0 0 25 0 1 0 403942314 200052736 45642 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256246 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45642 242 26 0 45473 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 195364

[startup+4362.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/490 2027
/proc/meminfo: memFree=17595596/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4362.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 806994 0 0 0 436109 119 0 0 25 0 1 0 403942314 200052736 45642 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45642 242 26 0 45473 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 195364

[startup+4422.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/490 2029
/proc/meminfo: memFree=17464132/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=244684 CPUtime=4422.27 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 824770 0 0 0 442107 120 0 0 25 0 1 0 403942314 250556416 53824 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 61171 53824 242 26 0 57803 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 244684

[startup+4482.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/490 2030
/proc/meminfo: memFree=17411900/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=244684 CPUtime=4482.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 837655 0 0 0 448105 123 0 0 25 0 1 0 403942314 250556416 56028 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 61171 56028 242 26 0 57803 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 244684

[startup+4542.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/490 2032
/proc/meminfo: memFree=17407276/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4542.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 849643 0 0 0 454102 126 0 0 25 0 1 0 403942314 200052736 45674 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45674 242 26 0 45473 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 195364

[startup+4602.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/490 2034
/proc/meminfo: memFree=17325020/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=244684 CPUtime=4602.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 867767 0 0 0 460099 129 0 0 25 0 1 0 403942314 250556416 53668 33554432000 4194304 4300288 140734338291408 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 61171 53668 242 26 0 57803 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 244684

[startup+4662.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/490 2035
/proc/meminfo: memFree=17296344/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=195364 CPUtime=4662.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 878645 0 0 0 466098 130 0 0 25 0 1 0 403942314 200052736 45674 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 48841 45674 242 26 0 45473 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 195364

[startup+4722.32 s]
/proc/loadavg: 3.00 3.00 3.00 4/490 2037
/proc/meminfo: memFree=17244976/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=196964 CPUtime=4722.3 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 887757 0 0 0 472099 131 0 0 25 0 1 0 403942314 201691136 45852 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 49241 45852 242 26 0 45873 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 196964

[startup+4782.3 s]
/proc/loadavg: 3.07 3.03 3.01 4/490 2038
/proc/meminfo: memFree=17155908/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=246284 CPUtime=4782.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 906070 0 0 0 478094 134 0 0 25 0 1 0 403942314 252194816 55754 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 61571 55754 242 26 0 58203 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 246284

[startup+4842.3 s]
/proc/loadavg: 3.06 3.03 3.01 4/490 2040
/proc/meminfo: memFree=17148676/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=196964 CPUtime=4842.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 916681 0 0 0 484092 136 0 0 25 0 1 0 403942314 201691136 46032 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 49241 46032 242 26 0 45873 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 196964

[startup+4902.3 s]
/proc/loadavg: 3.09 3.05 3.01 4/490 2042
/proc/meminfo: memFree=17105108/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=196964 CPUtime=4902.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 926167 0 0 0 490090 138 0 0 25 0 1 0 403942314 201691136 46032 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 49241 46032 242 26 0 45873 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 196964

[startup+4962.3 s]
/proc/loadavg: 3.11 3.07 3.02 4/490 2043
/proc/meminfo: memFree=16994596/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=276472 CPUtime=4962.28 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 952526 0 0 0 496087 141 0 0 25 0 1 0 403942314 283107328 62033 33554432000 4194304 4300288 140734338291408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 69118 62033 242 26 0 65750 0
Current children cumulated CPU time (s) 4962.28
Current children cumulated vsize (KiB) 276472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 3.05 3.06 3.01 4/490 2044
/proc/meminfo: memFree=16991732/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=227152 CPUtime=5000.09 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 954531 0 0 0 499867 142 0 0 25 0 1 0 403942314 232603648 53618 33554432000 4194304 4300288 140734338291408 18446744073709551615 4269186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 56788 53618 242 26 0 53420 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 227152

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5000.1 s]
/proc/loadavg: 3.05 3.06 3.01 4/490 2044
/proc/meminfo: memFree=16991732/32951124 swapFree=46575272/67111528
[pid=1389] ppid=1387 vsize=227152 CPUtime=5000.09 cores=0,2,4,6
/proc/1389/stat : 1389 (cir_minisat) R 1387 1389 735 0 -1 4202496 954531 0 0 0 499867 142 0 0 25 0 1 0 403942314 232603648 53618 33554432000 4194304 4300288 140734338291408 18446744073709551615 4269186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/1389/statm: 56788 53618 242 26 0 53420 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 227152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.12
CPU user time (s): 4998.69
CPU system time (s): 1.43778
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 276472

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

runsolver used 24.3953 second user time and 53.0869 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-17 03:58:31
IDJOB=3387200
IDBENCH=71078
IDSOLVER=1873
FILE ID=node107/3387200-1305597510
RUNJOBID= node107-1305586739-753
PBS_JOBID= 13350371
Free space on /tmp= 73220 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387200-1305597510/watcher-3387200-1305597510 -o /tmp/evaluation-result-3387200-1305597510/solver-3387200-1305597510 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387200-1305597510.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1999135278

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20265944 kB
Buffers:        243344 kB
Cached:        2452012 kB
SwapCached:       9844 kB
Active:       10994156 kB
Inactive:      1370356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20265944 kB
SwapTotal:    67111528 kB
SwapFree:     46575272 kB
Dirty:            1912 kB
Writeback:           0 kB
AnonPages:     9666608 kB
Mapped:          32836 kB
Slab:           154712 kB
PageTables:      96952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146491080 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= 73556 MiB
End job on node107 at 2011-05-17 05:21:53