Trace number 3348698

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-03-02? (TO) 1300.07 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
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-3348698-1304969602/watcher-3348698-1304969602 -o /tmp/evaluation-result-3348698-1304969602/solver-3348698-1304969602 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348698-1304969602.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: 4.02 4.00 3.19 4/307 22613
/proc/meminfo: memFree=4053968/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=20360 CPUtime=0 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 1122 0 0 0 0 0 0 0 25 0 1 0 608559862 20848640 1026 33554432000 4194304 4254575 140733976273200 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 5090 1027 211 15 0 1733 0

[startup+0.095181 s]
/proc/loadavg: 4.02 4.00 3.19 4/307 22613
/proc/meminfo: memFree=4053968/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=21660 CPUtime=0.08 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 1807 0 0 0 8 0 0 0 25 0 1 0 608559862 22179840 1588 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 5415 1588 231 15 0 2058 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21660

[startup+0.101125 s]
/proc/loadavg: 4.02 4.00 3.19 4/307 22613
/proc/meminfo: memFree=4053968/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=21660 CPUtime=0.09 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 1817 0 0 0 9 0 0 0 25 0 1 0 608559862 22179840 1598 33554432000 4194304 4254575 140733976273200 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 5415 1598 231 15 0 2058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21660

[startup+0.301088 s]
/proc/loadavg: 4.02 4.00 3.19 4/307 22613
/proc/meminfo: memFree=4053968/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=22056 CPUtime=0.29 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 2099 0 0 0 29 0 0 0 25 0 1 0 608559862 22585344 1876 33554432000 4194304 4254575 140733976273200 18446744073709551615 4209842 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 5514 1876 232 15 0 2157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22056

[startup+0.701066 s]
/proc/loadavg: 4.02 4.00 3.19 4/307 22613
/proc/meminfo: memFree=4053968/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=22588 CPUtime=0.69 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 2494 0 0 0 69 0 0 0 25 0 1 0 608559862 23130112 2259 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 5647 2259 232 15 0 2290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22588

[startup+1.50086 s]
/proc/loadavg: 4.02 4.00 3.20 5/308 22614
/proc/meminfo: memFree=4042188/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=26128 CPUtime=1.49 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 3058 0 0 0 149 0 0 0 25 0 1 0 608559862 26755072 2806 33554432000 4194304 4254575 140733976273200 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 6532 2806 232 15 0 3175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26128

[startup+3.10055 s]
/proc/loadavg: 4.02 4.00 3.20 5/308 22614
/proc/meminfo: memFree=4035752/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=31732 CPUtime=3.09 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 4007 0 0 0 308 1 0 0 25 0 1 0 608559862 32493568 3733 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 7933 3733 232 15 0 4576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31732

[startup+6.30094 s]
/proc/loadavg: 4.02 4.00 3.20 5/308 22614
/proc/meminfo: memFree=4021712/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=41296 CPUtime=6.29 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 5955 0 0 0 627 2 0 0 25 0 1 0 608559862 42287104 5649 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 10324 5649 232 15 0 6967 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41296

[startup+12.7008 s]
/proc/loadavg: 4.02 4.00 3.21 5/308 22615
/proc/meminfo: memFree=4009288/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=36148 CPUtime=12.69 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 9683 0 0 0 1266 3 0 0 25 0 1 0 608559862 37015552 5175 33554432000 4194304 4254575 140733976273200 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 9037 5175 232 15 0 5680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36148

[startup+25.5003 s]
/proc/loadavg: 4.01 4.00 3.21 5/308 22615
/proc/meminfo: memFree=3975048/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=49972 CPUtime=25.5 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 16848 0 0 0 2544 6 0 0 25 0 1 0 608559862 51171328 7740 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 12493 7740 232 15 0 9136 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 49972

[startup+51.1004 s]
/proc/loadavg: 4.01 4.00 3.23 5/308 22616
/proc/meminfo: memFree=4283016/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=86420 CPUtime=51.09 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 25786 0 0 0 5101 8 0 0 25 0 1 0 608559862 88494080 11077 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216777 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 21605 11077 232 15 0 18248 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86420

[startup+102.312 s]
/proc/loadavg: 3.96 3.98 3.27 5/308 22645
/proc/meminfo: memFree=4118856/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=86420 CPUtime=102.3 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 33183 0 0 0 10219 11 0 0 25 0 1 0 608559862 88494080 18196 33554432000 4194304 4254575 140733976273200 18446744073709551615 4209781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 21605 18196 232 15 0 18248 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86420

[startup+162.3 s]
/proc/loadavg: 3.98 3.98 3.31 5/308 22674
/proc/meminfo: memFree=3593444/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=147984 CPUtime=162.3 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 52487 0 0 0 16215 15 0 0 25 0 1 0 608559862 151535616 29421 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 36996 29421 232 15 0 33639 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 147984

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.35 5/308 22675
/proc/meminfo: memFree=3404792/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=98664 CPUtime=222.3 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 71237 0 0 0 22212 18 0 0 25 0 1 0 608559862 101031936 21399 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 24666 21399 232 15 0 21309 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98664

[startup+282.3 s]
/proc/loadavg: 4.14 4.02 3.40 5/308 22677
/proc/meminfo: memFree=3384048/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=98664 CPUtime=282.3 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 79206 0 0 0 28211 19 0 0 25 0 1 0 608559862 101031936 21434 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 24666 21434 232 15 0 21309 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 98664

[startup+342.301 s]
/proc/loadavg: 4.05 4.01 3.44 5/308 22678
/proc/meminfo: memFree=3127428/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=98664 CPUtime=342.31 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 96129 0 0 0 34209 22 0 0 25 0 1 0 608559862 101031936 21434 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 24666 21434 232 15 0 21309 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 98664

[startup+402.3 s]
/proc/loadavg: 4.06 4.02 3.47 5/308 22680
/proc/meminfo: memFree=2934660/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=98664 CPUtime=402.31 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 113232 0 0 0 40206 25 0 0 25 0 1 0 608559862 101031936 21434 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216498 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 24666 21434 232 15 0 21309 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 98664

[startup+462.301 s]
/proc/loadavg: 4.07 4.03 3.51 5/308 22682
/proc/meminfo: memFree=2685960/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=147984 CPUtime=462.31 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 138254 0 0 0 46199 32 0 0 25 0 1 0 608559862 151535616 33709 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 36996 33709 232 15 0 33639 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 147984

[startup+522.3 s]
/proc/loadavg: 4.02 4.02 3.54 5/308 22683
/proc/meminfo: memFree=2753708/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=120996 CPUtime=522.31 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 155791 0 0 0 52193 38 0 0 25 0 1 0 608559862 123899904 26871 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 30249 26871 232 15 0 26892 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 120996

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.56 5/308 22685
/proc/meminfo: memFree=2555480/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=170316 CPUtime=582.32 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 176311 0 0 0 58189 43 0 0 25 0 1 0 608559862 174403584 34705 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 42579 34705 232 15 0 39222 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 170316

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.59 5/308 22686
/proc/meminfo: memFree=2371524/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=120996 CPUtime=642.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 191319 0 0 0 64184 49 0 0 25 0 1 0 608559862 123899904 27071 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 30249 27071 232 15 0 26892 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 120996

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.61 5/308 22688
/proc/meminfo: memFree=2223088/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=142400 CPUtime=702.32 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 205661 0 0 0 70179 53 0 0 25 0 1 0 608559862 145817600 27179 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 35600 27179 232 15 0 32243 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 142400

[startup+762.311 s]
/proc/loadavg: 3.51 3.88 3.59 4/302 22708
/proc/meminfo: memFree=2382924/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=762.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 236875 0 0 0 76171 62 0 0 25 0 1 0 608559862 209481728 46310 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 46310 232 15 0 47786 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 204572

[startup+822.3 s]
/proc/loadavg: 3.26 3.74 3.56 4/302 22709
/proc/meminfo: memFree=2247232/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=155252 CPUtime=822.32 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 250131 0 0 0 82167 65 0 0 25 0 1 0 608559862 158978048 35509 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 38813 35509 232 15 0 35456 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 155252

[startup+882.301 s]
/proc/loadavg: 3.21 3.64 3.53 4/302 22711
/proc/meminfo: memFree=2124800/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=882.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 270342 0 0 0 88163 70 0 0 25 0 1 0 608559862 209481728 43196 33554432000 4194304 4254575 140733976273200 18446744073709551615 4217046 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 43196 232 15 0 47786 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 204572

[startup+942.3 s]
/proc/loadavg: 3.07 3.52 3.50 4/302 22712
/proc/meminfo: memFree=2027832/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=942.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 284415 0 0 0 94158 75 0 0 25 0 1 0 608559862 209481728 43117 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 43117 232 15 0 47786 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 204572

[startup+1002.3 s]
/proc/loadavg: 3.02 3.42 3.46 3/297 22731
/proc/meminfo: memFree=2405196/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=155252 CPUtime=1002.32 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 298265 0 0 0 100153 79 0 0 25 0 1 0 608559862 158978048 35509 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 38813 35509 232 15 0 35456 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155252

[startup+1062.3 s]
/proc/loadavg: 2.37 3.16 3.37 3/296 22733
/proc/meminfo: memFree=2255728/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=1062.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 320579 0 0 0 106150 83 0 0 25 0 1 0 608559862 209481728 46380 33554432000 4194304 4254575 140733976273200 18446744073709551615 4217004 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 46380 232 15 0 47786 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 204572

[startup+1122.3 s]
/proc/loadavg: 2.14 2.95 3.28 3/296 22734
/proc/meminfo: memFree=2137928/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=1122.33 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 335032 0 0 0 112146 87 0 0 25 0 1 0 608559862 209481728 47051 33554432000 4194304 4254575 140733976273200 18446744073709551615 4216573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 47051 232 15 0 47786 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 204572

[startup+1182.3 s]
/proc/loadavg: 2.05 2.77 3.20 3/296 22736
/proc/meminfo: memFree=2005328/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=1182.34 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 351555 0 0 0 118144 90 0 0 25 0 1 0 608559862 209481728 46164 33554432000 4194304 4254575 140733976273200 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 46164 232 15 0 47786 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 204572

[startup+1242.3 s]
/proc/loadavg: 2.02 2.63 3.12 3/296 22737
/proc/meminfo: memFree=1891452/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=155252 CPUtime=1242.34 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 365339 0 0 0 124141 93 0 0 25 0 1 0 608559862 158978048 35540 33554432000 4194304 4254575 140733976273200 18446744073709551615 4217053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 38813 35540 232 15 0 35456 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 155252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.52 3.05 3/296 22739
/proc/meminfo: memFree=1762532/32950928 swapFree=67083212/67111528
[pid=22613] ppid=22611 vsize=204572 CPUtime=1300.05 cores=5,7
/proc/22613/stat : 22613 (cir_minisat) R 22611 22613 22349 0 -1 4202496 387800 0 0 0 129909 96 0 0 25 0 1 0 608559862 209481728 43534 33554432000 4194304 4254575 140733976273200 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22613/statm: 51143 43534 232 15 0 47786 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 204572

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.09
CPU system time (s): 0.975851
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 235392

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

runsolver used 3.59545 second user time and 8.37273 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-09 21:33:22
IDJOB=3348698
IDBENCH=71098
IDSOLVER=1810
FILE ID=node127/3348698-1304969602
RUNJOBID= node127-1304968096-22370
PBS_JOBID= 13285623
Free space on /tmp= 42232 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348698-1304969602/watcher-3348698-1304969602 -o /tmp/evaluation-result-3348698-1304969602/solver-3348698-1304969602 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348698-1304969602.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1984698403

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:       4054124 kB
Buffers:        217880 kB
Cached:       11687400 kB
SwapCached:       1588 kB
Active:       20818388 kB
Inactive:      7554364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4054124 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            1560 kB
Writeback:           0 kB
AnonPages:    16466148 kB
Mapped:          26576 kB
Slab:           413744 kB
PageTables:      48400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 45114816 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= 42156 MiB
End job on node127 at 2011-05-09 21:55:04