Trace number 3348699

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.05 1300.02

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3348699-1304969593/watcher-3348699-1304969593 -o /tmp/evaluation-result-3348699-1304969593/solver-3348699-1304969593 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348699-1304969593.cnf 

running on 2 cores: 4,6

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.14 5/303 11324
/proc/meminfo: memFree=26216532/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=19488 CPUtime=0 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 730 0 0 0 0 0 0 0 25 0 1 0 589375176 19955712 671 33554432000 4194304 4254575 140735587061264 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 4872 673 210 15 0 1515 0

[startup+0.0469589 s]
/proc/loadavg: 4.02 4.00 3.14 5/303 11324
/proc/meminfo: memFree=26216532/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=21836 CPUtime=0.04 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 1619 0 0 0 4 0 0 0 25 0 1 0 589375176 22360064 1557 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216582 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 5459 1557 230 15 0 2102 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21836

[startup+0.100938 s]
/proc/loadavg: 4.02 4.00 3.14 5/303 11324
/proc/meminfo: memFree=26216532/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=22100 CPUtime=0.09 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 1789 0 0 0 9 0 0 0 25 0 1 0 589375176 22630400 1726 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 5525 1726 231 15 0 2168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22100

[startup+0.30092 s]
/proc/loadavg: 4.02 4.00 3.14 5/303 11324
/proc/meminfo: memFree=26216532/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=22508 CPUtime=0.29 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 2088 0 0 0 29 0 0 0 25 0 1 0 589375176 23048192 2018 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 5627 2018 231 15 0 2270 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22508

[startup+0.700852 s]
/proc/loadavg: 4.02 4.00 3.14 5/303 11324
/proc/meminfo: memFree=26216532/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=22952 CPUtime=0.69 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 2409 0 0 0 69 0 0 0 25 0 1 0 589375176 23502848 2333 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 5738 2333 232 15 0 2381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22952

[startup+1.5007 s]
/proc/loadavg: 4.02 4.00 3.14 5/304 11325
/proc/meminfo: memFree=26203484/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=26784 CPUtime=1.49 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 3282 0 0 0 149 0 0 0 25 0 1 0 589375176 27426816 3192 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 6696 3193 232 15 0 3339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26784

[startup+3.10042 s]
/proc/loadavg: 4.01 4.00 3.14 5/304 11325
/proc/meminfo: memFree=26195796/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=32404 CPUtime=3.09 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 4090 0 0 0 309 0 0 0 25 0 1 0 589375176 33181696 3985 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 8101 3985 232 15 0 4744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32404

[startup+6.3008 s]
/proc/loadavg: 4.01 4.00 3.14 5/304 11325
/proc/meminfo: memFree=26181916/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=41856 CPUtime=6.28 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 5597 0 0 0 628 0 0 0 25 0 1 0 589375176 42860544 5465 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 10464 5465 232 15 0 7107 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41856

[startup+12.7006 s]
/proc/loadavg: 4.01 4.00 3.15 5/304 11326
/proc/meminfo: memFree=26152564/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=33236 CPUtime=12.69 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 9140 0 0 0 1268 1 0 0 25 0 1 0 589375176 34033664 4376 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 8309 4376 232 15 0 4952 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33236

[startup+25.5003 s]
/proc/loadavg: 4.08 4.02 3.17 5/304 11326
/proc/meminfo: memFree=26109752/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=59636 CPUtime=25.48 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 14463 0 0 0 2545 3 0 0 25 0 1 0 589375176 61067264 9588 33554432000 4194304 4254575 140735587061264 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 14909 9588 232 15 0 11552 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59636

[startup+51.1006 s]
/proc/loadavg: 4.05 4.01 3.19 5/304 11327
/proc/meminfo: memFree=26015180/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=86476 CPUtime=51.09 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 26236 0 0 0 5102 7 0 0 25 0 1 0 589375176 88551424 14957 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216964 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 21619 14957 232 15 0 18262 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86476

[startup+102.311 s]
/proc/loadavg: 4.07 4.02 3.24 5/301 11513
/proc/meminfo: memFree=26105796/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=116868 CPUtime=102.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 40642 0 0 0 10220 10 0 0 25 0 1 0 589375176 119672832 20541 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 29217 20541 232 15 0 25860 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116868

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.28 5/304 11520
/proc/meminfo: memFree=25613428/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=116868 CPUtime=162.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 58561 0 0 0 16217 13 0 0 25 0 1 0 589375176 119672832 20810 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 29217 20810 232 15 0 25860 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 116868

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.32 5/304 11522
/proc/meminfo: memFree=25424368/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=166188 CPUtime=222.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 77589 0 0 0 22215 15 0 0 25 0 1 0 589375176 170176512 30810 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41547 30810 232 15 0 38190 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 166188

[startup+282.301 s]
/proc/loadavg: 4.05 4.02 3.37 5/304 11551
/proc/meminfo: memFree=25345392/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=166188 CPUtime=282.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 95572 0 0 0 28212 18 0 0 25 0 1 0 589375176 170176512 28957 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41547 28957 232 15 0 38190 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166188

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.41 5/304 11552
/proc/meminfo: memFree=25110588/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=166188 CPUtime=342.29 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 109890 0 0 0 34209 20 0 0 25 0 1 0 589375176 170176512 31963 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41547 31963 232 15 0 38190 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 166188

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.45 5/304 11554
/proc/meminfo: memFree=24913108/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=166188 CPUtime=402.29 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 123403 0 0 0 40207 22 0 0 25 0 1 0 589375176 170176512 33439 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216711 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41547 33439 232 15 0 38190 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 166188

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.48 5/304 11556
/proc/meminfo: memFree=24718988/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=166188 CPUtime=462.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 140235 0 0 0 46204 26 0 0 25 0 1 0 589375176 170176512 35554 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41547 35554 232 15 0 38190 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166188

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.50 5/304 11557
/proc/meminfo: memFree=24560104/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=116868 CPUtime=522.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 151635 0 0 0 52203 28 0 0 25 0 1 0 589375176 119672832 25110 33554432000 4194304 4254575 140735587061264 18446744073709551615 4224275 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 29217 25110 232 15 0 25860 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 116868

[startup+582.301 s]
/proc/loadavg: 4.17 4.06 3.55 5/304 11559
/proc/meminfo: memFree=24313796/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=144220 CPUtime=582.3 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 170697 0 0 0 58199 31 0 0 25 0 1 0 589375176 147681280 32705 33554432000 4194304 4254575 140735587061264 18446744073709551615 4217046 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 36055 32705 232 15 0 32698 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144220

[startup+642.301 s]
/proc/loadavg: 4.14 4.06 3.58 5/304 11560
/proc/meminfo: memFree=24092596/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=194080 CPUtime=642.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 192481 0 0 0 64196 35 0 0 25 0 1 0 589375176 198737920 42877 33554432000 4194304 4254575 140735587061264 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 48520 42877 232 15 0 45163 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 194080

[startup+702.3 s]
/proc/loadavg: 4.05 4.05 3.60 5/304 11562
/proc/meminfo: memFree=23869740/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=194080 CPUtime=702.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 205730 0 0 0 70193 38 0 0 25 0 1 0 589375176 198737920 43242 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 48520 43242 232 15 0 45163 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 194080

[startup+762.311 s]
/proc/loadavg: 4.02 4.04 3.63 5/304 11564
/proc/meminfo: memFree=23679312/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=194080 CPUtime=762.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 217683 0 0 0 76192 40 0 0 25 0 1 0 589375176 198737920 41945 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 48520 41945 232 15 0 45163 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 194080

[startup+822.3 s]
/proc/loadavg: 4.00 4.03 3.65 5/304 11565
/proc/meminfo: memFree=23486220/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=194080 CPUtime=822.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 229999 0 0 0 82189 42 0 0 25 0 1 0 589375176 198737920 40448 33554432000 4194304 4254575 140735587061264 18446744073709551615 4212331 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 48520 40448 232 15 0 45163 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 194080

[startup+882.3 s]
/proc/loadavg: 4.05 4.03 3.67 5/304 11567
/proc/meminfo: memFree=23357276/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=144760 CPUtime=882.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 236384 0 0 0 88186 45 0 0 25 0 1 0 589375176 148234240 32744 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 36190 32744 232 15 0 32833 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 144760

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.69 5/304 11568
/proc/meminfo: memFree=23146476/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=144760 CPUtime=942.31 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 250052 0 0 0 94184 47 0 0 25 0 1 0 589375176 148234240 32762 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 36190 32762 232 15 0 32833 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 144760

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.70 5/304 11570
/proc/meminfo: memFree=22969008/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=144760 CPUtime=1002.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 265820 0 0 0 100182 50 0 0 25 0 1 0 589375176 148234240 32762 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 36190 32762 232 15 0 32833 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 144760

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.72 5/304 11571
/proc/meminfo: memFree=22780112/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=224900 CPUtime=1062.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 280937 0 0 0 106179 53 0 0 25 0 1 0 589375176 230297600 47721 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 56225 47721 232 15 0 52868 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224900

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.74 5/304 11573
/proc/meminfo: memFree=22607692/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=213716 CPUtime=1122.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 293485 0 0 0 112177 55 0 0 25 0 1 0 589375176 218845184 44399 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 53429 44399 232 15 0 50072 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 213716

[startup+1182.3 s]
/proc/loadavg: 4.14 4.06 3.77 5/304 11575
/proc/meminfo: memFree=22477000/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=164396 CPUtime=1182.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 297452 0 0 0 118176 56 0 0 25 0 1 0 589375176 168341504 33036 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 41099 33036 232 15 0 37742 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 164396

[startup+1242.3 s]
/proc/loadavg: 3.77 3.98 3.76 4/298 11594
/proc/meminfo: memFree=23664964/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=244536 CPUtime=1242.32 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 311271 0 0 0 124174 58 0 0 25 0 1 0 589375176 250404864 46712 33554432000 4194304 4254575 140735587061264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 61134 46712 232 15 0 57777 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 244536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.30 3.82 3.71 4/298 11596
/proc/meminfo: memFree=23574012/32951124 swapFree=63485424/67111528
[pid=11324] ppid=11322 vsize=213716 CPUtime=1300.03 cores=4,6
/proc/11324/stat : 11324 (cir_minisat) R 11322 11324 9758 0 -1 4202496 322996 0 0 0 129942 61 0 0 25 0 1 0 589375176 218845184 43143 33554432000 4194304 4254575 140735587061264 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11324/statm: 53429 43143 232 15 0 50072 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 213716

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.05
CPU user time (s): 1299.43
CPU system time (s): 0.617906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 244536

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

runsolver used 3.77942 second user time and 8.06477 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-09 21:33:13
IDJOB=3348699
IDBENCH=71089
IDSOLVER=1810
FILE ID=node147/3348699-1304969593
RUNJOBID= node147-1304968213-11024
PBS_JOBID= 13285603
Free space on /tmp= 53188 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1686040821

node147.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.836
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.67
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.836
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      26216564 kB
Buffers:        161948 kB
Cached:        2881128 kB
SwapCached:      12852 kB
Active:         982800 kB
Inactive:      5563764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26216564 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           22500 kB
Writeback:           0 kB
AnonPages:     3499560 kB
Mapped:          15620 kB
Slab:            95832 kB
PageTables:      30428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45462532 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= 53076 MiB
End job on node147 at 2011-05-09 21:54:55