Trace number 3380285

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) 1300.05 1300.02

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 benchmark1067.51
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-3380285-1305458734/watcher-3380285-1305458734 -o /tmp/evaluation-result-3380285-1305458734/solver-3380285-1305458734 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380285-1305458734.cnf 

running on 2 cores: 5,7

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.72 2.73 2.73 4/425 16426
/proc/meminfo: memFree=25096320/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=21308 CPUtime=0.01 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 1408 0 0 0 1 0 0 0 25 0 1 0 657476024 21819392 1266 33554432000 4194304 4300288 140733430296464 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 5327 1266 218 26 0 1959 0

[startup+0.106633 s]
/proc/loadavg: 3.72 2.73 2.73 4/425 16426
/proc/meminfo: memFree=25096320/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=22324 CPUtime=0.1 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 1870 0 0 0 10 0 0 0 25 0 1 0 657476024 22859776 1641 33554432000 4194304 4300288 140733430296464 18446744073709551615 4228192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 5581 1641 222 26 0 2213 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22324

[startup+0.200612 s]
/proc/loadavg: 3.72 2.73 2.73 4/425 16426
/proc/meminfo: memFree=25096320/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=23140 CPUtime=0.19 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 2199 0 0 0 19 0 0 0 25 0 1 0 657476024 23695360 1957 33554432000 4194304 4300288 140733430296464 18446744073709551615 4228378 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 5785 1957 222 26 0 2417 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23140

[startup+0.300598 s]
/proc/loadavg: 3.72 2.73 2.73 4/425 16426
/proc/meminfo: memFree=25096320/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=24428 CPUtime=0.29 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 2326 0 0 0 29 0 0 0 25 0 1 0 657476024 25014272 1978 33554432000 4194304 4300288 140733430296464 18446744073709551615 4242151 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 6107 1983 222 26 0 2739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24428

[startup+0.700526 s]
/proc/loadavg: 3.72 2.73 2.73 4/425 16426
/proc/meminfo: memFree=25096320/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=21100 CPUtime=0.69 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 2862 0 0 0 69 0 0 0 25 0 1 0 657476024 21606400 2004 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 5275 2004 242 26 0 1907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21100

[startup+1.50039 s]
/proc/loadavg: 3.72 2.73 2.73 5/426 16427
/proc/meminfo: memFree=25097808/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=23268 CPUtime=1.49 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 3385 0 0 0 149 0 0 0 25 0 1 0 657476024 23826432 2513 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 5817 2513 242 26 0 2449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23268

[startup+3.1011 s]
/proc/loadavg: 3.72 2.73 2.73 5/426 16427
/proc/meminfo: memFree=25096816/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=27712 CPUtime=3.09 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 4597 0 0 0 308 1 0 0 25 0 1 0 657476024 28377088 3705 33554432000 4194304 4300288 140733430296464 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 6928 3705 242 26 0 3560 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27712

[startup+6.30054 s]
/proc/loadavg: 3.75 2.75 2.74 5/426 16454
/proc/meminfo: memFree=25186844/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=29880 CPUtime=6.29 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 6821 0 0 0 628 1 0 0 25 0 1 0 657476024 30597120 3270 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 7470 3270 242 26 0 4102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29880

[startup+12.7004 s]
/proc/loadavg: 3.77 2.77 2.74 5/426 16482
/proc/meminfo: memFree=25169752/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=50876 CPUtime=12.69 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 11526 0 0 0 1267 2 0 0 25 0 1 0 657476024 52097024 7829 33554432000 4194304 4300288 140733430296464 18446744073709551615 4272480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 12719 7829 242 26 0 9351 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50876

[startup+25.5011 s]
/proc/loadavg: 3.82 2.83 2.76 5/426 16536
/proc/meminfo: memFree=25154600/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=50876 CPUtime=25.49 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 12151 0 0 0 2547 2 0 0 25 0 1 0 657476024 52097024 8439 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 12719 8439 242 26 0 9351 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50876

[startup+51.1006 s]
/proc/loadavg: 3.88 2.92 2.79 6/426 16537
/proc/meminfo: memFree=25022044/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=77404 CPUtime=51.09 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 19948 0 0 0 5105 4 0 0 25 0 1 0 657476024 79261696 12261 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 19351 12261 242 26 0 15983 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77404

[startup+102.301 s]
/proc/loadavg: 3.95 3.08 2.85 6/426 16538
/proc/meminfo: memFree=24863196/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=77404 CPUtime=102.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 21009 0 0 0 10227 4 0 0 25 0 1 0 657476024 79261696 13290 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 19351 13290 242 26 0 15983 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 77404

[startup+162.301 s]
/proc/loadavg: 3.98 3.25 2.92 6/426 16539
/proc/meminfo: memFree=24743008/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=96260 CPUtime=162.29 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 26900 0 0 0 16224 5 0 0 25 0 1 0 657476024 98570240 14436 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 24065 14436 242 26 0 20697 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96260

[startup+222.315 s]
/proc/loadavg: 3.77 3.33 2.97 4/420 16558
/proc/meminfo: memFree=25086296/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=96260 CPUtime=222.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 32416 0 0 0 22225 6 0 0 25 0 1 0 657476024 98570240 19759 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 24065 19759 242 26 0 20697 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 96260

[startup+282.301 s]
/proc/loadavg: 3.28 3.27 2.97 4/420 16560
/proc/meminfo: memFree=25085156/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=282.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 35744 0 0 0 28223 7 0 0 25 0 1 0 657476024 111951872 23001 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23001 242 26 0 23964 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109328

[startup+342.301 s]
/proc/loadavg: 3.27 3.28 2.99 4/420 16561
/proc/meminfo: memFree=25078908/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=342.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 35744 0 0 0 34223 7 0 0 25 0 1 0 657476024 111951872 23001 33554432000 4194304 4300288 140733430296464 18446744073709551615 4250460 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23001 242 26 0 23964 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109328

[startup+402.301 s]
/proc/loadavg: 3.17 3.25 3.00 4/420 16563
/proc/meminfo: memFree=25078232/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=402.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 35744 0 0 0 40223 7 0 0 25 0 1 0 657476024 111951872 23001 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23001 242 26 0 23964 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 109328

[startup+462.301 s]
/proc/loadavg: 2.98 3.19 2.99 3/414 16581
/proc/meminfo: memFree=25101408/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=462.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 35964 0 0 0 46223 7 0 0 25 0 1 0 657476024 111951872 23221 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23221 242 26 0 23964 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109328

[startup+522.3 s]
/proc/loadavg: 2.36 2.97 2.93 3/414 16583
/proc/meminfo: memFree=25131900/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=522.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 35964 0 0 0 52223 7 0 0 25 0 1 0 657476024 111951872 23221 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23221 242 26 0 23964 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 109328

[startup+582.301 s]
/proc/loadavg: 2.24 2.82 2.88 3/414 16585
/proc/meminfo: memFree=25093164/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=582.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 36023 0 0 0 58223 7 0 0 25 0 1 0 657476024 111951872 23280 33554432000 4194304 4300288 140733430296464 18446744073709551615 4269347 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 23280 242 26 0 23964 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109328

[startup+642.3 s]
/proc/loadavg: 2.14 2.68 2.83 3/414 16586
/proc/meminfo: memFree=25096344/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=109328 CPUtime=642.3 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 52581 0 0 0 64220 10 0 0 25 0 1 0 657476024 111951872 24134 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 27332 24134 242 26 0 23964 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 109328

[startup+702.301 s]
/proc/loadavg: 2.05 2.56 2.77 3/414 16588
/proc/meminfo: memFree=25096656/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=128192 CPUtime=702.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 52585 0 0 0 70221 10 0 0 25 0 1 0 657476024 131268608 24138 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 32048 24138 242 26 0 28680 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 128192

[startup+762.301 s]
/proc/loadavg: 2.02 2.45 2.72 3/414 16590
/proc/meminfo: memFree=25077508/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=128192 CPUtime=762.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 65100 0 0 0 76219 13 0 0 25 0 1 0 657476024 131268608 28832 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 32048 28832 242 26 0 28680 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 128192

[startup+822.301 s]
/proc/loadavg: 2.00 2.37 2.67 3/414 16591
/proc/meminfo: memFree=25077592/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=128192 CPUtime=822.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 74643 0 0 0 82217 14 0 0 25 0 1 0 657476024 131268608 28836 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 32048 28836 242 26 0 28680 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 128192

[startup+882.316 s]
/proc/loadavg: 2.13 2.33 2.64 3/414 16593
/proc/meminfo: memFree=25077172/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=128192 CPUtime=882.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 83293 0 0 0 88217 15 0 0 25 0 1 0 657476024 131268608 28836 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 32048 28836 242 26 0 28680 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 128192

[startup+942.3 s]
/proc/loadavg: 2.11 2.28 2.60 3/414 16594
/proc/meminfo: memFree=25077120/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=128192 CPUtime=942.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 91399 0 0 0 94215 17 0 0 25 0 1 0 657476024 131268608 28836 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 32048 28836 242 26 0 28680 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 128192

[startup+1002.3 s]
/proc/loadavg: 2.04 2.23 2.56 3/414 16596
/proc/meminfo: memFree=25027584/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1002.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 110883 0 0 0 100210 21 0 0 25 0 1 0 657476024 146137088 32466 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32466 242 26 0 32310 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 142712

[startup+1062.3 s]
/proc/loadavg: 2.01 2.18 2.52 3/414 16597
/proc/meminfo: memFree=25063616/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1062.31 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 118596 0 0 0 106209 22 0 0 25 0 1 0 657476024 146137088 32466 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32466 242 26 0 32310 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 142712

[startup+1122.3 s]
/proc/loadavg: 2.16 2.18 2.50 3/414 16599
/proc/meminfo: memFree=25063312/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1122.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 126785 0 0 0 112209 23 0 0 25 0 1 0 657476024 146137088 32475 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32475 242 26 0 32310 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 142712

[startup+1182.3 s]
/proc/loadavg: 2.13 2.16 2.47 3/414 16601
/proc/meminfo: memFree=25063388/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1182.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 126785 0 0 0 118209 23 0 0 25 0 1 0 657476024 146137088 32475 33554432000 4194304 4300288 140733430296464 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32475 242 26 0 32310 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 142712

[startup+1242.3 s]
/proc/loadavg: 2.05 2.13 2.44 3/414 16602
/proc/meminfo: memFree=25031344/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1242.32 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 126785 0 0 0 124209 23 0 0 25 0 1 0 657476024 146137088 32475 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32475 242 26 0 32310 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 142712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.10 2.41 3/414 16604
/proc/meminfo: memFree=25021992/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1300.03 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 134481 0 0 0 129979 24 0 0 25 0 1 0 657476024 146137088 32475 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32475 242 26 0 32310 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 142712

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

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

[startup+1300 s]
/proc/loadavg: 2.02 2.10 2.41 3/414 16604
/proc/meminfo: memFree=25021992/32951124 swapFree=53501236/67111528
[pid=16426] ppid=16424 vsize=142712 CPUtime=1300.03 cores=5,7
/proc/16426/stat : 16426 (cir_minisat) R 16424 16426 13135 0 -1 4202496 134481 0 0 0 129979 24 0 0 25 0 1 0 657476024 146137088 32475 33554432000 4194304 4300288 140733430296464 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16426/statm: 35678 32475 242 26 0 32310 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 142712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.8
CPU system time (s): 0.251961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 192032

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

runsolver used 4.96024 second user time and 12.5891 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 13:25:34
IDJOB=3380285
IDBENCH=71078
IDSOLVER=1863
FILE ID=node103/3380285-1305458734
RUNJOBID= node103-1305458603-16303
PBS_JOBID= 13324856
Free space on /tmp= 72960 MiB

SOLVER NAME= 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-3380285-1305458734/watcher-3380285-1305458734 -o /tmp/evaluation-result-3380285-1305458734/solver-3380285-1305458734 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380285-1305458734.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=1667228954

node103.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.858
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.71
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.858
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.858
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.75
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      25096352 kB
Buffers:        324720 kB
Cached:        4132696 kB
SwapCached:     340192 kB
Active:        2347936 kB
Inactive:      5215336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25096352 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           25912 kB
Writeback:           0 kB
AnonPages:     2776308 kB
Mapped:          18564 kB
Slab:           162092 kB
PageTables:      61932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115693144 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= 72984 MiB
End job on node103 at 2011-05-15 13:47:16