Trace number 3362712

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 reference: minisat 2.2.0? (TO) 1300.05 1300.02

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 benchmark520.047
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-3362712-1305307900/watcher-3362712-1305307900 -o /tmp/evaluation-result-3362712-1305307900/solver-3362712-1305307900 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362712-1305307900.cnf 

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: 3.92 4.01 3.99 4/425 2337
/proc/meminfo: memFree=5328052/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=21204 CPUtime=0 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 721020804 21712896 978 33554432000 4194304 4291037 140734096824048 18446744073709551615 4270007 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 5301 981 213 24 0 1935 0

[startup+0.051293 s]
/proc/loadavg: 3.92 4.01 3.99 4/425 2337
/proc/meminfo: memFree=5328052/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=33836 CPUtime=0.04 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 4513 0 0 0 4 0 0 0 25 0 1 0 721020804 34648064 4102 33554432000 4194304 4291037 140734096824048 18446744073709551615 215988253381 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 8459 4103 216 24 0 5093 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33836

[startup+0.100271 s]
/proc/loadavg: 3.92 4.01 3.99 4/425 2337
/proc/meminfo: memFree=5328052/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=39400 CPUtime=0.09 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 6489 0 0 0 9 0 0 0 25 0 1 0 721020804 40345600 5847 33554432000 4194304 4291037 140734096824048 18446744073709551615 4229944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 9850 5847 239 24 0 6484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39400

[startup+0.300237 s]
/proc/loadavg: 3.92 4.01 3.99 4/425 2337
/proc/meminfo: memFree=5328052/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=46480 CPUtime=0.29 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 9787 0 0 0 28 1 0 0 25 0 1 0 721020804 47595520 7462 33554432000 4194304 4291037 140734096824048 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 11620 7462 240 24 0 8254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46480

[startup+0.70012 s]
/proc/loadavg: 3.92 4.01 3.99 4/425 2337
/proc/meminfo: memFree=5328052/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=42384 CPUtime=0.69 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 10861 0 0 0 68 1 0 0 25 0 1 0 721020804 43401216 6687 33554432000 4194304 4291037 140734096824048 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 10596 6687 258 24 0 7230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42384

[startup+1.50103 s]
/proc/loadavg: 3.92 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5297796/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=46736 CPUtime=1.49 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 11110 0 0 0 148 1 0 0 25 0 1 0 721020804 47857664 6926 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 11684 6926 258 24 0 8318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46736

[startup+3.10076 s]
/proc/loadavg: 3.92 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5291472/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=46736 CPUtime=3.09 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 11716 0 0 0 308 1 0 0 25 0 1 0 721020804 47857664 7522 33554432000 4194304 4291037 140734096824048 18446744073709551615 4262394 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 11684 7522 258 24 0 8318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46736

[startup+6.3002 s]
/proc/loadavg: 3.93 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5270936/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=58232 CPUtime=6.29 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 14657 0 0 0 627 2 0 0 25 0 1 0 721020804 59629568 10446 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 14558 10446 258 24 0 11192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58232

[startup+12.7011 s]
/proc/loadavg: 3.93 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5317328/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=65412 CPUtime=12.69 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 16727 0 0 0 1267 2 0 0 25 0 1 0 721020804 66981888 12476 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 16353 12476 258 24 0 12987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65412

[startup+25.5008 s]
/proc/loadavg: 3.95 4.01 3.99 5/426 2338
/proc/meminfo: memFree=5247784/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=96056 CPUtime=25.49 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 20060 0 0 0 2546 3 0 0 25 0 1 0 721020804 98361344 15756 33554432000 4194304 4291037 140734096824048 18446744073709551615 4249022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 24014 15756 258 24 0 20648 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96056

[startup+51.1004 s]
/proc/loadavg: 3.96 4.00 3.99 5/426 2339
/proc/meminfo: memFree=5169728/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=86660 CPUtime=51.09 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 31448 0 0 0 5103 6 0 0 25 0 1 0 721020804 88739840 17216 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 21665 17216 258 24 0 18299 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86660

[startup+102.316 s]
/proc/loadavg: 4.06 4.02 4.00 5/426 2340
/proc/meminfo: memFree=5096460/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=109824 CPUtime=102.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 49642 0 0 0 10220 11 0 0 25 0 1 0 721020804 112459776 22410 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 27456 22410 258 24 0 24090 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109824

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 4.00 5/426 2342
/proc/meminfo: memFree=4929528/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=145968 CPUtime=162.3 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 67733 0 0 0 16215 15 0 0 25 0 1 0 721020804 149471232 25088 33554432000 4194304 4291037 140734096824048 18446744073709551615 4262037 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 36492 25088 258 24 0 33126 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 145968

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/426 2343
/proc/meminfo: memFree=4874316/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=145968 CPUtime=222.29 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 86886 0 0 0 22211 18 0 0 25 0 1 0 721020804 149471232 28189 33554432000 4194304 4291037 140734096824048 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 36492 28189 258 24 0 33126 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 145968

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.00 5/426 2345
/proc/meminfo: memFree=4721876/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=152972 CPUtime=282.29 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 105715 0 0 0 28207 22 0 0 25 0 1 0 721020804 156643328 28954 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 38243 28954 258 24 0 34877 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 152972

[startup+342.3 s]
/proc/loadavg: 4.04 4.01 4.00 5/426 2374
/proc/meminfo: memFree=4804988/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=155748 CPUtime=342.3 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 122191 0 0 0 34203 27 0 0 25 0 1 0 721020804 159485952 28769 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 38937 28769 258 24 0 35571 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 155748

[startup+402.301 s]
/proc/loadavg: 4.08 4.04 4.01 5/426 2376
/proc/meminfo: memFree=4702356/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=130856 CPUtime=402.3 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 140061 0 0 0 40198 32 0 0 25 0 1 0 721020804 133996544 28757 33554432000 4194304 4291037 140734096824048 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 32714 28757 258 24 0 29348 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130856

[startup+462.3 s]
/proc/loadavg: 3.99 4.02 4.00 5/426 2409
/proc/meminfo: memFree=6085056/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=131280 CPUtime=462.3 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 158076 0 0 0 46195 35 0 0 25 0 1 0 721020804 134430720 28480 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 32820 28480 258 24 0 29454 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131280

[startup+522.301 s]
/proc/loadavg: 3.51 3.89 3.96 4/420 2427
/proc/meminfo: memFree=6061140/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=134252 CPUtime=522.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 174611 0 0 0 52192 39 0 0 25 0 1 0 721020804 137474048 25341 33554432000 4194304 4291037 140734096824048 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 33563 25341 258 24 0 30197 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 134252

[startup+582.3 s]
/proc/loadavg: 3.18 3.73 3.89 4/420 2429
/proc/meminfo: memFree=6176060/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=104924 CPUtime=582.3 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 191018 0 0 0 58186 44 0 0 25 0 1 0 721020804 107442176 22036 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 26231 22036 258 24 0 22865 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 104924

[startup+642.301 s]
/proc/loadavg: 3.07 3.59 3.84 4/420 2431
/proc/meminfo: memFree=5950084/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=173568 CPUtime=642.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 207130 0 0 0 64184 47 0 0 25 0 1 0 721020804 177733632 37865 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 43392 37865 258 24 0 40026 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 173568

[startup+702.3 s]
/proc/loadavg: 3.06 3.50 3.79 4/420 2432
/proc/meminfo: memFree=6065012/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=173568 CPUtime=702.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 224840 0 0 0 70179 52 0 0 25 0 1 0 721020804 177733632 33844 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 43392 33844 258 24 0 40026 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 173568

[startup+762.316 s]
/proc/loadavg: 3.09 3.42 3.74 4/420 2434
/proc/meminfo: memFree=6021708/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=173760 CPUtime=762.33 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 243021 0 0 0 76176 57 0 0 25 0 1 0 721020804 177930240 32076 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 43440 32076 258 24 0 40074 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 173760

[startup+822.3 s]
/proc/loadavg: 3.03 3.34 3.69 4/420 2435
/proc/meminfo: memFree=6075748/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=127844 CPUtime=822.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 258979 0 0 0 82170 61 0 0 25 0 1 0 721020804 130912256 25539 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 31961 25539 258 24 0 28595 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 127844

[startup+882.301 s]
/proc/loadavg: 3.01 3.28 3.64 4/420 2437
/proc/meminfo: memFree=5971924/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=177632 CPUtime=882.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 273498 0 0 0 88166 65 0 0 25 0 1 0 721020804 181895168 39818 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 44408 39818 258 24 0 41042 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 177632

[startup+942.3 s]
/proc/loadavg: 3.10 3.25 3.61 4/420 2439
/proc/meminfo: memFree=6069224/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=178672 CPUtime=942.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 291811 0 0 0 94162 69 0 0 25 0 1 0 721020804 182960128 34721 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 44668 34721 258 24 0 41302 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178672

[startup+1002.3 s]
/proc/loadavg: 3.08 3.22 3.58 4/420 2440
/proc/meminfo: memFree=5976692/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=119928 CPUtime=1002.32 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 306725 0 0 0 100159 73 0 0 25 0 1 0 721020804 122806272 24467 33554432000 4194304 4291037 140734096824048 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 29982 24467 258 24 0 26616 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 119928

[startup+1062.3 s]
/proc/loadavg: 3.03 3.18 3.54 4/420 2442
/proc/meminfo: memFree=5907840/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=181392 CPUtime=1062.32 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 321701 0 0 0 106156 76 0 0 25 0 1 0 721020804 185745408 39181 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 45348 39181 258 24 0 41982 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 181392

[startup+1122.3 s]
/proc/loadavg: 3.01 3.14 3.50 4/420 2443
/proc/meminfo: memFree=5973516/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=181392 CPUtime=1122.31 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 346254 0 0 0 112150 81 0 0 25 0 1 0 721020804 185745408 39224 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 45348 39224 258 24 0 41982 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 181392

[startup+1182.3 s]
/proc/loadavg: 3.00 3.11 3.47 4/420 2445
/proc/meminfo: memFree=5938776/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=232252 CPUtime=1182.32 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 356730 0 0 0 118146 86 0 0 25 0 1 0 721020804 237826048 49491 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 58063 49491 258 24 0 54697 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 232252

[startup+1242.3 s]
/proc/loadavg: 3.10 3.12 3.44 4/420 2447
/proc/meminfo: memFree=6082700/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=161060 CPUtime=1242.32 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 373082 0 0 0 124142 90 0 0 25 0 1 0 721020804 164925440 35897 33554432000 4194304 4291037 140734096824048 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 40265 35897 258 24 0 36899 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 161060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.55 2.97 3.37 3/414 2466
/proc/meminfo: memFree=6221324/32950940 swapFree=67111356/67111528
[pid=2337] ppid=2335 vsize=128000 CPUtime=1300.03 cores=4,6
/proc/2337/stat : 2337 (minisat_release) R 2335 2337 1983 0 -1 4202496 386338 0 0 0 129909 94 0 0 25 0 1 0 721020804 131072000 27527 33554432000 4194304 4291037 140734096824048 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/2337/statm: 32000 27527 258 24 0 28634 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 128000

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.1
CPU system time (s): 0.945856
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 246732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.1
system time used= 0.945856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386341
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= 8
involuntary context switches= 937

runsolver used 5.37518 second user time and 12.3551 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 19:31:40
IDJOB=3362712
IDBENCH=83116
IDSOLVER=1840
FILE ID=node117/3362712-1305307900
RUNJOBID= node117-1305306512-2002
PBS_JOBID= 13321473
Free space on /tmp= 37716 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362712-1305307900/watcher-3362712-1305307900 -o /tmp/evaluation-result-3362712-1305307900/solver-3362712-1305307900 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362712-1305307900.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1764627580

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       5328208 kB
Buffers:        254708 kB
Cached:       17660468 kB
SwapCached:          0 kB
Active:       15114732 kB
Inactive:     11842328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       5328208 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           14672 kB
Writeback:           0 kB
AnonPages:     9041948 kB
Mapped:          32444 kB
Slab:           553244 kB
PageTables:      46840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102233444 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= 37744 MiB
End job on node117 at 2011-05-13 19:53:22