Trace number 3387548

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.12 5000.02

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark518.252
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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-3387548-1305605430/watcher-3387548-1305605430 -o /tmp/evaluation-result-3387548-1305605430/solver-3387548-1305605430 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387548-1305605430.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: 3.94 4.03 4.00 5/528 14736
/proc/meminfo: memFree=15318028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=15176 CPUtime=0 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 481 0 0 0 0 0 0 0 25 0 1 0 652958881 15540224 395 33554432000 4194304 4300288 140734264270432 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 3794 395 238 26 0 426 0

[startup+0.0838519 s]
/proc/loadavg: 3.94 4.03 4.00 5/528 14736
/proc/meminfo: memFree=15318028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=16116 CPUtime=0.08 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 643 0 0 0 8 0 0 0 25 0 1 0 652958881 16502784 549 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4029 549 239 26 0 661 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16116

[startup+0.100838 s]
/proc/loadavg: 3.94 4.03 4.00 5/528 14736
/proc/meminfo: memFree=15318028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=16116 CPUtime=0.09 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 662 0 0 0 9 0 0 0 25 0 1 0 652958881 16502784 568 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4029 568 239 26 0 661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16116

[startup+0.300805 s]
/proc/loadavg: 3.94 4.03 4.00 5/528 14736
/proc/meminfo: memFree=15318028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=16504 CPUtime=0.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 791 0 0 0 29 0 0 0 25 0 1 0 652958881 16900096 688 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4126 688 239 26 0 758 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16504

[startup+0.700733 s]
/proc/loadavg: 3.94 4.03 4.00 5/528 14736
/proc/meminfo: memFree=15318028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=17136 CPUtime=0.69 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 974 0 0 0 69 0 0 0 25 0 1 0 652958881 17547264 865 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4284 865 239 26 0 916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17136

[startup+1.5006 s]
/proc/loadavg: 3.94 4.03 4.00 5/529 14737
/proc/meminfo: memFree=15314060/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=17772 CPUtime=1.49 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 1160 0 0 0 149 0 0 0 25 0 1 0 652958881 18198528 1040 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4443 1040 239 26 0 1075 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17772

[startup+3.1003 s]
/proc/loadavg: 3.94 4.03 4.00 5/529 14737
/proc/meminfo: memFree=15311748/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=18796 CPUtime=3.09 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 1367 0 0 0 309 0 0 0 25 0 1 0 652958881 19247104 1242 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4699 1242 239 26 0 1331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18796

[startup+6.30072 s]
/proc/loadavg: 3.94 4.03 4.00 5/529 14737
/proc/meminfo: memFree=15308028/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=19800 CPUtime=6.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 1492 0 0 0 629 0 0 0 25 0 1 0 652958881 20275200 1364 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 4950 1364 239 26 0 1582 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19800

[startup+12.7006 s]
/proc/loadavg: 3.95 4.03 4.00 5/529 14737
/proc/meminfo: memFree=15301912/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=21876 CPUtime=12.69 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 1954 0 0 0 1269 0 0 0 25 0 1 0 652958881 22401024 1808 33554432000 4194304 4300288 140734264270432 18446744073709551615 4269493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 5469 1808 239 26 0 2101 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21876

[startup+25.5003 s]
/proc/loadavg: 3.96 4.03 4.00 5/529 14737
/proc/meminfo: memFree=15411036/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=23056 CPUtime=25.49 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 2249 0 0 0 2549 0 0 0 25 0 1 0 652958881 23609344 2089 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 5764 2089 239 26 0 2396 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23056

[startup+51.1007 s]
/proc/loadavg: 3.97 4.02 4.00 5/529 14738
/proc/meminfo: memFree=15371152/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=24752 CPUtime=51.09 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 2647 0 0 0 5109 0 0 0 25 0 1 0 652958881 25346048 2475 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 6188 2475 239 26 0 2820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24752

[startup+102.32 s]
/proc/loadavg: 3.99 4.02 4.00 5/529 14739
/proc/meminfo: memFree=15308504/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=29752 CPUtime=102.31 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 3841 0 0 0 10231 0 0 0 25 0 1 0 652958881 30466048 3635 33554432000 4194304 4300288 140734264270432 18446744073709551615 4250489 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 7438 3635 239 26 0 4070 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29752

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 4.00 5/529 14741
/proc/meminfo: memFree=15268760/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=29752 CPUtime=162.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 4132 0 0 0 16229 0 0 0 25 0 1 0 652958881 30466048 3914 33554432000 4194304 4300288 140734264270432 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 7438 3914 239 26 0 4070 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29752

[startup+222.301 s]
/proc/loadavg: 3.99 4.01 4.00 5/529 14743
/proc/meminfo: memFree=15332180/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=32112 CPUtime=222.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 4542 0 0 0 22229 0 0 0 25 0 1 0 652958881 32882688 4310 33554432000 4194304 4300288 140734264270432 18446744073709551615 4272221 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8028 4310 239 26 0 4660 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 32112

[startup+282.3 s]
/proc/loadavg: 4.14 4.05 4.01 5/529 14744
/proc/meminfo: memFree=15282892/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=32300 CPUtime=282.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 4916 0 0 0 28229 0 0 0 25 0 1 0 652958881 33075200 4671 33554432000 4194304 4300288 140734264270432 18446744073709551615 4269708 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8075 4671 239 26 0 4707 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 32300

[startup+342.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/529 14746
/proc/meminfo: memFree=15363428/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=32300 CPUtime=342.29 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 4916 0 0 0 34229 0 0 0 25 0 1 0 652958881 33075200 4671 33554432000 4194304 4300288 140734264270432 18446744073709551615 4269323 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8075 4671 239 26 0 4707 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 32300

[startup+402.301 s]
/proc/loadavg: 4.11 4.06 4.01 5/529 14747
/proc/meminfo: memFree=15287704/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=35016 CPUtime=402.3 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 5560 0 0 0 40230 0 0 0 25 0 1 0 652958881 35856384 5300 33554432000 4194304 4300288 140734264270432 18446744073709551615 4269776 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8754 5300 239 26 0 5386 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 35016

[startup+462.301 s]
/proc/loadavg: 4.13 4.07 4.01 5/529 14749
/proc/meminfo: memFree=15243872/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=35016 CPUtime=462.3 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 5601 0 0 0 46230 0 0 0 25 0 1 0 652958881 35856384 5341 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8754 5341 239 26 0 5386 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 35016

[startup+522.3 s]
/proc/loadavg: 4.05 4.06 4.01 5/529 14751
/proc/meminfo: memFree=15338524/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=35016 CPUtime=522.3 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 5601 0 0 0 52230 0 0 0 25 0 1 0 652958881 35856384 5341 33554432000 4194304 4300288 140734264270432 18446744073709551615 4249469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14736/statm: 8754 5341 239 26 0 5386 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 35016

[startup+582.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/529 14752
/proc/meminfo: memFree=15267656/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=35016 CPUtime=582.26 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 5611 0 0 0 58226 0 0 0 25 0 1 0 652958881 35856384 5350 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256009 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 8754 5350 239 26 0 5386 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 35016

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 3.00 3.00 3.06 4/523 14926
/proc/meminfo: memFree=15086316/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4002.36 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 400234 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 53700

[startup+4062.32 s]
/proc/loadavg: 3.00 3.00 3.06 4/523 14928
/proc/meminfo: memFree=15078452/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4062.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 406236 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 53700

[startup+4122.3 s]
/proc/loadavg: 3.00 3.00 3.05 4/523 14930
/proc/meminfo: memFree=15070948/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4122.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 412235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 53700

[startup+4182.3 s]
/proc/loadavg: 3.09 3.03 3.06 4/523 14931
/proc/meminfo: memFree=15063572/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4182.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 418235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 53700

[startup+4242.3 s]
/proc/loadavg: 3.07 3.03 3.06 4/523 14933
/proc/meminfo: memFree=15055708/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4242.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 424235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 53700

[startup+4302.3 s]
/proc/loadavg: 3.02 3.03 3.05 4/523 14934
/proc/meminfo: memFree=15047840/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4302.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 430235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 53700

[startup+4362.3 s]
/proc/loadavg: 3.01 3.02 3.04 4/523 14936
/proc/meminfo: memFree=15040464/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4362.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 436235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 53700

[startup+4422.3 s]
/proc/loadavg: 3.00 3.01 3.04 4/523 14938
/proc/meminfo: memFree=15032852/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4422.37 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 442235 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 53700

[startup+4482.3 s]
/proc/loadavg: 3.00 3.01 3.03 4/523 14942
/proc/meminfo: memFree=15025208/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4482.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 448236 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 53700

[startup+4542.3 s]
/proc/loadavg: 3.00 3.00 3.03 4/523 14944
/proc/meminfo: memFree=15017920/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4542.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 454236 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 53700

[startup+4602.3 s]
/proc/loadavg: 3.00 3.00 3.02 4/523 14945
/proc/meminfo: memFree=15010684/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4602.39 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 460237 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 53700

[startup+4662.3 s]
/proc/loadavg: 3.00 3.00 3.01 4/523 14947
/proc/meminfo: memFree=15002328/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=53700 CPUtime=4662.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 10441 0 0 0 466236 2 0 0 25 0 1 0 652958881 54988800 10042 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13425 10042 239 26 0 10057 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 53700

[startup+4722.32 s]
/proc/loadavg: 3.12 3.03 3.02 4/523 14949
/proc/meminfo: memFree=14998048/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=52880 CPUtime=4722.4 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 11145 0 0 0 472238 2 0 0 25 0 1 0 652958881 54149120 9434 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13220 9434 240 26 0 9852 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 52880

[startup+4782.3 s]
/proc/loadavg: 3.10 3.04 3.02 4/523 14950
/proc/meminfo: memFree=14989316/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=56588 CPUtime=4782.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 11980 0 0 0 478236 2 0 0 25 0 1 0 652958881 57946112 10246 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 14147 10246 240 26 0 10779 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 56588

[startup+4842.3 s]
/proc/loadavg: 3.04 3.03 3.01 4/523 14952
/proc/meminfo: memFree=14981208/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=56588 CPUtime=4842.38 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 12144 0 0 0 484236 2 0 0 25 0 1 0 652958881 57946112 10407 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 14147 10407 240 26 0 10779 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 56588

[startup+4902.3 s]
/proc/loadavg: 3.01 3.02 3.01 4/523 14953
/proc/meminfo: memFree=14973836/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=56588 CPUtime=4902.39 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 12144 0 0 0 490237 2 0 0 25 0 1 0 652958881 57946112 10407 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 14147 10407 240 26 0 10779 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 56588

[startup+4962.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/523 14955
/proc/meminfo: memFree=14966456/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=56588 CPUtime=4962.39 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 12146 0 0 0 496237 2 0 0 25 0 1 0 652958881 57946112 10409 33554432000 4194304 4300288 140734264270432 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 14147 10409 240 26 0 10779 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 56588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 3.00 3.01 3.00 4/523 14956
/proc/meminfo: memFree=14962828/32951124 swapFree=67023148/67111528
[pid=14736] ppid=14734 vsize=54292 CPUtime=5000.1 cores=1,3,5,7
/proc/14736/stat : 14736 (cir_minisat) R 14734 14736 12388 0 -1 4202496 13826 0 0 0 500008 2 0 0 25 0 1 0 652958881 55595008 10170 33554432000 4194304 4300288 140734264270432 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14736/statm: 13573 10170 240 26 0 10205 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 54292

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.02
CPU time (s): 5000.12
CPU user time (s): 5000.09
CPU system time (s): 0.028995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 56588

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

runsolver used 24.8542 second user time and 61.3357 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-17 06:10:30
IDJOB=3387548
IDBENCH=84808
IDSOLVER=1873
FILE ID=node145/3387548-1305605430
RUNJOBID= node145-1305599763-14355
PBS_JOBID= 13350333
Free space on /tmp= 73784 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387548-1305605430/watcher-3387548-1305605430 -o /tmp/evaluation-result-3387548-1305605430/solver-3387548-1305605430 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387548-1305605430.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1893892146

node145.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.786
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.57
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.786
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15318060 kB
Buffers:        135780 kB
Cached:        1095392 kB
SwapCached:       4796 kB
Active:       13663092 kB
Inactive:      3688100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15318060 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:    16115140 kB
Mapped:          39576 kB
Slab:           138572 kB
PageTables:      74636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158595580 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= 73788 MiB
End job on node145 at 2011-05-17 07:33:52