Trace number 3348702

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-03-02? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

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-3348702-1304972467/watcher-3348702-1304972467 -o /tmp/evaluation-result-3348702-1304972467/solver-3348702-1304972467 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348702-1304972467.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 3.18 3.48 2/412 28754
/proc/meminfo: memFree=7411208/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=22328 CPUtime=0.01 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 1569 0 0 0 1 0 0 0 23 0 1 0 687477501 22863872 1461 33554432000 4194304 4254575 140733794865024 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 5582 1463 213 15 0 2225 0

[startup+0.019466 s]
/proc/loadavg: 1.84 3.18 3.48 2/412 28754
/proc/meminfo: memFree=7411208/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=22964 CPUtime=0.01 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 1810 0 0 0 1 0 0 0 23 0 1 0 687477501 23515136 1684 33554432000 4194304 4254575 140733794865024 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 5741 1684 213 15 0 2384 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22964

[startup+0.100514 s]
/proc/loadavg: 1.84 3.18 3.48 2/412 28754
/proc/meminfo: memFree=7411208/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=23524 CPUtime=0.09 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 2007 0 0 0 9 0 0 0 23 0 1 0 687477501 24088576 1876 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216831 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 5881 1876 231 15 0 2524 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23524

[startup+0.30042 s]
/proc/loadavg: 1.84 3.18 3.48 2/412 28754
/proc/meminfo: memFree=7411208/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=23676 CPUtime=0.29 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 2152 0 0 0 29 0 0 0 25 0 1 0 687477501 24244224 2018 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216522 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 5919 2018 231 15 0 2562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23676

[startup+0.700354 s]
/proc/loadavg: 1.84 3.18 3.48 2/412 28754
/proc/meminfo: memFree=7411208/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=23912 CPUtime=0.69 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 2456 0 0 0 69 0 0 0 25 0 1 0 687477501 24485888 2321 33554432000 4194304 4254575 140733794865024 18446744073709551615 4209849 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 5978 2321 232 15 0 2621 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23912

[startup+1.50021 s]
/proc/loadavg: 2.01 3.20 3.49 5/426 28781
/proc/meminfo: memFree=7331152/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=24304 CPUtime=1.49 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 2987 0 0 0 149 0 0 0 25 0 1 0 687477501 24887296 2848 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 6076 2848 232 15 0 2719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24304

[startup+3.10093 s]
/proc/loadavg: 2.01 3.20 3.49 5/426 28781
/proc/meminfo: memFree=7320364/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=32172 CPUtime=3.09 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 3922 0 0 0 309 0 0 0 25 0 1 0 687477501 32944128 3777 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 8043 3777 232 15 0 4686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32172

[startup+6.30037 s]
/proc/loadavg: 2.01 3.20 3.49 5/426 28781
/proc/meminfo: memFree=7298936/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=40364 CPUtime=6.29 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 5460 0 0 0 629 0 0 0 25 0 1 0 687477501 41332736 5299 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 10091 5299 232 15 0 6734 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40364

[startup+12.7003 s]
/proc/loadavg: 2.32 3.22 3.49 5/426 28781
/proc/meminfo: memFree=7261948/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=53772 CPUtime=12.69 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 8062 0 0 0 1268 1 0 0 25 0 1 0 687477501 55062528 7871 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 13443 7871 232 15 0 10086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53772

[startup+25.501 s]
/proc/loadavg: 2.58 3.25 3.50 5/426 28781
/proc/meminfo: memFree=7228280/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=37304 CPUtime=25.49 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 13439 0 0 0 2547 2 0 0 25 0 1 0 687477501 38199296 4996 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 9326 4996 232 15 0 5969 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37304

[startup+51.1005 s]
/proc/loadavg: 3.20 3.33 3.52 5/426 28782
/proc/meminfo: memFree=7146864/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=40176 CPUtime=51.1 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 22927 0 0 0 5104 6 0 0 25 0 1 0 687477501 41140224 6247 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 10044 6247 232 15 0 6687 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 40176

[startup+102.317 s]
/proc/loadavg: 3.65 3.43 3.54 5/426 28783
/proc/meminfo: memFree=7035360/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=62968 CPUtime=102.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 40287 0 0 0 10219 11 0 0 25 0 1 0 687477501 64479232 11724 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 15742 11724 232 15 0 12385 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62968

[startup+162.301 s]
/proc/loadavg: 3.87 3.54 3.57 5/426 28785
/proc/meminfo: memFree=6931280/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=118328 CPUtime=162.29 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 59096 0 0 0 16209 20 0 0 25 0 1 0 687477501 121167872 18503 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 29582 18503 232 15 0 26225 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118328

[startup+222.301 s]
/proc/loadavg: 3.95 3.62 3.59 5/426 28787
/proc/meminfo: memFree=6917468/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=58356 CPUtime=222.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 77256 0 0 0 22203 27 0 0 25 0 1 0 687477501 59756544 11100 33554432000 4194304 4254575 140733794865024 18446744073709551615 4224269 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 14589 11100 232 15 0 11232 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 58356

[startup+282.301 s]
/proc/loadavg: 3.98 3.68 3.61 5/426 28788
/proc/meminfo: memFree=6761052/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=90676 CPUtime=282.29 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 93452 0 0 0 28197 32 0 0 25 0 1 0 687477501 92852224 14944 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 22669 14944 232 15 0 19312 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90676

[startup+342.301 s]
/proc/loadavg: 4.07 3.77 3.64 5/426 28790
/proc/meminfo: memFree=6714496/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=94656 CPUtime=342.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 109380 0 0 0 34190 40 0 0 25 0 1 0 687477501 96927744 18688 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 23664 18688 232 15 0 20307 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 94656

[startup+402.301 s]
/proc/loadavg: 4.12 3.84 3.67 5/426 28791
/proc/meminfo: memFree=6777928/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=59380 CPUtime=402.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 127594 0 0 0 40183 47 0 0 25 0 1 0 687477501 60805120 10669 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 14845 10669 232 15 0 11488 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 59380

[startup+462.301 s]
/proc/loadavg: 4.04 3.86 3.69 5/426 28793
/proc/meminfo: memFree=6935128/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=68392 CPUtime=462.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 143506 0 0 0 46178 52 0 0 25 0 1 0 687477501 70033408 12202 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 17098 12202 232 15 0 13741 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 68392

[startup+522.301 s]
/proc/loadavg: 4.01 3.89 3.71 5/426 28795
/proc/meminfo: memFree=6786396/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=81320 CPUtime=522.3 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 159478 0 0 0 52171 59 0 0 25 0 1 0 687477501 83271680 14764 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 20330 14764 232 15 0 16973 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 81320

[startup+582.3 s]
/proc/loadavg: 4.00 3.90 3.72 5/426 28796
/proc/meminfo: memFree=6796528/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=82712 CPUtime=582.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 173077 0 0 0 58167 64 0 0 25 0 1 0 687477501 84697088 14104 33554432000 4194304 4254575 140733794865024 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 20678 14104 232 15 0 17321 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 82712

[startup+642.301 s]
/proc/loadavg: 4.04 3.93 3.74 5/426 28798
/proc/meminfo: memFree=6684988/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=71696 CPUtime=642.32 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 186070 0 0 0 64162 70 0 0 25 0 1 0 687477501 73416704 13183 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 17924 13183 232 15 0 14567 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 71696

[startup+702.3 s]
/proc/loadavg: 4.01 3.94 3.75 5/426 28799
/proc/meminfo: memFree=6679840/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=83832 CPUtime=702.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 203566 0 0 0 70155 76 0 0 25 0 1 0 687477501 85843968 15484 33554432000 4194304 4254575 140733794865024 18446744073709551615 4230166 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 20958 15484 232 15 0 17601 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 83832

[startup+762.316 s]
/proc/loadavg: 4.00 3.95 3.77 5/426 28801
/proc/meminfo: memFree=6514368/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=137920 CPUtime=762.32 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 213672 0 0 0 76151 81 0 0 25 0 1 0 687477501 141230080 25488 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216603 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 34480 25488 232 15 0 31123 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 137920

[startup+822.3 s]
/proc/loadavg: 4.00 3.96 3.78 5/426 28803
/proc/meminfo: memFree=6660016/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=111692 CPUtime=822.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 228143 0 0 0 82143 88 0 0 25 0 1 0 687477501 114372608 22996 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 27923 22996 232 15 0 24566 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 111692

[startup+882.301 s]
/proc/loadavg: 4.11 3.99 3.80 5/426 28804
/proc/meminfo: memFree=6628332/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=112192 CPUtime=882.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 242693 0 0 0 88137 94 0 0 25 0 1 0 687477501 114884608 23720 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216522 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 28048 23720 232 15 0 24691 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 112192

[startup+942.3 s]
/proc/loadavg: 4.15 4.02 3.82 5/426 28806
/proc/meminfo: memFree=6507620/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=112992 CPUtime=942.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 257021 0 0 0 94132 99 0 0 25 0 1 0 687477501 115703808 21877 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 28248 21877 232 15 0 24891 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 112992

[startup+1002.3 s]
/proc/loadavg: 4.09 4.03 3.83 5/426 28834
/proc/meminfo: memFree=6809540/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=96904 CPUtime=1002.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 270024 0 0 0 100127 104 0 0 25 0 1 0 687477501 99229696 19591 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 24226 19591 232 15 0 20869 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 96904

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.84 5/426 28838
/proc/meminfo: memFree=6636988/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=86364 CPUtime=1062.31 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 281262 0 0 0 106122 109 0 0 25 0 1 0 687477501 88436736 16839 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 21591 16839 232 15 0 18234 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 86364

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.84 6/426 28841
/proc/meminfo: memFree=6450644/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=148432 CPUtime=1122.32 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 292019 0 0 0 112119 113 0 0 25 0 1 0 687477501 151994368 27462 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 37108 27462 232 15 0 33751 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 148432

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.85 5/426 28842
/proc/meminfo: memFree=6452720/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=118204 CPUtime=1182.32 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 304433 0 0 0 118115 117 0 0 25 0 1 0 687477501 121040896 24937 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 29551 24937 232 15 0 26194 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 118204

[startup+1242.3 s]
/proc/loadavg: 3.51 3.88 3.81 4/420 28861
/proc/meminfo: memFree=6770012/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=119988 CPUtime=1242.32 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 318288 0 0 0 124112 120 0 0 25 0 1 0 687477501 122867712 24213 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 29997 24213 232 15 0 26640 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 119988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.20 3.73 3.77 4/420 28862
/proc/meminfo: memFree=6850196/32950940 swapFree=67111356/67111528
[pid=28754] ppid=28752 vsize=102404 CPUtime=1300.03 cores=1,3
/proc/28754/stat : 28754 (cir_minisat) R 28752 28754 27979 0 -1 4202496 331208 0 0 0 129880 123 0 0 25 0 1 0 687477501 104861696 21098 33554432000 4194304 4254575 140733794865024 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28754/statm: 25601 21099 232 15 0 22244 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 102404

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): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1298.81
CPU system time (s): 1.24281
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 154904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.81
system time used= 1.24281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331209
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= 9
involuntary context switches= 1748

runsolver used 5.20421 second user time and 12.5571 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-09 22:21:07
IDJOB=3348702
IDBENCH=83125
IDSOLVER=1810
FILE ID=node117/3348702-1304972467
RUNJOBID= node117-1304972467-28740
PBS_JOBID= 13285633
Free space on /tmp= 37828 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom14.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348702-1304972467/watcher-3348702-1304972467 -o /tmp/evaluation-result-3348702-1304972467/solver-3348702-1304972467 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348702-1304972467.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=1720004710

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       7411364 kB
Buffers:        227048 kB
Cached:       16771384 kB
SwapCached:          0 kB
Active:       13267600 kB
Inactive:     11612884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       7411364 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3292 kB
Writeback:           0 kB
AnonPages:     7882316 kB
Mapped:          31560 kB
Slab:           548424 kB
PageTables:      44724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100416164 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= 37824 MiB
End job on node117 at 2011-05-09 22:42:49