Trace number 3387204

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.11 5000.03

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-3387204-1305597526/watcher-3387204-1305597526 -o /tmp/evaluation-result-3387204-1305597526/solver-3387204-1305597526 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387204-1305597526.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.00 4.04 4.00 4/500 6535
/proc/meminfo: memFree=18590704/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=20192 CPUtime=0 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 966 0 0 0 0 0 0 0 25 0 1 0 749983250 20676608 891 33554432000 4194304 4300288 140733522030544 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 5048 891 216 26 0 1680 0

[startup+0.036278 s]
/proc/loadavg: 4.00 4.04 4.00 4/500 6535
/proc/meminfo: memFree=18590704/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=23152 CPUtime=0.03 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 2159 0 0 0 3 0 0 0 25 0 1 0 749983250 23707648 1916 33554432000 4194304 4300288 140733522030544 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 5788 1916 221 26 0 2420 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23152

[startup+0.100264 s]
/proc/loadavg: 4.00 4.04 4.00 4/500 6535
/proc/meminfo: memFree=18590704/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=23152 CPUtime=0.09 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 2159 0 0 0 9 0 0 0 25 0 1 0 749983250 23707648 1916 33554432000 4194304 4300288 140733522030544 18446744073709551615 4228437 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 5788 1916 221 26 0 2420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23152

[startup+0.30023 s]
/proc/loadavg: 4.00 4.04 4.00 4/500 6535
/proc/meminfo: memFree=18590704/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=23956 CPUtime=0.29 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 2532 0 0 0 29 0 0 0 25 0 1 0 749983250 24530944 2278 33554432000 4194304 4300288 140733522030544 18446744073709551615 4228464 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 5989 2278 221 26 0 2621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23956

[startup+0.700155 s]
/proc/loadavg: 4.00 4.04 4.00 4/500 6535
/proc/meminfo: memFree=18590704/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=21916 CPUtime=0.69 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 3250 0 0 0 69 0 0 0 25 0 1 0 749983250 22441984 2263 33554432000 4194304 4300288 140733522030544 18446744073709551615 4268202 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 5479 2263 241 26 0 2111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21916

[startup+1.50101 s]
/proc/loadavg: 4.00 4.04 4.00 5/501 6536
/proc/meminfo: memFree=18580244/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=26672 CPUtime=1.49 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 3870 0 0 0 149 0 0 0 25 0 1 0 749983250 27312128 2871 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 6668 2871 241 26 0 3300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26672

[startup+3.10071 s]
/proc/loadavg: 4.00 4.04 4.00 5/501 6536
/proc/meminfo: memFree=18575780/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=32528 CPUtime=3.09 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 5207 0 0 0 309 0 0 0 25 0 1 0 749983250 33308672 4181 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 8132 4181 241 26 0 4764 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32528

[startup+6.30112 s]
/proc/loadavg: 4.00 4.04 4.00 5/501 6536
/proc/meminfo: memFree=18565300/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=42316 CPUtime=6.29 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 7210 0 0 0 629 0 0 0 25 0 1 0 749983250 43331584 6158 33554432000 4194304 4300288 140733522030544 18446744073709551615 4270057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 10579 6158 241 26 0 7211 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42316

[startup+12.7009 s]
/proc/loadavg: 4.00 4.03 4.00 5/501 6536
/proc/meminfo: memFree=18566044/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=37948 CPUtime=12.69 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 11475 0 0 0 1268 1 0 0 25 0 1 0 749983250 38858752 5289 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 9487 5289 241 26 0 6119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37948

[startup+25.5006 s]
/proc/loadavg: 4.15 4.06 4.01 5/501 6536
/proc/meminfo: memFree=18536540/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=87560 CPUtime=25.5 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 17698 0 0 0 2548 2 0 0 25 0 1 0 749983250 89661440 11426 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 21890 11426 241 26 0 18522 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 87560

[startup+51.1008 s]
/proc/loadavg: 4.10 4.06 4.01 5/501 6537
/proc/meminfo: memFree=18525448/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=87560 CPUtime=51.09 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 19456 0 0 0 5107 2 0 0 25 0 1 0 749983250 89661440 13065 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 21890 13065 241 26 0 18522 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 87560

[startup+102.319 s]
/proc/loadavg: 4.09 4.06 4.01 5/501 6538
/proc/meminfo: memFree=18489960/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=117904 CPUtime=102.31 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 25160 0 0 0 10228 3 0 0 25 0 1 0 749983250 120733696 18628 33554432000 4194304 4300288 140733522030544 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 29476 18628 241 26 0 26108 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 117904

[startup+162.3 s]
/proc/loadavg: 4.03 4.05 4.00 5/501 6549
/proc/meminfo: memFree=18483932/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=162.3 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 51533 0 0 0 16222 8 0 0 25 0 1 0 749983250 98734080 16218 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6535/statm: 24105 16218 242 26 0 20737 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96420

[startup+222.301 s]
/proc/loadavg: 4.07 4.05 4.00 5/501 7050
/proc/meminfo: memFree=18181884/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=222.29 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 68650 0 0 0 22219 10 0 0 25 0 1 0 749983250 98734080 16225 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 24105 16225 242 26 0 20737 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96420

[startup+282.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/498 7054
/proc/meminfo: memFree=18727108/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=282.3 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 89827 0 0 0 28216 14 0 0 25 0 1 0 749983250 98734080 20927 33554432000 4194304 4300288 140733522030544 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 24105 20927 242 26 0 20737 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96420

[startup+342.301 s]
/proc/loadavg: 4.07 4.05 4.00 5/501 7107
/proc/meminfo: memFree=18286184/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=342.25 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 99918 0 0 0 34210 15 0 0 25 0 1 0 749983250 98734080 20927 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 24105 20927 242 26 0 20737 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 96420

[startup+402.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/501 7108
/proc/meminfo: memFree=18221504/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=402.26 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 117544 0 0 0 40208 18 0 0 25 0 1 0 749983250 98734080 20927 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256218 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 24105 20927 242 26 0 20737 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 96420

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/501 7110
/proc/meminfo: memFree=18178888/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=96420 CPUtime=462.26 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 137532 0 0 0 46204 22 0 0 25 0 1 0 749983250 98734080 20927 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 24105 20927 242 26 0 20737 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 96420

[startup+522.301 s]
/proc/loadavg: 4.16 4.07 4.01 5/501 7139
/proc/meminfo: memFree=18322392/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=145740 CPUtime=522.26 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 156530 0 0 0 52201 25 0 0 25 0 1 0 749983250 149237760 28962 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 36435 28962 242 26 0 33067 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 145740

[startup+582.301 s]
/proc/loadavg: 4.14 4.07 4.01 5/501 7140
/proc/meminfo: memFree=18160256/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=115652 CPUtime=582.26 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 169772 0 0 0 58198 28 0 0 25 0 1 0 749983250 118427648 21090 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/6535/statm: 28913 21090 242 26 0 25545 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 115652

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 3.00 3.02 3.27 4/495 7260
/proc/meminfo: memFree=18674716/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4002.34 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1065354 0 0 0 400012 222 0 0 25 0 1 0 749983250 308764672 66767 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 66767 242 26 0 72014 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 301528

[startup+4062.32 s]
/proc/loadavg: 3.00 3.02 3.26 4/495 7262
/proc/meminfo: memFree=18687328/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=270708 CPUtime=4062.37 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1078127 0 0 0 406012 225 0 0 25 0 1 0 749983250 277204992 63565 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 67677 63565 242 26 0 64309 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 270708

[startup+4122.3 s]
/proc/loadavg: 3.00 3.01 3.24 4/495 7264
/proc/meminfo: memFree=18693748/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=270708 CPUtime=4122.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1091516 0 0 0 412007 228 0 0 25 0 1 0 749983250 277204992 62022 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 67677 62022 242 26 0 64309 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 270708

[startup+4182.3 s]
/proc/loadavg: 3.00 3.01 3.22 4/495 7265
/proc/meminfo: memFree=18663840/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4182.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1099109 0 0 0 418004 231 0 0 25 0 1 0 749983250 308764672 69449 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 69449 242 26 0 72014 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 301528

[startup+4242.3 s]
/proc/loadavg: 3.00 3.00 3.20 4/495 7267
/proc/meminfo: memFree=18676832/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4242.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1114007 0 0 0 424001 234 0 0 25 0 1 0 749983250 308764672 66311 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 66311 242 26 0 72014 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 301528

[startup+4302.3 s]
/proc/loadavg: 3.00 3.00 3.18 4/495 7268
/proc/meminfo: memFree=18683868/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4302.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1127159 0 0 0 429999 236 0 0 25 0 1 0 749983250 308764672 64452 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 64452 242 26 0 72014 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 301528

[startup+4362.3 s]
/proc/loadavg: 3.10 3.03 3.18 4/495 7270
/proc/meminfo: memFree=18695120/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=270708 CPUtime=4362.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1141434 0 0 0 435995 240 0 0 25 0 1 0 749983250 277204992 61859 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 67677 61859 242 26 0 64309 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 270708

[startup+4422.3 s]
/proc/loadavg: 3.08 3.04 3.17 4/495 7272
/proc/meminfo: memFree=18733156/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=221388 CPUtime=4422.35 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1148281 0 0 0 441993 242 0 0 25 0 1 0 749983250 226701312 52110 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 55347 52110 242 26 0 51979 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 221388

[startup+4482.3 s]
/proc/loadavg: 3.03 3.03 3.16 4/495 7273
/proc/meminfo: memFree=18676952/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4482.36 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1162821 0 0 0 447990 246 0 0 25 0 1 0 749983250 308764672 66483 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 66483 242 26 0 72014 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 301528

[startup+4542.3 s]
/proc/loadavg: 3.01 3.02 3.15 4/495 7275
/proc/meminfo: memFree=18676044/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4542.36 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1178470 0 0 0 453987 249 0 0 25 0 1 0 749983250 308764672 66418 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 66418 242 26 0 72014 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 301528

[startup+4602.3 s]
/proc/loadavg: 3.00 3.02 3.14 4/495 7276
/proc/meminfo: memFree=18701060/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=270708 CPUtime=4602.37 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1190204 0 0 0 459984 253 0 0 25 0 1 0 749983250 277204992 59877 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 67677 59877 242 26 0 64309 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 270708

[startup+4662.3 s]
/proc/loadavg: 3.00 3.01 3.13 4/495 7278
/proc/meminfo: memFree=18665064/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=301528 CPUtime=4662.36 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1199458 0 0 0 465979 257 0 0 25 0 1 0 749983250 308764672 68899 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 75382 68899 242 26 0 72014 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 301528

[startup+4722.32 s]
/proc/loadavg: 3.00 3.00 3.12 4/495 7280
/proc/meminfo: memFree=18731500/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=221388 CPUtime=4722.38 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1211389 0 0 0 471979 259 0 0 25 0 1 0 749983250 226701312 52110 33554432000 4194304 4300288 140733522030544 18446744073709551615 4269822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 55347 52110 242 26 0 51979 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 221388

[startup+4782.3 s]
/proc/loadavg: 3.00 3.00 3.10 4/495 7281
/proc/meminfo: memFree=18711004/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=241880 CPUtime=4782.37 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1228708 0 0 0 477975 262 0 0 25 0 1 0 749983250 247685120 57233 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 60470 57233 242 26 0 57102 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 241880

[startup+4842.3 s]
/proc/loadavg: 3.00 3.00 3.09 4/495 7283
/proc/meminfo: memFree=18652936/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=322020 CPUtime=4842.37 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1243614 0 0 0 483972 265 0 0 25 0 1 0 749983250 329748480 71909 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 80505 71909 242 26 0 77137 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 322020

[startup+4902.3 s]
/proc/loadavg: 3.15 3.03 3.10 4/495 7284
/proc/meminfo: memFree=18662568/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=322020 CPUtime=4902.38 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1257106 0 0 0 489969 269 0 0 25 0 1 0 749983250 329748480 69578 33554432000 4194304 4300288 140733522030544 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 80505 69578 242 26 0 77137 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 322020

[startup+4962.3 s]
/proc/loadavg: 3.12 3.04 3.09 4/495 7286
/proc/meminfo: memFree=18680272/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=291200 CPUtime=4962.38 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1269858 0 0 0 495966 272 0 0 25 0 1 0 749983250 298188800 65166 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 72800 65166 242 26 0 69432 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 291200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.06 3.03 3.09 4/495 7287
/proc/meminfo: memFree=18652352/32950928 swapFree=38710912/67111528
[pid=6535] ppid=6533 vsize=322020 CPUtime=5000.08 cores=1,3,5,7
/proc/6535/stat : 6535 (cir_minisat) R 6533 6535 5791 0 -1 4202496 1276885 0 0 0 499734 274 0 0 25 0 1 0 749983250 329748480 72014 33554432000 4194304 4300288 140733522030544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6535/statm: 80505 72014 242 26 0 77137 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 322020

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): 5000.03
CPU time (s): 5000.11
CPU user time (s): 4997.36
CPU system time (s): 2.75558
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 351616

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

runsolver used 23.1355 second user time and 58.7091 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-17 03:58:46
IDJOB=3387204
IDBENCH=71089
IDSOLVER=1873
FILE ID=node113/3387204-1305597526
RUNJOBID= node113-1305586738-5810
PBS_JOBID= 13350365
Free space on /tmp= 73388 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
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-3387204-1305597526/watcher-3387204-1305597526 -o /tmp/evaluation-result-3387204-1305597526/solver-3387204-1305597526 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387204-1305597526.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=991733008

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18590736 kB
Buffers:        307764 kB
Cached:        3999936 kB
SwapCached:      93692 kB
Active:        6434792 kB
Inactive:      7610816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18590736 kB
SwapTotal:    67111528 kB
SwapFree:     38710912 kB
Dirty:            1508 kB
Writeback:           0 kB
AnonPages:     9655592 kB
Mapped:          26224 kB
Slab:           128448 kB
PageTables:     117368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 155943972 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= 73692 MiB
End job on node113 at 2011-05-17 05:22:08