Trace number 3387426

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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-3387426-1305601640/watcher-3387426-1305601640 -o /tmp/evaluation-result-3387426-1305601640/solver-3387426-1305601640 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387426-1305601640.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.00 1.78 1.38 2/514 26143
/proc/meminfo: memFree=16595876/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=27732 CPUtime=0 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 2475 0 0 0 0 0 0 0 25 0 1 0 652579634 28397568 2343 33554432000 4194304 4300288 140737346177232 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 6933 2345 218 26 0 3565 0

[startup+0.072524 s]
/proc/loadavg: 2.00 1.78 1.38 2/514 26143
/proc/meminfo: memFree=16595876/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=35076 CPUtime=0.06 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 5286 0 0 0 5 1 0 0 25 0 1 0 652579634 35917824 4700 33554432000 4194304 4300288 140737346177232 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 8769 4701 218 26 0 5401 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35076

[startup+0.100508 s]
/proc/loadavg: 2.00 1.78 1.38 2/514 26143
/proc/meminfo: memFree=16595876/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=36076 CPUtime=0.09 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 5673 0 0 0 8 1 0 0 25 0 1 0 652579634 36941824 5066 33554432000 4194304 4300288 140737346177232 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 9019 5066 221 26 0 5651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36076

[startup+0.30049 s]
/proc/loadavg: 2.00 1.78 1.38 2/514 26143
/proc/meminfo: memFree=16595876/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=42240 CPUtime=0.29 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 8647 0 0 0 28 1 0 0 25 0 1 0 652579634 43253760 6634 33554432000 4194304 4300288 140737346177232 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 10560 6635 222 26 0 7192 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42240

[startup+0.700394 s]
/proc/loadavg: 2.00 1.78 1.38 2/514 26143
/proc/meminfo: memFree=16595876/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=37756 CPUtime=0.69 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 9334 0 0 0 68 1 0 0 25 0 1 0 652579634 38662144 5749 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 9439 5749 243 26 0 6071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37756

[startup+1.50024 s]
/proc/loadavg: 2.00 1.78 1.38 3/515 26144
/proc/meminfo: memFree=16571960/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=42108 CPUtime=1.49 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 9589 0 0 0 148 1 0 0 25 0 1 0 652579634 43118592 5997 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 10527 5997 243 26 0 7159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42108

[startup+3.10094 s]
/proc/loadavg: 2.00 1.78 1.38 3/515 26144
/proc/meminfo: memFree=16568612/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=42108 CPUtime=3.09 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 10190 0 0 0 308 1 0 0 25 0 1 0 652579634 43118592 6587 33554432000 4194304 4300288 140737346177232 18446744073709551615 4269822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 10527 6587 243 26 0 7159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42108

[startup+6.30035 s]
/proc/loadavg: 2.00 1.79 1.38 3/515 26144
/proc/meminfo: memFree=16553740/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=53864 CPUtime=6.29 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 13301 0 0 0 627 2 0 0 25 0 1 0 652579634 55156736 9679 33554432000 4194304 4300288 140737346177232 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 13466 9679 243 26 0 10098 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53864

[startup+12.7011 s]
/proc/loadavg: 2.00 1.79 1.38 3/515 26145
/proc/meminfo: memFree=16539048/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=72720 CPUtime=12.69 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 15505 0 0 0 1267 2 0 0 25 0 1 0 652579634 74465280 11839 33554432000 4194304 4300288 140737346177232 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 18180 11839 243 26 0 14812 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72720

[startup+25.5007 s]
/proc/loadavg: 2.00 1.80 1.39 3/515 26145
/proc/meminfo: memFree=16587020/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=49804 CPUtime=25.49 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 20529 0 0 0 2546 3 0 0 25 0 1 0 652579634 50999296 8480 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 12451 8480 243 26 0 9083 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49804

[startup+51.1009 s]
/proc/loadavg: 2.00 1.81 1.41 3/515 26146
/proc/meminfo: memFree=16536020/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=99124 CPUtime=51.09 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 31143 0 0 0 5104 5 0 0 25 0 1 0 652579634 101502976 18958 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 24781 18958 243 26 0 21413 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99124

[startup+102.319 s]
/proc/loadavg: 2.00 1.84 1.44 3/515 26147
/proc/meminfo: memFree=16506340/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=86776 CPUtime=102.32 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 53062 0 0 0 10222 10 0 0 25 0 1 0 652579634 88858624 15623 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 21694 15623 243 26 0 18326 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 86776

[startup+162.301 s]
/proc/loadavg: 2.00 1.87 1.47 3/515 26149
/proc/meminfo: memFree=16503460/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=108532 CPUtime=162.29 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 71886 0 0 0 16216 13 0 0 25 0 1 0 652579634 111136768 21720 33554432000 4194304 4300288 140737346177232 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 27133 21720 243 26 0 23765 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108532

[startup+222.301 s]
/proc/loadavg: 2.00 1.89 1.50 3/515 26150
/proc/meminfo: memFree=16545080/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=80688 CPUtime=222.3 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 94181 0 0 0 22213 17 0 0 25 0 1 0 652579634 82624512 16356 33554432000 4194304 4300288 140737346177232 18446744073709551615 4271156 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 20172 16356 243 26 0 16804 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 80688

[startup+282.3 s]
/proc/loadavg: 2.12 1.94 1.54 3/515 26152
/proc/meminfo: memFree=16479072/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=101100 CPUtime=282.3 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 112335 0 0 0 28210 20 0 0 25 0 1 0 652579634 103526400 20727 33554432000 4194304 4300288 140737346177232 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 25275 20727 243 26 0 21907 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101100

[startup+342.301 s]
/proc/loadavg: 2.25 2.00 1.58 3/515 26153
/proc/meminfo: memFree=16497632/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=122440 CPUtime=342.3 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 130097 0 0 0 34207 23 0 0 25 0 1 0 652579634 125378560 23938 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 30610 23938 243 26 0 27242 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 122440

[startup+402.301 s]
/proc/loadavg: 2.09 2.00 1.60 3/515 26155
/proc/meminfo: memFree=16444024/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=124072 CPUtime=402.3 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 146532 0 0 0 40203 27 0 0 25 0 1 0 652579634 127049728 26044 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 31018 26044 243 26 0 27650 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 124072

[startup+462.3 s]
/proc/loadavg: 2.03 2.00 1.63 3/515 26157
/proc/meminfo: memFree=16455644/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=155412 CPUtime=462.31 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 165464 0 0 0 46200 31 0 0 25 0 1 0 652579634 159141888 31534 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 38853 31534 243 26 0 35485 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 155412

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.65 3/515 26158
/proc/meminfo: memFree=16501104/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=158912 CPUtime=522.31 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 180699 0 0 0 52195 36 0 0 25 0 1 0 652579634 162725888 30129 33554432000 4194304 4300288 140737346177232 18446744073709551615 4268199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 39728 30129 243 26 0 36360 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 158912

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.66 3/515 26160
/proc/meminfo: memFree=16479004/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=93968 CPUtime=582.31 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 198831 0 0 0 58190 41 0 0 25 0 1 0 652579634 96223232 19092 33554432000 4194304 4300288 140737346177232 18446744073709551615 4269860 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 23492 19092 243 26 0 20124 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 93968

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.05 2.02 2.00 3/515 26319
/proc/meminfo: memFree=16497016/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=238412 CPUtime=4062.46 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 971673 0 0 0 405982 264 0 0 25 0 1 0 652579634 244133888 48463 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 59603 48463 243 26 0 56235 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 238412

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/515 26320
/proc/meminfo: memFree=16547440/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=158272 CPUtime=4122.45 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 981554 0 0 0 411977 268 0 0 25 0 1 0 652579634 162070528 36010 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 39568 36010 243 26 0 36200 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 158272

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 26322
/proc/meminfo: memFree=16492464/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=238412 CPUtime=4182.44 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 995710 0 0 0 417973 271 0 0 25 0 1 0 652579634 244133888 49912 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 59603 49912 243 26 0 56235 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 238412

[startup+4242.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/515 26323
/proc/meminfo: memFree=16463640/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=288500 CPUtime=4242.45 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1003031 0 0 0 423971 274 0 0 25 0 1 0 652579634 295424000 57084 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 72125 57084 243 26 0 68757 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 288500

[startup+4302.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/515 26325
/proc/meminfo: memFree=16486400/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=239908 CPUtime=4302.45 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1018203 0 0 0 429967 278 0 0 25 0 1 0 652579634 245665792 50913 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 59977 50913 243 26 0 56609 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 239908

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/515 26327
/proc/meminfo: memFree=16455480/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=289996 CPUtime=4362.46 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1026166 0 0 0 435963 283 0 0 25 0 1 0 652579634 296955904 58694 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 72499 58694 243 26 0 69131 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 289996

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 26328
/proc/meminfo: memFree=16477752/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=240692 CPUtime=4422.46 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1043695 0 0 0 441959 287 0 0 25 0 1 0 652579634 246468608 53185 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 60173 53185 243 26 0 56805 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 240692

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26330
/proc/meminfo: memFree=16516384/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=192156 CPUtime=4482.45 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1058665 0 0 0 447953 292 0 0 25 0 1 0 652579634 196767744 43925 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 48039 43925 243 26 0 44671 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 192156

[startup+4542.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 26331
/proc/meminfo: memFree=16477904/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=241944 CPUtime=4542.46 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1068073 0 0 0 453949 297 0 0 25 0 1 0 652579634 247750656 53125 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 60486 53125 243 26 0 57118 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 241944

[startup+4602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 26333
/proc/meminfo: memFree=16522248/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=180860 CPUtime=4602.48 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1078384 0 0 0 459947 301 0 0 25 0 1 0 652579634 185200640 41498 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 45215 41498 243 26 0 41847 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 180860

[startup+4662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/515 26337
/proc/meminfo: memFree=16478296/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=242324 CPUtime=4662.47 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1089552 0 0 0 465942 305 0 0 25 0 1 0 652579634 248139776 52410 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 60581 52410 243 26 0 57213 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 242324

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 26339
/proc/meminfo: memFree=16531260/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=174372 CPUtime=4722.49 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1098339 0 0 0 471940 309 0 0 25 0 1 0 652579634 178556928 39043 33554432000 4194304 4300288 140737346177232 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 43593 39043 243 26 0 40225 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 174372

[startup+4782.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/515 26341
/proc/meminfo: memFree=16478036/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=243016 CPUtime=4782.47 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1111930 0 0 0 477935 312 0 0 25 0 1 0 652579634 248848384 52363 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 60754 52363 243 26 0 57386 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 243016

[startup+4842.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/515 26342
/proc/meminfo: memFree=16448232/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=293104 CPUtime=4842.47 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1119262 0 0 0 483932 315 0 0 25 0 1 0 652579634 300138496 59543 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 73276 59543 243 26 0 69908 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 293104

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 26344
/proc/meminfo: memFree=16489860/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=214484 CPUtime=4902.47 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1132871 0 0 0 489929 318 0 0 25 0 1 0 652579634 219631616 49440 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 53621 49440 243 26 0 50253 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 214484

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26346
/proc/meminfo: memFree=16459932/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=245304 CPUtime=4962.48 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1140304 0 0 0 495926 322 0 0 25 0 1 0 652579634 251191296 56702 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 61326 56702 243 26 0 57958 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 245304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 26347
/proc/meminfo: memFree=16514068/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=195732 CPUtime=5000.09 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1147847 0 0 0 499686 323 0 0 25 0 1 0 652579634 200429568 43165 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 48933 43165 243 26 0 45565 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 195732

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: 2.00 2.02 2.00 3/515 26347
/proc/meminfo: memFree=16514068/32951124 swapFree=63083192/67111528
[pid=26143] ppid=26141 vsize=195732 CPUtime=5000.09 cores=1,3,5,7
/proc/26143/stat : 26143 (cir_minisat) R 26141 26143 24428 0 -1 4202496 1147847 0 0 0 499686 323 0 0 25 0 1 0 652579634 200429568 43165 33554432000 4194304 4300288 140737346177232 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/26143/statm: 48933 43165 243 26 0 45565 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 195732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4996.87
CPU system time (s): 3.24551
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 295392

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

runsolver used 24.5923 second user time and 59.9809 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 05:07:20
IDJOB=3387426
IDBENCH=83113
IDSOLVER=1873
FILE ID=node141/3387426-1305601640
RUNJOBID= node141-1305601210-26050
PBS_JOBID= 13350337
Free space on /tmp= 73384 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387426-1305601640/watcher-3387426-1305601640 -o /tmp/evaluation-result-3387426-1305601640/solver-3387426-1305601640 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387426-1305601640.cnf

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1641114185

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16596032 kB
Buffers:        303736 kB
Cached:        5558788 kB
SwapCached:      15708 kB
Active:       10846484 kB
Inactive:      5221260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16596032 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:            3232 kB
Writeback:          28 kB
AnonPages:    10196500 kB
Mapped:          26540 kB
Slab:           147656 kB
PageTables:      70288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150815328 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= 73384 MiB
End job on node141 at 2011-05-17 06:30:42