Trace number 3422446

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: contrasat 2011-03-02? (TO) 5000.07 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.525
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/561 32179
/proc/meminfo: memFree=22723408/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=29320 CPUtime=0.01 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2748 0 0 0 1 0 0 0 25 0 1 0 778256316 30023680 2635 33554432000 4194304 4298156 140733307450256 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 7330 2636 216 26 0 3962 0

[startup+0.0243089 s]
/proc/loadavg: 2.00 2.01 2.00 3/561 32179
/proc/meminfo: memFree=22723408/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=29872 CPUtime=0.01 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2961 0 0 0 1 0 0 0 25 0 1 0 778256316 30588928 2822 33554432000 4194304 4298156 140733307450256 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 7468 2823 216 26 0 4100 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29872

[startup+0.100306 s]
/proc/loadavg: 2.00 2.01 2.00 3/561 32179
/proc/meminfo: memFree=22723408/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=42604 CPUtime=0.08 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 7288 0 0 0 8 0 0 0 25 0 1 0 778256316 43626496 6316 33554432000 4194304 4298156 140733307450256 18446744073709551615 4218827 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 10651 6316 221 26 0 7283 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42604

[startup+0.300264 s]
/proc/loadavg: 2.00 2.01 2.00 3/561 32179
/proc/meminfo: memFree=22723408/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=48744 CPUtime=0.28 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 11533 0 0 0 27 1 0 0 25 0 1 0 778256316 49913856 7797 33554432000 4194304 4298156 140733307450256 18446744073709551615 4231637 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 12186 7797 223 26 0 8818 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 48744

[startup+0.700262 s]
/proc/loadavg: 2.00 2.01 2.00 3/561 32179
/proc/meminfo: memFree=22723408/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=44540 CPUtime=0.68 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 13280 0 0 0 67 1 0 0 25 0 1 0 778256316 45608960 6994 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 11135 6994 242 26 0 7767 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44540

[startup+1.50112 s]
/proc/loadavg: 2.00 2.01 2.00 3/562 32180
/proc/meminfo: memFree=22691168/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=44540 CPUtime=1.49 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 13584 0 0 0 147 2 0 0 25 0 1 0 778256316 45608960 7272 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 11135 7272 242 26 0 7767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44540

[startup+3.10086 s]
/proc/loadavg: 2.16 2.05 2.01 3/562 32180
/proc/meminfo: memFree=22679960/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=51616 CPUtime=3.09 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 15371 0 0 0 307 2 0 0 25 0 1 0 778256316 52854784 8644 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 12904 8644 242 26 0 9536 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51616

[startup+6.30026 s]
/proc/loadavg: 2.16 2.05 2.01 3/562 32180
/proc/meminfo: memFree=22663096/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=54336 CPUtime=6.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 16185 0 0 0 627 2 0 0 25 0 1 0 778256316 55640064 9399 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 13584 9399 242 26 0 10216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54336

[startup+12.7002 s]
/proc/loadavg: 2.13 2.04 2.01 3/562 32180
/proc/meminfo: memFree=22633132/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=58756 CPUtime=12.69 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 17941 0 0 0 1267 2 0 0 25 0 1 0 778256316 60166144 10839 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 14689 10839 242 26 0 11321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58756

[startup+25.5011 s]
/proc/loadavg: 2.11 2.04 2.01 3/562 32180
/proc/meminfo: memFree=22581444/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=74684 CPUtime=25.48 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 22271 0 0 0 2546 2 0 0 25 0 1 0 778256316 76476416 14618 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 18671 14618 242 26 0 15303 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 74684

[startup+51.1007 s]
/proc/loadavg: 2.07 2.04 2.01 3/562 32181
/proc/meminfo: memFree=22735800/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=81864 CPUtime=51.09 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 34225 0 0 0 5105 4 0 0 25 0 1 0 778256316 83828736 16625 33554432000 4194304 4298156 140733307450256 18446744073709551615 4253641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 20466 16625 242 26 0 17098 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81864

[startup+102.321 s]
/proc/loadavg: 2.10 2.06 2.01 3/562 32183
/proc/meminfo: memFree=22736044/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=99716 CPUtime=102.31 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 38860 0 0 0 10226 5 0 0 25 0 1 0 778256316 102109184 20903 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 24929 20903 242 26 0 21561 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 99716

[startup+162.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/562 32184
/proc/meminfo: memFree=22702424/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=99716 CPUtime=162.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 39055 0 0 0 16224 5 0 0 25 0 1 0 778256316 102109184 21088 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 24929 21088 242 26 0 21561 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 99716

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/562 32186
/proc/meminfo: memFree=22773832/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=99716 CPUtime=222.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 39055 0 0 0 22224 5 0 0 25 0 1 0 778256316 102109184 21088 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 24929 21088 242 26 0 21561 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99716

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/562 32187
/proc/meminfo: memFree=22756936/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=130708 CPUtime=282.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 66071 0 0 0 28220 9 0 0 25 0 1 0 778256316 133844992 21180 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256383 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 32677 21180 242 26 0 29309 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 130708

[startup+342.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/562 32198
/proc/meminfo: memFree=22684492/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=142380 CPUtime=342.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 74965 0 0 0 34219 10 0 0 25 0 1 0 778256316 145797120 29207 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 35595 29207 242 26 0 32227 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 142380

[startup+402.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/562 32200
/proc/meminfo: memFree=22682004/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=112032 CPUtime=402.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 120576 0 0 0 40213 16 0 0 25 0 1 0 778256316 114720768 21642 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 28008 21642 242 26 0 24640 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 112032

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 32201
/proc/meminfo: memFree=22706924/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=161296 CPUtime=462.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 140160 0 0 0 46211 18 0 0 25 0 1 0 778256316 165167104 25401 33554432000 4194304 4298156 140733307450256 18446744073709551615 4264297 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 40324 25407 242 26 0 36956 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 161296

[startup+522.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/562 32206
/proc/meminfo: memFree=22694804/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=111976 CPUtime=522.3 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 203180 0 0 0 52204 26 0 0 25 0 1 0 778256316 114663424 22905 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 27994 22905 242 26 0 24626 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 111976

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 32207
/proc/meminfo: memFree=22649348/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=172672 CPUtime=582.29 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 252980 0 0 0 58198 31 0 0 25 0 1 0 778256316 176816128 36976 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 43168 36976 242 26 0 39800 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 172672

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/562 32336
/proc/meminfo: memFree=23411240/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4002.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2446091 0 0 0 399852 380 0 0 25 0 1 0 778256316 205164544 42642 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 42642 242 26 0 46721 0
Current children cumulated CPU time (s) 4002.32
Current children cumulated vsize (KiB) 200356

[startup+4062.32 s]
/proc/loadavg: 2.12 2.08 2.02 3/562 32337
/proc/meminfo: memFree=23409112/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4062.34 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2483562 0 0 0 405847 387 0 0 25 0 1 0 778256316 205164544 43295 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 43295 242 26 0 46721 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 200356

[startup+4122.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/562 32342
/proc/meminfo: memFree=23435668/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4122.31 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2536059 0 0 0 411837 394 0 0 25 0 1 0 778256316 205164544 38851 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 38851 242 26 0 46721 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 200356

[startup+4182.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/562 32343
/proc/meminfo: memFree=23438660/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=4182.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2597658 0 0 0 417828 404 0 0 25 0 1 0 778256316 173604864 37544 33554432000 4194304 4298156 140733307450256 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 37544 242 26 0 39016 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 169536

[startup+4242.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/562 32345
/proc/meminfo: memFree=23444708/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=4242.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2630071 0 0 0 423822 410 0 0 25 0 1 0 778256316 173604864 37692 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 37692 242 26 0 39016 0
Current children cumulated CPU time (s) 4242.32
Current children cumulated vsize (KiB) 169536

[startup+4302.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/562 32347
/proc/meminfo: memFree=23457348/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=4302.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2685378 0 0 0 429814 418 0 0 25 0 1 0 778256316 173604864 36228 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 36228 242 26 0 39016 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 169536

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 32348
/proc/meminfo: memFree=23438480/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4362.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2732702 0 0 0 435806 426 0 0 25 0 1 0 778256316 205164544 39308 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 39308 242 26 0 46721 0
Current children cumulated CPU time (s) 4362.32
Current children cumulated vsize (KiB) 200356

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 32350
/proc/meminfo: memFree=23428776/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=4422.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2793519 0 0 0 441799 434 0 0 25 0 1 0 778256316 173604864 37477 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 37477 242 26 0 39016 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 169536

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/562 32351
/proc/meminfo: memFree=23425772/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4482.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2831185 0 0 0 447791 441 0 0 25 0 1 0 778256316 205164544 39797 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 39797 242 26 0 46721 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 200356

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/562 32353
/proc/meminfo: memFree=23440488/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4542.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2868061 0 0 0 453786 447 0 0 25 0 1 0 778256316 205164544 40670 33554432000 4194304 4298156 140733307450256 18446744073709551615 4251824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 40670 242 26 0 46721 0
Current children cumulated CPU time (s) 4542.33
Current children cumulated vsize (KiB) 200356

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/562 32355
/proc/meminfo: memFree=23440468/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=4602.34 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2931229 0 0 0 459779 455 0 0 25 0 1 0 778256316 173604864 38273 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 38273 242 26 0 39016 0
Current children cumulated CPU time (s) 4602.34
Current children cumulated vsize (KiB) 169536

[startup+4662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/562 32356
/proc/meminfo: memFree=23431764/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4662.32 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 2979971 0 0 0 465769 463 0 0 25 0 1 0 778256316 205164544 39077 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 39077 242 26 0 46721 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 200356

[startup+4722.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/562 32358
/proc/meminfo: memFree=23436200/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4722.35 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3016541 0 0 0 471765 470 0 0 25 0 1 0 778256316 205164544 40262 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 40262 242 26 0 46721 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 200356

[startup+4782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/562 32359
/proc/meminfo: memFree=23423772/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4782.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3054651 0 0 0 477757 476 0 0 25 0 1 0 778256316 205164544 40499 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 40499 242 26 0 46721 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 200356

[startup+4842.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/562 32361
/proc/meminfo: memFree=23437136/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4842.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3092686 0 0 0 483750 483 0 0 25 0 1 0 778256316 205164544 40682 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 40682 242 26 0 46721 0
Current children cumulated CPU time (s) 4842.33
Current children cumulated vsize (KiB) 200356

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/562 32363
/proc/meminfo: memFree=23425448/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4902.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3131188 0 0 0 489743 490 0 0 25 0 1 0 778256316 205164544 41127 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 41127 242 26 0 46721 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 200356

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 32364
/proc/meminfo: memFree=23432752/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=200356 CPUtime=4962.33 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3173296 0 0 0 495735 498 0 0 25 0 1 0 778256316 205164544 43294 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 50089 43294 242 26 0 46721 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 200356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/562 32365
/proc/meminfo: memFree=23449976/32950928 swapFree=41934332/67111528
[pid=32179] ppid=32177 vsize=169536 CPUtime=5000.05 cores=1,3,5,7
/proc/32179/stat : 32179 (contrasat_relea) R 32177 32179 31797 0 -1 4202496 3207836 0 0 0 499502 503 0 0 25 0 1 0 778256316 173604864 38395 33554432000 4194304 4298156 140733307450256 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32179/statm: 42384 38395 242 26 0 39016 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 169536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.07
CPU user time (s): 4995.02
CPU system time (s): 5.04523
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 330584

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

runsolver used 25.7221 second user time and 65.2321 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-29 12:56:16
IDJOB=3422446
IDBENCH=83116
IDSOLVER=1915
FILE ID=node126/3422446-1306666576
RUNJOBID= node126-1306658667-31816
PBS_JOBID= 13471771
Free space on /tmp= 73344 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422446-1306666576/watcher-3422446-1306666576 -o /tmp/evaluation-result-3422446-1306666576/solver-3422446-1306666576 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422446-1306666576.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=807227945

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22723564 kB
Buffers:        330516 kB
Cached:        6507168 kB
SwapCached:      49920 kB
Active:        5297012 kB
Inactive:      4608252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22723564 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:            3916 kB
Writeback:           0 kB
AnonPages:     3030708 kB
Mapped:          25072 kB
Slab:           149320 kB
PageTables:     101400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 177419624 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= 73472 MiB
End job on node126 at 2011-05-29 14:19:38