Trace number 3349314

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: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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-3349314-1304980754/watcher-3349314-1304980754 -o /tmp/evaluation-result-3349314-1304980754/solver-3349314-1304980754 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349314-1304980754.cnf -verb=0 

running on 2 cores: 4,6

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: 4.02 3.91 3.32 5/376 20222
/proc/meminfo: memFree=22478156/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=26704 CPUtime=0 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 2186 0 0 0 0 0 0 0 25 0 1 0 590491043 27344896 2073 33554432000 4194304 4293939 140733461638400 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 6676 2074 219 25 0 3309 0

[startup+0.0587651 s]
/proc/loadavg: 4.02 3.91 3.32 5/376 20222
/proc/meminfo: memFree=22478156/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=32704 CPUtime=0.04 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 4488 0 0 0 4 0 0 0 25 0 1 0 590491043 33488896 4073 33554432000 4194304 4293939 140733461638400 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 8176 4075 219 25 0 4809 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32704

[startup+0.100765 s]
/proc/loadavg: 4.02 3.91 3.32 5/376 20222
/proc/meminfo: memFree=22478156/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=36984 CPUtime=0.09 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 5962 0 0 0 8 1 0 0 25 0 1 0 590491043 37871616 5341 33554432000 4194304 4293939 140733461638400 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 9246 5341 223 25 0 5879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36984

[startup+0.30072 s]
/proc/loadavg: 4.02 3.91 3.32 5/376 20222
/proc/meminfo: memFree=22478156/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=43332 CPUtime=0.29 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 9283 0 0 0 28 1 0 0 25 0 1 0 590491043 44371968 7001 33554432000 4194304 4293939 140733461638400 18446744073709551615 4234072 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 10833 7001 225 25 0 7466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43332

[startup+0.700641 s]
/proc/loadavg: 4.02 3.91 3.32 5/376 20222
/proc/meminfo: memFree=22478156/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=40552 CPUtime=0.69 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 10122 0 0 0 67 2 0 0 25 0 1 0 590491043 41525248 6183 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 10138 6183 245 25 0 6771 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40552

[startup+1.50052 s]
/proc/loadavg: 4.02 3.91 3.32 5/377 20223
/proc/meminfo: memFree=22451124/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=40552 CPUtime=1.49 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 10442 0 0 0 147 2 0 0 25 0 1 0 590491043 41525248 6494 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 10138 6494 245 25 0 6771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40552

[startup+3.10021 s]
/proc/loadavg: 4.02 3.91 3.32 5/377 20223
/proc/meminfo: memFree=22445544/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=47624 CPUtime=3.09 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 11234 0 0 0 307 2 0 0 25 0 1 0 590491043 48766976 7274 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 11906 7274 245 25 0 8539 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47624

[startup+6.30058 s]
/proc/loadavg: 4.01 3.91 3.32 5/377 20223
/proc/meminfo: memFree=22417644/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=66300 CPUtime=6.29 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 15641 0 0 0 627 2 0 0 25 0 1 0 590491043 67891200 11651 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 16575 11651 245 25 0 13208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66300

[startup+12.7004 s]
/proc/loadavg: 4.01 3.91 3.33 5/377 20223
/proc/meminfo: memFree=22385140/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=77976 CPUtime=12.69 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 18608 0 0 0 1266 3 0 0 25 0 1 0 590491043 79847424 14577 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 19494 14577 245 25 0 16127 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77976

[startup+25.501 s]
/proc/loadavg: 4.01 3.91 3.34 5/377 20224
/proc/meminfo: memFree=22480336/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=96944 CPUtime=25.49 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 23618 0 0 0 2545 4 0 0 25 0 1 0 590491043 99270656 19536 33554432000 4194304 4293939 140733461638400 18446744073709551615 4248909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 24236 19536 245 25 0 20869 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96944

[startup+51.1011 s]
/proc/loadavg: 4.00 3.92 3.35 5/377 20225
/proc/meminfo: memFree=22419872/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=99776 CPUtime=51.09 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 37105 0 0 0 5102 7 0 0 25 0 1 0 590491043 102170624 19049 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 24944 19049 245 25 0 21577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99776

[startup+102.314 s]
/proc/loadavg: 4.00 3.93 3.39 5/377 20226
/proc/meminfo: memFree=22497964/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=135272 CPUtime=102.31 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 60534 0 0 0 10218 13 0 0 25 0 1 0 590491043 138518528 23755 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 33818 23755 245 25 0 30451 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 135272

[startup+162.301 s]
/proc/loadavg: 4.06 3.95 3.43 5/377 20227
/proc/meminfo: memFree=22354572/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=135272 CPUtime=162.3 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 85325 0 0 0 16210 20 0 0 25 0 1 0 590491043 138518528 26367 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255644 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 33818 26367 245 25 0 30451 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 135272

[startup+222.301 s]
/proc/loadavg: 4.02 3.96 3.46 5/377 20229
/proc/meminfo: memFree=22378704/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=136196 CPUtime=222.3 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 108550 0 0 0 22204 26 0 0 25 0 1 0 590491043 139464704 23849 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 34049 23849 245 25 0 30682 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 136196

[startup+282.3 s]
/proc/loadavg: 4.04 3.98 3.50 5/377 20231
/proc/meminfo: memFree=22389312/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=108216 CPUtime=282.3 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 134900 0 0 0 28198 32 0 0 25 0 1 0 590491043 110813184 22539 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 27054 22539 245 25 0 23687 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 108216

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.52 5/377 20232
/proc/meminfo: memFree=22375256/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=109524 CPUtime=342.31 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 158782 0 0 0 34191 40 0 0 25 0 1 0 590491043 112152576 19637 33554432000 4194304 4293939 140733461638400 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 27381 19637 245 25 0 24014 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 109524

[startup+402.301 s]
/proc/loadavg: 4.15 4.03 3.57 5/377 20317
/proc/meminfo: memFree=22520840/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=192696 CPUtime=402.31 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 180645 0 0 0 40186 45 0 0 25 0 1 0 590491043 197320704 41300 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 48174 41300 245 25 0 44807 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 192696

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 3.59 5/377 20318
/proc/meminfo: memFree=22370200/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=194960 CPUtime=462.3 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 207026 0 0 0 46180 50 0 0 25 0 1 0 590491043 199639040 35359 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 48740 35359 245 25 0 45373 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194960

[startup+522.301 s]
/proc/loadavg: 4.09 4.04 3.62 5/377 20320
/proc/meminfo: memFree=22386460/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=148464 CPUtime=522.3 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 231797 0 0 0 52174 56 0 0 25 0 1 0 590491043 152027136 27032 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 37116 27032 245 25 0 33749 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 148464

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 3.65 5/377 20322
/proc/meminfo: memFree=22295268/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=81432 CPUtime=582.31 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 255963 0 0 0 58170 61 0 0 25 0 1 0 590491043 83386368 16322 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 20358 16322 245 25 0 16991 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 81432

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 3.66 5/377 20323
/proc/meminfo: memFree=22184868/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=201584 CPUtime=642.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 282355 0 0 0 64165 67 0 0 25 0 1 0 590491043 206422016 42493 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 50396 42493 245 25 0 47029 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 201584

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.68 5/377 20325
/proc/meminfo: memFree=22125428/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=154756 CPUtime=702.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 309497 0 0 0 70158 74 0 0 25 0 1 0 590491043 158470144 32783 33554432000 4194304 4293939 140733461638400 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 38689 32783 245 25 0 35322 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 154756

[startup+762.314 s]
/proc/loadavg: 3.82 3.98 3.69 4/371 20344
/proc/meminfo: memFree=22661616/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=87316 CPUtime=762.33 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 329456 0 0 0 76154 79 0 0 25 0 1 0 590491043 89411584 17661 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 21829 17661 245 25 0 18462 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 87316

[startup+822.3 s]
/proc/loadavg: 2.91 3.70 3.61 3/365 20363
/proc/meminfo: memFree=22694480/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=206488 CPUtime=822.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 353253 0 0 0 82147 85 0 0 25 0 1 0 590491043 211443712 41256 33554432000 4194304 4293939 140733461638400 18446744073709551615 4262986 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 51622 41256 245 25 0 48255 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 206488

[startup+882.301 s]
/proc/loadavg: 2.33 3.39 3.51 3/365 20365
/proc/meminfo: memFree=22756692/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=127776 CPUtime=882.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 374369 0 0 0 88141 91 0 0 25 0 1 0 590491043 130842624 25618 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 31944 25618 245 25 0 28577 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 127776

[startup+942.301 s]
/proc/loadavg: 2.16 3.15 3.41 3/365 20366
/proc/meminfo: memFree=22681752/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=208836 CPUtime=942.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 393384 0 0 0 94137 95 0 0 25 0 1 0 590491043 213848064 44467 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 52209 44468 245 25 0 48842 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 208836

[startup+1002.3 s]
/proc/loadavg: 2.06 2.94 3.32 3/365 20368
/proc/meminfo: memFree=22741340/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=160688 CPUtime=1002.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 419304 0 0 0 100131 101 0 0 25 0 1 0 590491043 164544512 29475 33554432000 4194304 4293939 140733461638400 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 40172 29475 245 25 0 36805 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 160688

[startup+1062.3 s]
/proc/loadavg: 2.02 2.76 3.24 3/365 20369
/proc/meminfo: memFree=22661568/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=292988 CPUtime=1062.33 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 439304 0 0 0 106127 106 0 0 25 0 1 0 590491043 300019712 49291 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 73247 49291 245 25 0 69880 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 292988

[startup+1122.3 s]
/proc/loadavg: 2.00 2.62 3.16 3/365 20371
/proc/meminfo: memFree=22731576/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=163408 CPUtime=1122.32 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 463881 0 0 0 112121 111 0 0 25 0 1 0 590491043 167329792 31807 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 40852 31807 245 25 0 37485 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 163408

[startup+1182.3 s]
/proc/loadavg: 2.00 2.51 3.08 3/365 20373
/proc/meminfo: memFree=22640516/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=295528 CPUtime=1182.33 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 485058 0 0 0 118118 115 0 0 25 0 1 0 590491043 302620672 52809 33554432000 4194304 4293939 140733461638400 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 73882 52809 245 25 0 70515 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 295528

[startup+1242.3 s]
/proc/loadavg: 2.00 2.41 3.01 3/365 20374
/proc/meminfo: memFree=22709152/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=165216 CPUtime=1242.33 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 509388 0 0 0 124112 121 0 0 25 0 1 0 590491043 169181184 35490 33554432000 4194304 4293939 140733461638400 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 41304 35490 245 25 0 37937 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 165216



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.07 2.35 2.95 3/365 20376
/proc/meminfo: memFree=22644000/32951124 swapFree=66341944/67111528
[pid=20222] ppid=20220 vsize=297916 CPUtime=1300.05 cores=4,6
/proc/20222/stat : 20222 (ebminisat_relea) R 20220 20222 19655 0 -1 4202496 526731 0 0 0 129879 126 0 0 25 0 1 0 590491043 305065984 52665 33554432000 4194304 4293939 140733461638400 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20222/statm: 74479 52665 245 25 0 71112 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 297916

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.02
CPU time (s): 1300.07
CPU user time (s): 1298.8
CPU system time (s): 1.26981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 307904

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

runsolver used 4.83726 second user time and 10.5564 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-10 00:39:14
IDJOB=3349314
IDBENCH=83137
IDSOLVER=1812
FILE ID=node141/3349314-1304980754
RUNJOBID= node141-1304979838-20100
PBS_JOBID= 13285672
Free space on /tmp= 49292 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom23.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349314-1304980754/watcher-3349314-1304980754 -o /tmp/evaluation-result-3349314-1304980754/solver-3349314-1304980754 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349314-1304980754.cnf  -verb=0

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1233647538

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:      22478436 kB
Buffers:        151636 kB
Cached:        4473228 kB
SwapCached:      22608 kB
Active:        2939244 kB
Inactive:      7323168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22478436 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:            3944 kB
Writeback:           0 kB
AnonPages:     5621280 kB
Mapped:          19868 kB
Slab:           108528 kB
PageTables:      39220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86758412 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= 49300 MiB
End job on node141 at 2011-05-10 01:00:56