Trace number 3387210

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.07 4999.93

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-3387210-1305597604/watcher-3387210-1305597604 -o /tmp/evaluation-result-3387210-1305597604/solver-3387210-1305597604 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387210-1305597604.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: 2.05 2.05 2.01 2/373 6860
/proc/meminfo: memFree=27280108/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=20592 CPUtime=0 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1078 0 0 0 0 0 0 0 25 0 1 0 671360892 21086208 995 33554432000 4194304 4300288 140734106158368 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 5148 995 217 26 0 1780 0

[startup+0.0861231 s]
/proc/loadavg: 2.05 2.05 2.01 2/373 6860
/proc/meminfo: memFree=27280108/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=22860 CPUtime=0.08 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 2068 0 0 0 8 0 0 0 25 0 1 0 671360892 23408640 1832 33554432000 4194304 4300288 140734106158368 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 5715 1832 222 26 0 2347 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22860

[startup+0.101121 s]
/proc/loadavg: 2.05 2.05 2.01 2/373 6860
/proc/meminfo: memFree=27280108/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=22860 CPUtime=0.09 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 2068 0 0 0 9 0 0 0 25 0 1 0 671360892 23408640 1832 33554432000 4194304 4300288 140734106158368 18446744073709551615 4228558 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 5715 1832 222 26 0 2347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22860

[startup+0.301085 s]
/proc/loadavg: 2.05 2.05 2.01 2/373 6860
/proc/meminfo: memFree=27280108/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=23820 CPUtime=0.29 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 2443 0 0 0 29 0 0 0 25 0 1 0 671360892 24391680 2193 33554432000 4194304 4300288 140734106158368 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 5955 2193 222 26 0 2587 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23820

[startup+0.70101 s]
/proc/loadavg: 2.05 2.05 2.01 2/373 6860
/proc/meminfo: memFree=27280108/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=23456 CPUtime=0.69 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 3239 0 0 0 69 0 0 0 25 0 1 0 671360892 24018944 2281 33554432000 4194304 4300288 140734106158368 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 5864 2281 242 26 0 2496 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23456

[startup+1.50086 s]
/proc/loadavg: 2.05 2.05 2.01 3/374 6861
/proc/meminfo: memFree=27269388/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=26640 CPUtime=1.49 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 3792 0 0 0 149 0 0 0 25 0 1 0 671360892 27279360 2818 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 6660 2818 242 26 0 3292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26640

[startup+3.10058 s]
/proc/loadavg: 2.05 2.05 2.01 3/374 6861
/proc/meminfo: memFree=27263932/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=32340 CPUtime=3.09 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 4952 0 0 0 309 0 0 0 25 0 1 0 671360892 33116160 3960 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 8085 3960 242 26 0 4717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32340

[startup+6.30099 s]
/proc/loadavg: 2.05 2.05 2.01 3/374 6861
/proc/meminfo: memFree=27252760/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=42288 CPUtime=6.29 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 6999 0 0 0 628 1 0 0 25 0 1 0 671360892 43302912 5965 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 10572 5965 242 26 0 7204 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42288

[startup+12.7008 s]
/proc/loadavg: 2.04 2.05 2.01 3/374 6861
/proc/meminfo: memFree=27240460/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=47272 CPUtime=12.69 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 12062 0 0 0 1267 2 0 0 25 0 1 0 671360892 48406528 6961 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 11818 6961 242 26 0 8450 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47272

[startup+25.5005 s]
/proc/loadavg: 2.03 2.05 2.01 3/374 6861
/proc/meminfo: memFree=27212384/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=64716 CPUtime=25.49 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 20111 0 0 0 2546 3 0 0 25 0 1 0 671360892 66269184 10086 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 16179 10086 242 26 0 12811 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64716

[startup+51.1008 s]
/proc/loadavg: 2.02 2.04 2.01 3/374 6862
/proc/meminfo: memFree=27160996/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=83572 CPUtime=51.09 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 26576 0 0 0 5105 4 0 0 25 0 1 0 671360892 85577728 16351 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 20893 16351 242 26 0 17525 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83572

[startup+102.314 s]
/proc/loadavg: 2.11 2.06 2.01 3/374 6873
/proc/meminfo: memFree=27108448/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=92240 CPUtime=102.31 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 46595 0 0 0 10223 8 0 0 25 0 1 0 671360892 94453760 16704 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 23060 16704 242 26 0 19692 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92240

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/374 7347
/proc/meminfo: memFree=27055112/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=92240 CPUtime=162.3 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 57204 0 0 0 16221 9 0 0 25 0 1 0 671360892 94453760 19582 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 23060 19582 242 26 0 19692 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92240

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/374 7349
/proc/meminfo: memFree=26996820/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=92240 CPUtime=222.29 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 72933 0 0 0 22218 11 0 0 25 0 1 0 671360892 94453760 19837 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 23060 19837 242 26 0 19692 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92240

[startup+282.301 s]
/proc/loadavg: 2.13 2.06 2.01 3/374 7353
/proc/meminfo: memFree=26921740/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=110988 CPUtime=282.29 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 86735 0 0 0 28216 13 0 0 25 0 1 0 671360892 113651712 24551 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 27747 24551 242 26 0 24379 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 110988

[startup+342.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/374 7355
/proc/meminfo: memFree=26837148/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=160308 CPUtime=342.3 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 112849 0 0 0 34213 17 0 0 25 0 1 0 671360892 164155392 33296 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 40077 33296 242 26 0 36709 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160308

[startup+402.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/374 7357
/proc/meminfo: memFree=26817884/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=113652 CPUtime=402.3 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 132391 0 0 0 40211 19 0 0 25 0 1 0 671360892 116379648 25217 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 28413 25217 242 26 0 25045 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113652

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/374 7358
/proc/meminfo: memFree=26766760/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=113652 CPUtime=462.31 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 149889 0 0 0 46210 21 0 0 25 0 1 0 671360892 116379648 25217 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 28413 25217 242 26 0 25045 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 113652

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/374 7360
/proc/meminfo: memFree=26718116/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=113652 CPUtime=522.3 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 167845 0 0 0 52207 23 0 0 25 0 1 0 671360892 116379648 25219 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 28413 25219 242 26 0 25045 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 113652

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 7361
/proc/meminfo: memFree=26678896/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=113652 CPUtime=582.31 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 186235 0 0 0 58205 26 0 0 25 0 1 0 671360892 116379648 25219 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 28413 25219 242 26 0 25045 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 113652

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.01 1.02 1.13 2/368 7483
/proc/meminfo: memFree=27484112/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4062.43 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1255803 0 0 0 406035 208 0 0 25 0 1 0 671360892 252555264 58344 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256009 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58344 242 26 0 58291 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 246636

[startup+4122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/368 7485
/proc/meminfo: memFree=27420476/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=326776 CPUtime=4122.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1272179 0 0 0 412030 212 0 0 25 0 1 0 671360892 334618624 74533 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 81694 74533 242 26 0 78326 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 326776

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/368 7486
/proc/meminfo: memFree=27484428/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4182.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1287676 0 0 0 418026 216 0 0 25 0 1 0 671360892 252555264 58344 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58344 242 26 0 58291 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 246636

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/368 7488
/proc/meminfo: memFree=27484388/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4242.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1302323 0 0 0 424023 219 0 0 25 0 1 0 671360892 252555264 58344 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58344 242 26 0 58291 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 246636

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/368 7490
/proc/meminfo: memFree=27484364/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4302.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1316486 0 0 0 430020 222 0 0 25 0 1 0 671360892 252555264 58344 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58344 242 26 0 58291 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 246636

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/368 7491
/proc/meminfo: memFree=27450348/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4362.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1337106 0 0 0 436018 224 0 0 25 0 1 0 671360892 303058944 67191 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 67191 242 26 0 70621 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 295956

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/368 7493
/proc/meminfo: memFree=27447104/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4422.42 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1351721 0 0 0 442015 227 0 0 25 0 1 0 671360892 303058944 67905 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 67905 242 26 0 70621 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 295956

[startup+4482.3 s]
/proc/loadavg: 1.09 1.03 1.08 2/368 7494
/proc/meminfo: memFree=27437880/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4482.43 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1367069 0 0 0 448013 230 0 0 25 0 1 0 671360892 303058944 70362 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 70362 242 26 0 70621 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 295956

[startup+4542.3 s]
/proc/loadavg: 1.07 1.03 1.08 2/368 7496
/proc/meminfo: memFree=27442328/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4542.43 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1381586 0 0 0 454010 233 0 0 25 0 1 0 671360892 303058944 69112 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 69112 242 26 0 70621 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 295956

[startup+4602.3 s]
/proc/loadavg: 1.02 1.03 1.07 2/368 7498
/proc/meminfo: memFree=27450356/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4602.44 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1393686 0 0 0 460009 235 0 0 25 0 1 0 671360892 303058944 67087 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 67087 242 26 0 70621 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 295956

[startup+4662.3 s]
/proc/loadavg: 1.01 1.02 1.07 2/368 7499
/proc/meminfo: memFree=27483804/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4662.44 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1409979 0 0 0 466006 238 0 0 25 0 1 0 671360892 252555264 58356 33554432000 4194304 4300288 140734106158368 18446744073709551615 4269812 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58356 242 26 0 58291 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 246636

[startup+4722.31 s]
/proc/loadavg: 1.00 1.01 1.06 2/368 7501
/proc/meminfo: memFree=27484752/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4722.45 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1424316 0 0 0 472005 240 0 0 25 0 1 0 671360892 252555264 58356 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58356 242 26 0 58291 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 246636

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/368 7502
/proc/meminfo: memFree=27453724/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4782.44 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1447575 0 0 0 477999 245 0 0 25 0 1 0 671360892 303058944 66402 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 66402 242 26 0 70621 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 295956

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/368 7504
/proc/meminfo: memFree=27484804/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=4842.43 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1454234 0 0 0 483996 247 0 0 25 0 1 0 671360892 252555264 58356 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58356 242 26 0 58291 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 246636

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/368 7506
/proc/meminfo: memFree=27445848/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4902.44 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1477295 0 0 0 489994 250 0 0 25 0 1 0 671360892 303058944 68523 33554432000 4194304 4300288 140734106158368 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 68523 242 26 0 70621 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 295956

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/368 7507
/proc/meminfo: memFree=27450396/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=295956 CPUtime=4962.44 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1491766 0 0 0 495991 253 0 0 25 0 1 0 671360892 303058944 67180 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 73989 67180 242 26 0 70621 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 295956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/368 7508
/proc/meminfo: memFree=27485224/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=5000.05 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1495818 0 0 0 499751 254 0 0 25 0 1 0 671360892 252555264 58356 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58356 242 26 0 58291 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 246636

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/368 7508
/proc/meminfo: memFree=27485224/32951124 swapFree=37160408/67111528
[pid=6860] ppid=6858 vsize=246636 CPUtime=5000.05 cores=1,3,5,7
/proc/6860/stat : 6860 (cir_minisat) R 6858 6860 6169 0 -1 4202496 1495818 0 0 0 499751 254 0 0 25 0 1 0 671360892 252555264 58356 33554432000 4194304 4300288 140734106158368 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/6860/statm: 61659 58356 242 26 0 58291 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 246636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4997.52
CPU system time (s): 2.55561
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 326776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.52
system time used= 2.55561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1495818
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= 10
involuntary context switches= 54705

runsolver used 15.9896 second user time and 43.1224 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-17 04:00:04
IDJOB=3387210
IDBENCH=71098
IDSOLVER=1873
FILE ID=node104/3387210-1305597604
RUNJOBID= node104-1305586740-6188
PBS_JOBID= 13350374
Free space on /tmp= 73244 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=1199062971

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27280380 kB
Buffers:        306452 kB
Cached:        2902768 kB
SwapCached:     152312 kB
Active:        1717076 kB
Inactive:      3668596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27280380 kB
SwapTotal:    67111528 kB
SwapFree:     37160408 kB
Dirty:            1628 kB
Writeback:           0 kB
AnonPages:     2037316 kB
Mapped:          11176 kB
Slab:           129436 kB
PageTables:      89528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88176380 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= 73516 MiB
End job on node104 at 2011-05-17 05:23:26