Trace number 3362713

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-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3362713-1305307856/watcher-3362713-1305307856 -o /tmp/evaluation-result-3362713-1305307856/solver-3362713-1305307856 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362713-1305307856.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.87 4.02 4.00 5/370 8690
/proc/meminfo: memFree=25464444/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=22736 CPUtime=0 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 1383 0 0 0 0 0 0 0 23 0 1 0 721016250 23281664 1324 33554432000 4194304 4291037 140736541090624 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 5684 1329 213 24 0 2318 0

[startup+0.025799 s]
/proc/loadavg: 3.87 4.02 4.00 5/370 8690
/proc/meminfo: memFree=25464444/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=30016 CPUtime=0.01 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 2956 0 0 0 1 0 0 0 23 0 1 0 721016250 30736384 2805 33554432000 4194304 4291037 140736541090624 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 7504 2807 216 24 0 4138 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30016

[startup+0.100786 s]
/proc/loadavg: 3.87 4.02 4.00 5/370 8690
/proc/meminfo: memFree=25464444/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=39124 CPUtime=0.09 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 6362 0 0 0 9 0 0 0 23 0 1 0 721016250 40062976 5729 33554432000 4194304 4291037 140736541090624 18446744073709551615 4229996 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 9781 5729 239 24 0 6415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39124

[startup+0.300761 s]
/proc/loadavg: 3.87 4.02 4.00 5/370 8690
/proc/meminfo: memFree=25464444/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=45896 CPUtime=0.29 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 9778 0 0 0 28 1 0 0 24 0 1 0 721016250 46997504 7350 33554432000 4194304 4291037 140736541090624 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 11474 7350 240 24 0 8108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45896

[startup+0.700678 s]
/proc/loadavg: 3.87 4.02 4.00 5/370 8690
/proc/meminfo: memFree=25464444/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=44028 CPUtime=0.69 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 10913 0 0 0 68 1 0 0 25 0 1 0 721016250 45084672 6659 33554432000 4194304 4291037 140736541090624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 11007 6659 258 24 0 7641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44028

[startup+1.50053 s]
/proc/loadavg: 3.87 4.02 4.00 5/371 8691
/proc/meminfo: memFree=25440184/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=44028 CPUtime=1.49 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 11280 0 0 0 148 1 0 0 25 0 1 0 721016250 45084672 7017 33554432000 4194304 4291037 140736541090624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 11007 7017 258 24 0 7641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44028

[startup+3.10023 s]
/proc/loadavg: 3.87 4.02 4.00 5/371 8691
/proc/meminfo: memFree=25434480/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=51100 CPUtime=3.09 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 11934 0 0 0 307 2 0 0 25 0 1 0 721016250 52326400 7660 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 12775 7660 258 24 0 9409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51100

[startup+6.30065 s]
/proc/loadavg: 3.88 4.02 4.00 5/371 8691
/proc/meminfo: memFree=25421512/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=69776 CPUtime=6.29 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 16249 0 0 0 627 2 0 0 25 0 1 0 721016250 71450624 11941 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 17444 11941 258 24 0 14078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69776

[startup+12.7005 s]
/proc/loadavg: 3.89 4.02 4.00 5/371 8692
/proc/meminfo: memFree=25373460/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=81452 CPUtime=12.69 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 18575 0 0 0 1266 3 0 0 25 0 1 0 721016250 83406848 14243 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 20363 14243 258 24 0 16997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81452

[startup+25.5011 s]
/proc/loadavg: 3.99 4.04 4.00 5/371 8720
/proc/meminfo: memFree=25473264/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=100420 CPUtime=25.49 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 23608 0 0 0 2545 4 0 0 25 0 1 0 721016250 102830080 19204 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 25105 19204 258 24 0 21739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100420

[startup+51.1004 s]
/proc/loadavg: 3.99 4.03 4.00 5/371 8720
/proc/meminfo: memFree=25484700/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=81452 CPUtime=51.08 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 37547 0 0 0 5101 7 0 0 25 0 1 0 721016250 83406848 16001 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 20363 16001 258 24 0 16997 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81452

[startup+102.314 s]
/proc/loadavg: 4.05 4.04 4.00 5/371 8722
/proc/meminfo: memFree=25383100/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=82552 CPUtime=102.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 62666 0 0 0 10216 14 0 0 25 0 1 0 721016250 84533248 13847 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 20638 13847 258 24 0 17272 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82552

[startup+162.301 s]
/proc/loadavg: 4.07 4.05 4.00 5/371 8724
/proc/meminfo: memFree=25201804/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=188564 CPUtime=162.29 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 88511 0 0 0 16208 21 0 0 25 0 1 0 721016250 193089536 39421 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 47141 39421 258 24 0 43775 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188564

[startup+222.301 s]
/proc/loadavg: 4.09 4.05 4.00 5/371 8725
/proc/meminfo: memFree=25180684/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=189512 CPUtime=222.29 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 118172 0 0 0 22200 29 0 0 25 0 1 0 721016250 194060288 37553 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 47378 37553 258 24 0 44012 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189512

[startup+282.301 s]
/proc/loadavg: 4.11 4.07 4.01 5/371 8727
/proc/meminfo: memFree=25269300/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=145920 CPUtime=282.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 146202 0 0 0 28192 38 0 0 25 0 1 0 721016250 149422080 28923 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 36480 28923 258 24 0 33114 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145920

[startup+342.301 s]
/proc/loadavg: 4.07 4.07 4.01 5/371 8728
/proc/meminfo: memFree=25174152/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=148336 CPUtime=342.29 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 173379 0 0 0 34186 43 0 0 25 0 1 0 721016250 151896064 28722 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 37084 28722 258 24 0 33718 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 148336

[startup+402.301 s]
/proc/loadavg: 4.02 4.05 4.00 5/371 8757
/proc/meminfo: memFree=25373284/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=101736 CPUtime=402.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 202131 0 0 0 40180 50 0 0 25 0 1 0 721016250 104177664 18316 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 25434 18316 258 24 0 22068 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101736

[startup+462.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/371 8759
/proc/meminfo: memFree=25115084/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=202844 CPUtime=462.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 225852 0 0 0 46173 57 0 0 25 0 1 0 721016250 207712256 41806 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 50711 41806 258 24 0 47345 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 202844

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/371 8763
/proc/meminfo: memFree=25198784/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=154808 CPUtime=522.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 251942 0 0 0 52167 63 0 0 25 0 1 0 721016250 158523392 31755 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 38702 31755 258 24 0 35336 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 154808

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/371 8765
/proc/meminfo: memFree=24994348/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=288184 CPUtime=582.3 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 280767 0 0 0 58160 70 0 0 25 0 1 0 721016250 295100416 60409 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 72046 60409 258 24 0 68680 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 288184

[startup+642.301 s]
/proc/loadavg: 4.16 4.05 4.01 5/371 8766
/proc/meminfo: memFree=25089040/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=209960 CPUtime=642.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 308356 0 0 0 64152 79 0 0 25 0 1 0 721016250 214999040 38858 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 52490 38858 258 24 0 49124 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 209960

[startup+702.3 s]
/proc/loadavg: 4.14 4.06 4.01 5/371 8768
/proc/meminfo: memFree=24951860/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=295148 CPUtime=702.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 329331 0 0 0 70146 85 0 0 25 0 1 0 721016250 302231552 59619 33554432000 4194304 4291037 140736541090624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 73787 59619 258 24 0 70421 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 295148

[startup+762.313 s]
/proc/loadavg: 4.05 4.04 4.00 5/371 8770
/proc/meminfo: memFree=25101860/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=220832 CPUtime=762.32 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 357801 0 0 0 76140 92 0 0 25 0 1 0 721016250 226131968 44450 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 55208 44450 258 24 0 51842 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 220832

[startup+822.3 s]
/proc/loadavg: 4.16 4.08 4.02 5/371 8771
/proc/meminfo: memFree=25094996/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=170744 CPUtime=822.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 382246 0 0 0 82134 97 0 0 25 0 1 0 721016250 174841856 34467 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 42686 34467 258 24 0 39320 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 170744

[startup+882.3 s]
/proc/loadavg: 4.06 4.06 4.01 5/371 8773
/proc/meminfo: memFree=24981488/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=302220 CPUtime=882.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 402026 0 0 0 88127 104 0 0 25 0 1 0 721016250 309473280 54073 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 75555 54073 258 24 0 72189 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 302220

[startup+942.3 s]
/proc/loadavg: 4.02 4.05 4.00 5/371 8774
/proc/meminfo: memFree=24915472/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=170744 CPUtime=942.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 429913 0 0 0 94119 112 0 0 25 0 1 0 721016250 174841856 37465 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 42686 37465 258 24 0 39320 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 170744

[startup+1002.3 s]
/proc/loadavg: 3.85 4.00 3.99 4/365 8793
/proc/meminfo: memFree=25295976/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=303972 CPUtime=1002.31 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 450093 0 0 0 100113 118 0 0 25 0 1 0 721016250 311267328 57419 33554432000 4194304 4291037 140736541090624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 75993 57419 258 24 0 72627 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 303972

[startup+1062.3 s]
/proc/loadavg: 3.31 3.82 3.92 4/365 8795
/proc/meminfo: memFree=25127216/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=172656 CPUtime=1062.32 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 477505 0 0 0 106105 127 0 0 25 0 1 0 721016250 176799744 37902 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 43164 37902 258 24 0 39798 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 172656

[startup+1122.3 s]
/proc/loadavg: 3.11 3.67 3.86 4/365 8796
/proc/meminfo: memFree=24871856/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=305700 CPUtime=1122.32 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 499397 0 0 0 112098 134 0 0 25 0 1 0 721016250 313036800 59618 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 76425 59618 258 24 0 73059 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 305700

[startup+1182.3 s]
/proc/loadavg: 3.04 3.54 3.81 4/365 8798
/proc/meminfo: memFree=25112372/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=224468 CPUtime=1182.32 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 526615 0 0 0 118091 141 0 0 25 0 1 0 721016250 229855232 42007 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 56117 42007 258 24 0 52751 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 224468

[startup+1242.3 s]
/proc/loadavg: 3.10 3.47 3.77 4/365 8799
/proc/meminfo: memFree=24890500/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=307004 CPUtime=1242.33 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 546137 0 0 0 124086 147 0 0 25 0 1 0 721016250 314372096 61368 33554432000 4194304 4291037 140736541090624 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 76751 61368 258 24 0 73385 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 307004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.38 3.71 4/365 8801
/proc/meminfo: memFree=25169100/32950928 swapFree=38710892/67111528
[pid=8690] ppid=8688 vsize=226820 CPUtime=1300.03 cores=4,6
/proc/8690/stat : 8690 (minisat_release) R 8688 8690 8457 0 -1 4202496 572251 0 0 0 129849 154 0 0 25 0 1 0 721016250 232263680 41074 33554432000 4194304 4291037 140736541090624 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8690/statm: 56705 41074 258 24 0 53339 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 226820

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): 1298.5
CPU system time (s): 1.55076
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 315628

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

runsolver used 4.86526 second user time and 10.5214 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-13 19:30:56
IDJOB=3362713
IDBENCH=83105
IDSOLVER=1840
FILE ID=node113/3362713-1305307856
RUNJOBID= node113-1305306552-8476
PBS_JOBID= 13321475
Free space on /tmp= 47768 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1987254330

node113.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.846
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.846
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:     32950928 kB
MemFree:      25464848 kB
Buffers:        198716 kB
Cached:        2403500 kB
SwapCached:      93712 kB
Active:         946024 kB
Inactive:      6286540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25464848 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           22544 kB
Writeback:          24 kB
AnonPages:     4548416 kB
Mapped:          14120 kB
Slab:            96552 kB
PageTables:      92512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87374368 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= 47780 MiB
End job on node113 at 2011-05-13 19:52:38