Trace number 3348579

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.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.01 4.00 3.68 3/364 29877
/proc/meminfo: memFree=23622116/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=28036 CPUtime=0 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 2318 0 0 0 0 0 0 0 24 0 1 0 608839992 28708864 2179 33554432000 4194304 4254575 140736298103168 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 7009 2180 213 15 0 3652 0

[startup+0.02847 s]
/proc/loadavg: 4.01 4.00 3.68 3/364 29877
/proc/meminfo: memFree=23622116/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=30584 CPUtime=0.02 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 3211 0 0 0 2 0 0 0 24 0 1 0 608839992 31318016 3022 33554432000 4194304 4254575 140736298103168 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 7646 3024 213 15 0 4289 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30584

[startup+0.100458 s]
/proc/loadavg: 4.01 4.00 3.68 3/364 29877
/proc/meminfo: memFree=23622116/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=38408 CPUtime=0.09 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 6018 0 0 0 9 0 0 0 25 0 1 0 608839992 39329792 5570 33554432000 4194304 4254575 140736298103168 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 9602 5570 222 15 0 6245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38408

[startup+0.300436 s]
/proc/loadavg: 4.01 4.00 3.68 3/364 29877
/proc/meminfo: memFree=23622116/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=39716 CPUtime=0.29 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 6329 0 0 0 29 0 0 0 25 0 1 0 608839992 40669184 5881 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 9929 5881 232 15 0 6572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39716

[startup+0.700358 s]
/proc/loadavg: 4.01 4.00 3.68 3/364 29877
/proc/meminfo: memFree=23622116/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=39716 CPUtime=0.69 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 6478 0 0 0 69 0 0 0 25 0 1 0 608839992 40669184 6028 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216428 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 9929 6028 233 15 0 6572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39716

[startup+1.50021 s]
/proc/loadavg: 4.01 4.00 3.68 5/367 29906
/proc/meminfo: memFree=23599240/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=42912 CPUtime=1.49 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 6729 0 0 0 149 0 0 0 25 0 1 0 608839992 43941888 6277 33554432000 4194304 4254575 140736298103168 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 10728 6277 233 15 0 7371 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42912

[startup+3.10092 s]
/proc/loadavg: 4.00 4.00 3.68 5/367 29906
/proc/meminfo: memFree=23595396/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=43408 CPUtime=3.09 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 7045 0 0 0 309 0 0 0 25 0 1 0 608839992 44449792 6588 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 10852 6588 233 15 0 7495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43408

[startup+6.30034 s]
/proc/loadavg: 4.00 4.00 3.68 4/361 29923
/proc/meminfo: memFree=23775520/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=48152 CPUtime=6.29 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 7812 0 0 0 628 1 0 0 25 0 1 0 608839992 49307648 7345 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 12038 7345 233 15 0 8681 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48152

[startup+12.7002 s]
/proc/loadavg: 3.85 3.97 3.67 4/361 29923
/proc/meminfo: memFree=23761744/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=56400 CPUtime=12.69 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 9216 0 0 0 1268 1 0 0 25 0 1 0 608839992 57753600 8734 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 14100 8734 233 15 0 10743 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56400

[startup+25.5009 s]
/proc/loadavg: 3.72 3.94 3.66 4/361 29923
/proc/meminfo: memFree=23737108/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=70328 CPUtime=25.49 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 11773 0 0 0 2547 2 0 0 25 0 1 0 608839992 72015872 11259 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 17582 11259 233 15 0 14225 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70328

[startup+51.1003 s]
/proc/loadavg: 3.47 3.86 3.64 4/361 29924
/proc/meminfo: memFree=23689296/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=93644 CPUtime=51.09 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 17266 0 0 0 5104 5 0 0 25 0 1 0 608839992 95891456 16681 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 23411 16681 233 15 0 20054 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93644

[startup+102.314 s]
/proc/loadavg: 3.19 3.71 3.60 4/361 29925
/proc/meminfo: memFree=23595872/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=130712 CPUtime=102.31 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 28390 0 0 0 10221 10 0 0 25 0 1 0 608839992 133849088 27714 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 32678 27714 233 15 0 29321 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 130712

[startup+162.3 s]
/proc/loadavg: 3.11 3.60 3.57 4/361 29927
/proc/meminfo: memFree=23518180/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=188360 CPUtime=162.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 38092 0 0 0 16216 14 0 0 25 0 1 0 608839992 192880640 37293 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 47090 37293 233 15 0 43733 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 188360

[startup+222.3 s]
/proc/loadavg: 3.04 3.48 3.53 4/361 29928
/proc/meminfo: memFree=23538672/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=276020 CPUtime=222.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 46753 0 0 0 22211 19 0 0 25 0 1 0 608839992 282644480 45885 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 69005 45885 233 15 0 65648 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 276020

[startup+282.301 s]
/proc/loadavg: 3.01 3.39 3.49 4/361 29930
/proc/meminfo: memFree=23416708/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=281472 CPUtime=282.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 55475 0 0 0 28207 23 0 0 25 0 1 0 608839992 288227328 54523 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216717 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 70368 54523 233 15 0 67011 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 281472

[startup+342.301 s]
/proc/loadavg: 3.00 3.32 3.46 4/361 29932
/proc/meminfo: memFree=23369780/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=287820 CPUtime=342.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 63153 0 0 0 34204 26 0 0 25 0 1 0 608839992 294727680 62132 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 71955 62132 233 15 0 68598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287820

[startup+402.301 s]
/proc/loadavg: 3.03 3.27 3.43 4/361 29933
/proc/meminfo: memFree=23615456/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=156564 CPUtime=402.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 78694 0 0 0 40197 33 0 0 25 0 1 0 608839992 160321536 29949 33554432000 4194304 4254575 140736298103168 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 39141 29949 233 15 0 35784 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 156564

[startup+462.301 s]
/proc/loadavg: 3.08 3.25 3.41 4/361 29935
/proc/meminfo: memFree=23522252/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=207700 CPUtime=462.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 88938 0 0 0 46193 37 0 0 25 0 1 0 608839992 212684800 40074 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 51925 40074 233 15 0 48568 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 207700

[startup+522.301 s]
/proc/loadavg: 3.03 3.20 3.39 4/361 29936
/proc/meminfo: memFree=23409452/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=290632 CPUtime=522.3 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 98189 0 0 0 52188 42 0 0 25 0 1 0 608839992 297607168 49226 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216819 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 72658 49226 233 15 0 69301 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 290632

[startup+582.3 s]
/proc/loadavg: 3.01 3.16 3.36 4/361 29938
/proc/meminfo: memFree=23362620/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=291700 CPUtime=582.31 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 108967 0 0 0 58183 48 0 0 25 0 1 0 608839992 298700800 59911 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 72925 59911 233 15 0 69568 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 291700

[startup+642.3 s]
/proc/loadavg: 3.00 3.13 3.33 4/361 29940
/proc/meminfo: memFree=23291132/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=426048 CPUtime=642.32 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 118541 0 0 0 64179 53 0 0 25 0 1 0 608839992 436273152 69408 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 106512 69408 233 15 0 103155 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 426048

[startup+702.301 s]
/proc/loadavg: 3.06 3.12 3.32 4/361 29941
/proc/meminfo: memFree=23360380/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=433016 CPUtime=702.31 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 125912 0 0 0 70175 56 0 0 25 0 1 0 608839992 443408384 76707 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216823 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 108254 76707 233 15 0 104897 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 433016

[startup+762.314 s]
/proc/loadavg: 3.02 3.09 3.29 4/361 29943
/proc/meminfo: memFree=23274472/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=437004 CPUtime=762.33 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 132773 0 0 0 76174 59 0 0 25 0 1 0 608839992 447492096 83503 33554432000 4194304 4254575 140736298103168 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 109251 83503 233 15 0 105894 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 437004

[startup+822.301 s]
/proc/loadavg: 3.00 3.07 3.27 4/361 29944
/proc/meminfo: memFree=23430032/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=173784 CPUtime=822.32 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 148103 0 0 0 82165 67 0 0 25 0 1 0 608839992 177954816 33249 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216802 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 43446 33249 233 15 0 40089 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 173784

[startup+882.301 s]
/proc/loadavg: 3.00 3.06 3.25 4/361 29946
/proc/meminfo: memFree=23357168/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=223872 CPUtime=882.31 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 158475 0 0 0 88159 72 0 0 25 0 1 0 608839992 229244928 43507 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 55968 43507 233 15 0 52611 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 223872

[startup+942.3 s]
/proc/loadavg: 3.04 3.06 3.24 4/361 29948
/proc/meminfo: memFree=23287428/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=305260 CPUtime=942.31 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 168707 0 0 0 94153 78 0 0 25 0 1 0 608839992 312586240 53643 33554432000 4194304 4254575 140736298103168 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 76315 53643 233 15 0 72958 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 305260

[startup+1002.3 s]
/proc/loadavg: 3.07 3.06 3.23 4/361 29949
/proc/meminfo: memFree=23390896/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=306248 CPUtime=1002.32 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 178249 0 0 0 100149 83 0 0 25 0 1 0 608839992 313597952 63102 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 76562 63102 233 15 0 73205 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 306248

[startup+1062.3 s]
/proc/loadavg: 2.63 2.95 3.18 3/355 29969
/proc/meminfo: memFree=23456980/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=307420 CPUtime=1062.32 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 186299 0 0 0 106146 86 0 0 25 0 1 0 608839992 314798080 71091 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 76855 71091 233 15 0 73498 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 307420

[startup+1122.3 s]
/proc/loadavg: 2.23 2.78 3.10 3/355 29970
/proc/meminfo: memFree=23393204/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=441348 CPUtime=1122.33 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 195346 0 0 0 112143 90 0 0 25 0 1 0 608839992 451940352 80064 33554432000 4194304 4254575 140736298103168 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 110337 80064 233 15 0 106980 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 441348

[startup+1182.3 s]
/proc/loadavg: 2.08 2.63 3.03 3/355 29972
/proc/meminfo: memFree=23340796/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=443036 CPUtime=1182.33 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 201966 0 0 0 118140 93 0 0 25 0 1 0 608839992 453668864 86622 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 110759 86622 233 15 0 107402 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 443036

[startup+1242.3 s]
/proc/loadavg: 2.11 2.53 2.97 3/355 29974
/proc/meminfo: memFree=23283580/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=446244 CPUtime=1242.33 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 208745 0 0 0 124136 97 0 0 25 0 1 0 608839992 456953856 93349 33554432000 4194304 4254575 140736298103168 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 111561 93349 233 15 0 108204 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 446244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.04 2.44 2.91 3/355 29975
/proc/meminfo: memFree=23642740/32951124 swapFree=65580836/67111528
[pid=29877] ppid=29875 vsize=183580 CPUtime=1300.04 cores=1,3
/proc/29877/stat : 29877 (cir_minisat) R 29875 29877 28937 0 -1 4202496 224861 0 0 0 129902 102 0 0 25 0 1 0 608839992 187985920 35455 33554432000 4194304 4254575 140736298103168 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29877/statm: 45895 35455 233 15 0 42538 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 183580

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.06
CPU user time (s): 1299.02
CPU system time (s): 1.03584
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 458812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.02
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 2308

runsolver used 4.40433 second user time and 10.7514 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 22:20:23
IDJOB=3348579
IDBENCH=83120
IDSOLVER=1810
FILE ID=node137/3348579-1304972423
RUNJOBID= node137-1304971120-29565
PBS_JOBID= 13285613
Free space on /tmp= 37924 MiB

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

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=820808638

node137.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.844
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.68
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.844
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.844
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.844
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.844
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.82
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23622148 kB
Buffers:        140096 kB
Cached:        1306088 kB
SwapCached:      36192 kB
Active:        1377948 kB
Inactive:      7758968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23622148 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:            5452 kB
Writeback:           0 kB
AnonPages:     7664196 kB
Mapped:          19460 kB
Slab:            88508 kB
PageTables:      39620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76275348 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= 37960 MiB
End job on node137 at 2011-05-09 22:42:05