Trace number 3387536

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.1 5000.03

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 0,2,4,6

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.92 4.00 3.99 4/491 13562
/proc/meminfo: memFree=23000724/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=20576 CPUtime=0.01 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 829 0 0 0 1 0 0 0 25 0 1 0 672123120 21069824 754 33554432000 4194304 4300288 140735818831920 18446744073709551615 4228356 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 5144 754 220 26 0 1776 0

[startup+0.0302791 s]
/proc/loadavg: 3.92 4.00 3.99 4/491 13562
/proc/meminfo: memFree=23000724/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=16536 CPUtime=0.02 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 973 0 0 0 2 0 0 0 25 0 1 0 672123120 16932864 745 33554432000 4194304 4300288 140735818831920 18446744073709551615 4249534 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 4134 745 239 26 0 766 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+0.100297 s]
/proc/loadavg: 3.92 4.00 3.99 4/491 13562
/proc/meminfo: memFree=23000724/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=16920 CPUtime=0.09 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 1039 0 0 0 9 0 0 0 25 0 1 0 672123120 17326080 811 33554432000 4194304 4300288 140735818831920 18446744073709551615 4268461 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 4230 811 239 26 0 862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16920

[startup+0.300261 s]
/proc/loadavg: 3.92 4.00 3.99 4/491 13562
/proc/meminfo: memFree=23000724/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=17940 CPUtime=0.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 1244 0 0 0 29 0 0 0 25 0 1 0 672123120 18370560 1011 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 4485 1011 239 26 0 1117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17940

[startup+0.701186 s]
/proc/loadavg: 3.92 4.00 3.99 4/491 13562
/proc/meminfo: memFree=23000724/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=20824 CPUtime=0.69 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 2023 0 0 0 69 0 0 0 25 0 1 0 672123120 21323776 1777 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 5206 1777 239 26 0 1838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20824

[startup+1.50104 s]
/proc/loadavg: 3.92 4.00 3.99 5/492 13563
/proc/meminfo: memFree=22992416/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=21840 CPUtime=1.49 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 2309 0 0 0 149 0 0 0 25 0 1 0 672123120 22364160 2047 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 5460 2047 241 26 0 2092 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21840

[startup+3.10079 s]
/proc/loadavg: 3.92 4.00 3.99 5/492 13563
/proc/meminfo: memFree=22988568/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=24148 CPUtime=3.09 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 2955 0 0 0 309 0 0 0 25 0 1 0 672123120 24727552 2665 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 6037 2665 241 26 0 2669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24148

[startup+6.30025 s]
/proc/loadavg: 3.93 4.00 3.99 5/492 13563
/proc/meminfo: memFree=22982108/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=29692 CPUtime=6.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 3572 0 0 0 629 0 0 0 25 0 1 0 672123120 30404608 3262 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 7423 3262 241 26 0 4055 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29692

[startup+12.7012 s]
/proc/loadavg: 3.93 4.00 3.99 5/492 13563
/proc/meminfo: memFree=22971812/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=29692 CPUtime=12.7 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 6025 0 0 0 1269 1 0 0 25 0 1 0 672123120 30404608 3252 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 7423 3252 241 26 0 4055 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 29692

[startup+25.501 s]
/proc/loadavg: 3.95 4.00 3.99 5/492 13563
/proc/meminfo: memFree=22965112/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=32412 CPUtime=25.49 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 7556 0 0 0 2548 1 0 0 25 0 1 0 672123120 33189888 4736 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13562/statm: 8103 4736 241 26 0 4735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32412

[startup+51.1007 s]
/proc/loadavg: 4.12 4.03 4.01 5/492 13564
/proc/meminfo: memFree=22947232/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=37008 CPUtime=51.09 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 12044 0 0 0 5107 2 0 0 25 0 1 0 672123120 37896192 5596 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 9252 5596 241 26 0 5884 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37008

[startup+102.318 s]
/proc/loadavg: 4.05 4.03 4.00 5/492 13565
/proc/meminfo: memFree=22909996/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=41360 CPUtime=102.31 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 21430 0 0 0 10227 4 0 0 25 0 1 0 672123120 42352640 6921 33554432000 4194304 4300288 140735818831920 18446744073709551615 4279884 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 10340 6921 241 26 0 6972 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 41360

[startup+162.301 s]
/proc/loadavg: 4.08 4.05 4.01 5/492 13621
/proc/meminfo: memFree=23110984/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=56220 CPUtime=162.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 27078 0 0 0 16225 4 0 0 25 0 1 0 672123120 57569280 10324 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 14055 10324 241 26 0 10687 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56220

[startup+222.301 s]
/proc/loadavg: 4.11 4.07 4.01 5/492 13623
/proc/meminfo: memFree=23028404/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=56220 CPUtime=222.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 27444 0 0 0 22224 5 0 0 25 0 1 0 672123120 57569280 10682 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 14055 10682 241 26 0 10687 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 56220

[startup+282.301 s]
/proc/loadavg: 4.08 4.06 4.01 5/492 13624
/proc/meminfo: memFree=23017192/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=56220 CPUtime=282.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 27444 0 0 0 28224 5 0 0 25 0 1 0 672123120 57569280 10682 33554432000 4194304 4300288 140735818831920 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 14055 10682 241 26 0 10687 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 56220

[startup+342.301 s]
/proc/loadavg: 4.03 4.05 4.00 5/492 13626
/proc/meminfo: memFree=22964832/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=58232 CPUtime=342.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 27961 0 0 0 34224 5 0 0 25 0 1 0 672123120 59629568 11187 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 14558 11187 241 26 0 11190 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 58232

[startup+402.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/492 13627
/proc/meminfo: memFree=22979176/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=72848 CPUtime=402.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 29689 0 0 0 40224 5 0 0 25 0 1 0 672123120 74596352 12874 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 18212 12874 241 26 0 14844 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 72848

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/492 13629
/proc/meminfo: memFree=22901544/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=72848 CPUtime=462.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 29965 0 0 0 46224 5 0 0 25 0 1 0 672123120 74596352 13139 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 18212 13139 241 26 0 14844 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 72848

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/492 13630
/proc/meminfo: memFree=22895200/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=72848 CPUtime=522.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 29965 0 0 0 52224 5 0 0 25 0 1 0 672123120 74596352 13139 33554432000 4194304 4300288 140735818831920 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 18212 13139 241 26 0 14844 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 72848

[startup+582.301 s]
/proc/loadavg: 4.16 4.05 4.01 5/492 13632
/proc/meminfo: memFree=22852024/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=72848 CPUtime=582.29 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 29965 0 0 0 58224 5 0 0 25 0 1 0 672123120 74596352 13139 33554432000 4194304 4300288 140735818831920 18446744073709551615 4249981 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13562/statm: 18212 13139 241 26 0 14844 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 72848

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.03 2.24 3/490 13735
/proc/meminfo: memFree=22520716/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4002.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 400222 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 148792

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.22 3/490 13737
/proc/meminfo: memFree=22508292/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4062.37 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 406224 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4269586 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 148792

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/490 13738
/proc/meminfo: memFree=22489928/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4122.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 412222 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 148792

[startup+4182.3 s]
/proc/loadavg: 2.11 2.04 2.20 3/490 13740
/proc/meminfo: memFree=22698220/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4182.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 418222 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 148792

[startup+4242.3 s]
/proc/loadavg: 2.09 2.05 2.18 3/490 13742
/proc/meminfo: memFree=22588456/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4242.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 424222 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 148792

[startup+4302.3 s]
/proc/loadavg: 2.03 2.04 2.17 3/490 13743
/proc/meminfo: memFree=22542668/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=148792 CPUtime=4302.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57601 0 0 0 430222 13 0 0 25 0 1 0 672123120 152363008 32728 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 37198 32728 241 26 0 33830 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 148792

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.16 3/490 13745
/proc/meminfo: memFree=22506312/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4362.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 436222 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 168448

[startup+4422.3 s]
/proc/loadavg: 2.08 2.05 2.16 3/490 13747
/proc/meminfo: memFree=22681616/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4422.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 442223 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 168448

[startup+4482.3 s]
/proc/loadavg: 2.06 2.05 2.15 3/490 13748
/proc/meminfo: memFree=22593668/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4482.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 448223 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 168448

[startup+4542.3 s]
/proc/loadavg: 2.02 2.04 2.14 3/490 13750
/proc/meminfo: memFree=22555072/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4542.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 454222 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 168448

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.13 3/490 13751
/proc/meminfo: memFree=22514616/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4602.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 460223 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 168448

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/490 13753
/proc/meminfo: memFree=22490536/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4662.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 466222 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4268397 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 168448

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.11 3/490 13755
/proc/meminfo: memFree=22465096/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4722.37 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 472224 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 168448

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.10 3/490 13756
/proc/meminfo: memFree=22623168/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4782.35 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 57603 0 0 0 478222 13 0 0 25 0 1 0 672123120 172490752 32730 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 32730 241 26 0 38744 0
Current children cumulated CPU time (s) 4782.35
Current children cumulated vsize (KiB) 168448

[startup+4842.3 s]
/proc/loadavg: 2.09 2.04 2.09 3/490 13758
/proc/meminfo: memFree=22544396/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4842.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 61697 0 0 0 484222 14 0 0 25 0 1 0 672123120 172490752 36724 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 36724 241 26 0 38744 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 168448

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.09 3/490 13759
/proc/meminfo: memFree=22449764/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4902.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 63064 0 0 0 490222 14 0 0 25 0 1 0 672123120 172490752 38073 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 38073 241 26 0 38744 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 168448

[startup+4962.3 s]
/proc/loadavg: 2.12 2.05 2.09 3/490 13761
/proc/meminfo: memFree=22606472/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=4962.36 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 63064 0 0 0 496222 14 0 0 25 0 1 0 672123120 172490752 38073 33554432000 4194304 4300288 140735818831920 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 38073 241 26 0 38744 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 168448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.13 2.06 2.09 3/490 13762
/proc/meminfo: memFree=22550920/32951124 swapFree=63649240/67111528
[pid=13562] ppid=13560 vsize=168448 CPUtime=5000.07 cores=0,2,4,6
/proc/13562/stat : 13562 (cir_minisat) R 13560 13562 11495 0 -1 4202496 63064 0 0 0 499993 14 0 0 25 0 1 0 672123120 172490752 38073 33554432000 4194304 4300288 140735818831920 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13562/statm: 42112 38073 241 26 0 38744 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 168448

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.1
CPU user time (s): 4999.94
CPU system time (s): 0.156976
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 168448

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

runsolver used 25.2812 second user time and 54.0668 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-17 06:07:26
IDJOB=3387536
IDBENCH=84237
IDSOLVER=1873
FILE ID=node130/3387536-1305605246
RUNJOBID= node130-1305600243-13329
PBS_JOBID= 13350348
Free space on /tmp= 73492 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387536-1305605246/watcher-3387536-1305605246 -o /tmp/evaluation-result-3387536-1305605246/solver-3387536-1305605246 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387536-1305605246.cnf

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=691840880

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23000880 kB
Buffers:        318788 kB
Cached:        4234860 kB
SwapCached:      10240 kB
Active:        5775888 kB
Inactive:      3858540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23000880 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:     5078384 kB
Mapped:          30808 kB
Slab:           191372 kB
PageTables:      54988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146242188 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= 73476 MiB
End job on node130 at 2011-05-17 07:30:48