Trace number 3348711

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.02

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

running on 2 cores: 5,7

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.99 3.66 4/355 21087
/proc/meminfo: memFree=25823188/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=24704 CPUtime=0 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 1933 0 0 0 0 0 0 0 25 0 1 0 608812511 25296896 1775 33554432000 4194304 4254575 140734245641600 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 6176 1776 213 15 0 2819 0

[startup+0.0682621 s]
/proc/loadavg: 4.02 3.99 3.66 4/355 21087
/proc/meminfo: memFree=25823188/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=29896 CPUtime=0.05 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 3921 0 0 0 5 0 0 0 25 0 1 0 608812511 30613504 3546 33554432000 4194304 4254575 140734245641600 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7474 3546 222 15 0 4117 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29896

[startup+0.100253 s]
/proc/loadavg: 4.02 3.99 3.66 4/355 21087
/proc/meminfo: memFree=25823188/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=30028 CPUtime=0.09 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 3972 0 0 0 9 0 0 0 25 0 1 0 608812511 30748672 3596 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216807 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7507 3596 232 15 0 4150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30028

[startup+0.300217 s]
/proc/loadavg: 4.02 3.99 3.66 4/355 21087
/proc/meminfo: memFree=25823188/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=30392 CPUtime=0.29 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 4153 0 0 0 29 0 0 0 25 0 1 0 608812511 31121408 3720 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7598 3720 232 15 0 4241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30392

[startup+0.700144 s]
/proc/loadavg: 4.02 3.99 3.66 4/355 21087
/proc/meminfo: memFree=25823188/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=30680 CPUtime=0.69 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 4275 0 0 0 68 1 0 0 25 0 1 0 608812511 31416320 3839 33554432000 4194304 4254575 140734245641600 18446744073709551615 4209760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7670 3839 233 15 0 4313 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30680

[startup+1.50102 s]
/proc/loadavg: 4.02 3.99 3.66 5/362 21100
/proc/meminfo: memFree=25779484/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=30816 CPUtime=1.49 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 4464 0 0 0 148 1 0 0 25 0 1 0 608812511 31555584 4000 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7704 4000 233 15 0 4347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30816

[startup+3.10072 s]
/proc/loadavg: 4.02 3.99 3.66 5/362 21100
/proc/meminfo: memFree=25772292/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=31304 CPUtime=3.09 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 4810 0 0 0 308 1 0 0 25 0 1 0 608812511 32055296 4342 33554432000 4194304 4254575 140734245641600 18446744073709551615 4212536 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 7826 4342 233 15 0 4469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31304

[startup+6.30016 s]
/proc/loadavg: 4.01 3.99 3.66 5/362 21128
/proc/meminfo: memFree=28720208/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=34784 CPUtime=6.29 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 5715 0 0 0 628 1 0 0 25 0 1 0 608812511 35618816 5192 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 8696 5192 233 15 0 5339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34784

[startup+12.701 s]
/proc/loadavg: 4.01 3.99 3.66 5/362 21129
/proc/meminfo: memFree=28693420/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=47968 CPUtime=12.7 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 7439 0 0 0 1268 2 0 0 25 0 1 0 608812511 49119232 6895 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 11992 6895 233 15 0 8635 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 47968

[startup+25.5008 s]
/proc/loadavg: 4.01 3.99 3.67 5/362 21129
/proc/meminfo: memFree=28643392/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=61876 CPUtime=25.49 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 10213 0 0 0 2547 2 0 0 25 0 1 0 608812511 63361024 9636 33554432000 4194304 4254575 140734245641600 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 15469 9636 233 15 0 12112 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61876

[startup+51.1002 s]
/proc/loadavg: 4.00 3.99 3.67 5/362 21130
/proc/meminfo: memFree=28559952/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=85840 CPUtime=51.09 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 15527 0 0 0 5104 5 0 0 25 0 1 0 608812511 87900160 14895 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 21460 14895 233 15 0 18103 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85840

[startup+102.313 s]
/proc/loadavg: 4.00 3.99 3.69 5/362 21131
/proc/meminfo: memFree=28457380/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=124004 CPUtime=102.31 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 25527 0 0 0 10223 8 0 0 25 0 1 0 608812511 126980096 24791 33554432000 4194304 4254575 140734245641600 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 31001 24791 233 15 0 27644 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 124004

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.71 5/362 21133
/proc/meminfo: memFree=28440852/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=95716 CPUtime=162.29 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 38854 0 0 0 16215 14 0 0 25 0 1 0 608812511 98013184 19590 33554432000 4194304 4254575 140734245641600 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 23929 19590 233 15 0 20572 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95716

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.73 5/362 21134
/proc/meminfo: memFree=28450324/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=132288 CPUtime=222.29 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 46950 0 0 0 22211 18 0 0 25 0 1 0 608812511 135462912 27583 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 33072 27583 233 15 0 29715 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 132288

[startup+282.3 s]
/proc/loadavg: 4.15 4.04 3.76 5/362 21136
/proc/meminfo: memFree=28382956/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=103224 CPUtime=282.3 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 58384 0 0 0 28207 23 0 0 25 0 1 0 608812511 105701376 17945 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 25806 17945 233 15 0 22449 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 103224

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.77 5/362 21137
/proc/meminfo: memFree=28328204/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=136132 CPUtime=342.3 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 67632 0 0 0 34203 27 0 0 25 0 1 0 608812511 139399168 27070 33554432000 4194304 4254575 140734245641600 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 34033 27070 233 15 0 30676 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 136132

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.78 5/362 21139
/proc/meminfo: memFree=28293680/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=189084 CPUtime=402.3 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 74805 0 0 0 40199 31 0 0 25 0 1 0 608812511 193622016 34126 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 47271 34126 233 15 0 43914 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189084

[startup+462.301 s]
/proc/loadavg: 4.16 4.05 3.80 6/362 21141
/proc/meminfo: memFree=28381548/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=109976 CPUtime=462.3 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 87902 0 0 0 46194 36 0 0 25 0 1 0 608812511 112615424 23463 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 27494 23463 233 15 0 24137 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109976

[startup+522.301 s]
/proc/loadavg: 4.21 4.07 3.82 5/362 21142
/proc/meminfo: memFree=28323936/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=143104 CPUtime=522.3 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 96112 0 0 0 52191 39 0 0 25 0 1 0 608812511 146538496 31555 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 35776 31555 233 15 0 32419 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 143104

[startup+582.3 s]
/proc/loadavg: 4.07 4.06 3.83 5/362 21144
/proc/meminfo: memFree=28383432/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=84388 CPUtime=582.31 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 105763 0 0 0 58187 44 0 0 25 0 1 0 608812511 86413312 15755 33554432000 4194304 4254575 140734245641600 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 21097 15755 233 15 0 17740 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 84388

[startup+642.301 s]
/proc/loadavg: 4.02 4.04 3.84 5/362 21145
/proc/meminfo: memFree=28246624/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=146040 CPUtime=642.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 115238 0 0 0 64183 49 0 0 25 0 1 0 608812511 149544960 25078 33554432000 4194304 4254575 140734245641600 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 36510 25078 233 15 0 33153 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 146040

[startup+702.3 s]
/proc/loadavg: 4.01 4.03 3.84 5/362 21147
/proc/meminfo: memFree=28237516/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=148784 CPUtime=702.31 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 122449 0 0 0 70179 52 0 0 25 0 1 0 608812511 152354816 32158 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 37196 32158 233 15 0 33839 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 148784

[startup+762.314 s]
/proc/loadavg: 4.05 4.04 3.85 5/362 21149
/proc/meminfo: memFree=28278392/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=200880 CPUtime=762.33 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 127903 0 0 0 76178 55 0 0 25 0 1 0 608812511 205701120 37518 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 50220 37518 233 15 0 46863 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 200880

[startup+822.301 s]
/proc/loadavg: 4.10 4.06 3.87 5/362 21150
/proc/meminfo: memFree=28343912/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=120416 CPUtime=822.31 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 139631 0 0 0 82172 59 0 0 25 0 1 0 608812511 123305984 24168 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 30104 24168 233 15 0 26747 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 120416

[startup+882.301 s]
/proc/loadavg: 4.08 4.06 3.88 5/362 21152
/proc/meminfo: memFree=28298744/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=151892 CPUtime=882.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 147206 0 0 0 88170 62 0 0 25 0 1 0 608812511 155537408 31611 33554432000 4194304 4254575 140734245641600 18446744073709551615 4217176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 37973 31611 233 15 0 34616 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 151892

[startup+942.301 s]
/proc/loadavg: 4.03 4.05 3.89 5/362 21153
/proc/meminfo: memFree=28263112/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=84164 CPUtime=942.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 157117 0 0 0 94166 66 0 0 25 0 1 0 608812511 86183936 16149 33554432000 4194304 4254575 140734245641600 18446744073709551615 4229761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 21041 16149 233 15 0 17684 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 84164

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.89 5/362 21155
/proc/meminfo: memFree=28230588/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=122896 CPUtime=1002.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 166448 0 0 0 100163 69 0 0 25 0 1 0 608812511 125845504 25298 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 30724 25298 233 15 0 27367 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 122896

[startup+1062.3 s]
/proc/loadavg: 4.04 4.04 3.90 5/362 21157
/proc/meminfo: memFree=28386292/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=157624 CPUtime=1062.31 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 174382 0 0 0 106158 73 0 0 25 0 1 0 608812511 161406976 33109 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 39406 33109 233 15 0 36049 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 157624

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 3.92 5/362 21158
/proc/meminfo: memFree=28261092/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=208992 CPUtime=1122.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 179794 0 0 0 112156 76 0 0 25 0 1 0 608812511 214007808 38425 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 52248 38425 233 15 0 48891 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 208992

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.92 5/362 21160
/proc/meminfo: memFree=28336076/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=110216 CPUtime=1182.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 189391 0 0 0 118151 81 0 0 25 0 1 0 608812511 112861184 20914 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 27554 20914 233 15 0 24197 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 110216

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.92 5/362 21161
/proc/meminfo: memFree=28217492/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=160196 CPUtime=1242.32 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 197969 0 0 0 124146 86 0 0 25 0 1 0 608812511 164040704 29361 33554432000 4194304 4254575 140734245641600 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 40049 29361 233 15 0 36692 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 160196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.04 3.92 5/362 21163
/proc/meminfo: memFree=28107828/32951124 swapFree=53501176/67111528
[pid=21087] ppid=21085 vsize=161268 CPUtime=1300.04 cores=5,7
/proc/21087/stat : 21087 (cir_minisat) R 21085 21087 20502 0 -1 4202496 204207 0 0 0 129914 90 0 0 25 0 1 0 608812511 165138432 35476 33554432000 4194304 4254575 140734245641600 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21087/statm: 40317 35476 233 15 0 36960 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 161268

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.05
CPU user time (s): 1299.14
CPU system time (s): 0.908861
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 217168

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

runsolver used 4.41433 second user time and 10.1825 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-09 22:14:59
IDJOB=3348711
IDBENCH=83113
IDSOLVER=1810
FILE ID=node103/3348711-1304972099
RUNJOBID= node103-1304970796-20928
PBS_JOBID= 13285647
Free space on /tmp= 48692 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
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-3348711-1304972099/watcher-3348711-1304972099 -o /tmp/evaluation-result-3348711-1304972099/solver-3348711-1304972099 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348711-1304972099.cnf

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=96811788

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.77
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.858
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.858
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.858
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.83
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.858
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:      25823468 kB
Buffers:        189076 kB
Cached:        1622872 kB
SwapCached:     339736 kB
Active:        3629172 kB
Inactive:      3252508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25823468 kB
SwapTotal:    67111528 kB
SwapFree:     53501176 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:     4740032 kB
Mapped:          10796 kB
Slab:           122720 kB
PageTables:      58544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81185640 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= 48852 MiB
End job on node103 at 2011-05-09 22:36:41