Trace number 3318201

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: MiniSAT 2.2.0-agile-26? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3318201-1304901960/watcher-3318201-1304901960 -o /tmp/evaluation-result-3318201-1304901960/solver-3318201-1304901960 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318201-1304901960.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: 1.23 2.50 3.20 5/361 28312
/proc/meminfo: memFree=7206676/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=25432 CPUtime=0 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 2106 0 0 0 0 0 0 0 21 0 1 0 601793046 26042368 1986 33554432000 4194304 4291235 140735826466320 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 6358 1987 216 24 0 2992 0

[startup+0.0493109 s]
/proc/loadavg: 1.23 2.50 3.20 5/361 28312
/proc/meminfo: memFree=7206676/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=30828 CPUtime=0.04 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 4115 0 0 0 4 0 0 0 21 0 1 0 601793046 31567872 3714 33554432000 4194304 4291235 140735826466320 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 7707 3715 216 24 0 4341 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30828

[startup+0.100295 s]
/proc/loadavg: 1.23 2.50 3.20 5/361 28312
/proc/meminfo: memFree=7206676/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=34428 CPUtime=0.09 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 5503 0 0 0 9 0 0 0 21 0 1 0 601793046 35254272 4909 33554432000 4194304 4291235 140735826466320 18446744073709551615 4217911 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 8607 4910 240 24 0 5241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34428

[startup+0.30026 s]
/proc/loadavg: 1.23 2.50 3.20 5/361 28312
/proc/meminfo: memFree=7206676/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=39368 CPUtime=0.29 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 8033 0 0 0 28 1 0 0 22 0 1 0 601793046 40312832 6156 33554432000 4194304 4291235 140735826466320 18446744073709551615 4229970 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 9842 6156 240 24 0 6476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39368

[startup+0.701184 s]
/proc/loadavg: 1.23 2.50 3.20 5/361 28312
/proc/meminfo: memFree=7206676/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=35440 CPUtime=0.69 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 8698 0 0 0 68 1 0 0 24 0 1 0 601793046 36290560 5348 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 8860 5348 259 24 0 5494 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35440

[startup+1.50103 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7146484/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=39792 CPUtime=1.49 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 8976 0 0 0 148 1 0 0 25 0 1 0 601793046 40747008 5617 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 9948 5617 259 24 0 6582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39792

[startup+3.10072 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7138300/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=39976 CPUtime=3.09 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 9639 0 0 0 308 1 0 0 25 0 1 0 601793046 40935424 6265 33554432000 4194304 4291235 140735826466320 18446744073709551615 4248307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 9994 6265 259 24 0 6628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39976

[startup+6.30111 s]
/proc/loadavg: 1.45 2.52 3.20 5/365 28319
/proc/meminfo: memFree=7087596/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=51744 CPUtime=6.29 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 12708 0 0 0 627 2 0 0 25 0 1 0 601793046 52985856 9311 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 12936 9311 259 24 0 9570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51744

[startup+12.7009 s]
/proc/loadavg: 1.65 2.55 3.20 5/365 28319
/proc/meminfo: memFree=7050496/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=58924 CPUtime=12.69 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 14751 0 0 0 1267 2 0 0 25 0 1 0 601793046 60338176 11316 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 14731 11316 259 24 0 11365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58924

[startup+25.5004 s]
/proc/loadavg: 2.17 2.62 3.22 5/365 28320
/proc/meminfo: memFree=7043684/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=51744 CPUtime=25.49 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 19293 0 0 0 2545 4 0 0 25 0 1 0 601793046 52985856 8923 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 12936 8923 259 24 0 9570 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51744

[startup+51.1005 s]
/proc/loadavg: 2.79 2.73 3.24 5/365 28321
/proc/meminfo: memFree=7029976/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=61944 CPUtime=51.09 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 28758 0 0 0 5102 7 0 0 25 0 1 0 601793046 63430656 9534 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 15486 9534 259 24 0 12120 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61944

[startup+102.314 s]
/proc/loadavg: 3.53 2.94 3.28 5/365 28322
/proc/meminfo: memFree=6948496/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=92428 CPUtime=102.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 48154 0 0 0 10221 10 0 0 25 0 1 0 601793046 94646272 19705 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 23107 19705 259 24 0 19741 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92428

[startup+162.301 s]
/proc/loadavg: 3.89 3.14 3.33 5/365 28323
/proc/meminfo: memFree=6876800/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=92428 CPUtime=162.3 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 68825 0 0 0 16216 14 0 0 25 0 1 0 601793046 94646272 19732 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 23107 19732 259 24 0 19741 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92428

[startup+222.301 s]
/proc/loadavg: 3.96 3.30 3.37 5/365 28325
/proc/meminfo: memFree=6902696/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=92428 CPUtime=222.3 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 80723 0 0 0 22214 16 0 0 25 0 1 0 601793046 94646272 19735 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 23107 19735 259 24 0 19741 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92428

[startup+282.301 s]
/proc/loadavg: 3.98 3.42 3.40 5/365 28327
/proc/meminfo: memFree=6803724/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=141748 CPUtime=282.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 103688 0 0 0 28210 21 0 0 25 0 1 0 601793046 145149952 30362 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 35437 30362 259 24 0 32071 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 141748

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.44 5/365 28328
/proc/meminfo: memFree=6843744/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=141748 CPUtime=342.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 118682 0 0 0 34206 25 0 0 25 0 1 0 601793046 145149952 31912 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 35437 31912 259 24 0 32071 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 141748

[startup+402.301 s]
/proc/loadavg: 4.05 3.62 3.47 5/365 28330
/proc/meminfo: memFree=6855996/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=172568 CPUtime=402.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 133173 0 0 0 40203 28 0 0 25 0 1 0 601793046 176709632 32515 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43142 32515 259 24 0 39776 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 172568

[startup+462.301 s]
/proc/loadavg: 4.10 3.72 3.51 5/365 28331
/proc/meminfo: memFree=6771276/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=191432 CPUtime=462.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 146405 0 0 0 46200 31 0 0 25 0 1 0 601793046 196026368 32238 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 47858 32239 259 24 0 44492 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 191432

[startup+522.301 s]
/proc/loadavg: 4.04 3.77 3.54 5/365 28333
/proc/meminfo: memFree=6812796/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=160612 CPUtime=522.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 158974 0 0 0 52197 34 0 0 25 0 1 0 601793046 164466688 31905 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 40153 31905 259 24 0 36787 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 160612

[startup+582.301 s]
/proc/loadavg: 4.01 3.81 3.57 5/365 28335
/proc/meminfo: memFree=6724604/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=205772 CPUtime=582.31 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 180430 0 0 0 58192 39 0 0 25 0 1 0 601793046 210710528 41352 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 51443 41352 259 24 0 48077 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 205772

[startup+642.301 s]
/proc/loadavg: 4.11 3.87 3.60 5/365 28336
/proc/meminfo: memFree=6753348/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=205772 CPUtime=642.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 193683 0 0 0 64191 42 0 0 25 0 1 0 601793046 210710528 40502 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 51443 40502 259 24 0 48077 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 205772

[startup+702.301 s]
/proc/loadavg: 4.08 3.90 3.63 5/365 28338
/proc/meminfo: memFree=6660568/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=702.32 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 207434 0 0 0 70186 46 0 0 25 0 1 0 601793046 179150848 40267 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 40267 259 24 0 40372 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 174952

[startup+762.314 s]
/proc/loadavg: 4.03 3.92 3.65 5/365 28339
/proc/meminfo: memFree=6700104/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=762.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 221015 0 0 0 76183 50 0 0 25 0 1 0 601793046 179150848 40283 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 40283 259 24 0 40372 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 174952

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.67 5/365 28341
/proc/meminfo: memFree=6747448/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=822.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 234755 0 0 0 82179 54 0 0 25 0 1 0 601793046 179150848 40000 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 40000 259 24 0 40372 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 174952

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.68 5/365 28343
/proc/meminfo: memFree=6710104/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=882.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 248977 0 0 0 88176 57 0 0 25 0 1 0 601793046 179150848 39784 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 39784 259 24 0 40372 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 174952

[startup+942.301 s]
/proc/loadavg: 4.20 4.00 3.72 5/365 28353
/proc/meminfo: memFree=6753800/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=942.32 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 263038 0 0 0 94172 60 0 0 25 0 1 0 601793046 179150848 39166 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 39166 259 24 0 40372 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 174952

[startup+1002.3 s]
/proc/loadavg: 4.13 4.01 3.74 5/365 28355
/proc/meminfo: memFree=6738032/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=1002.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 277244 0 0 0 100168 65 0 0 25 0 1 0 601793046 179150848 37261 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 37261 259 24 0 40372 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 174952

[startup+1062.3 s]
/proc/loadavg: 4.05 4.00 3.75 5/365 28356
/proc/meminfo: memFree=6648736/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=125632 CPUtime=1062.34 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 282984 0 0 0 106166 68 0 0 25 0 1 0 601793046 128647168 27990 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 31408 27990 259 24 0 28042 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 125632

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.76 5/365 28361
/proc/meminfo: memFree=6701732/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=125632 CPUtime=1122.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 297229 0 0 0 112162 71 0 0 25 0 1 0 601793046 128647168 27990 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 31408 27990 259 24 0 28042 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 125632

[startup+1182.3 s]
/proc/loadavg: 4.15 4.04 3.79 5/365 28363
/proc/meminfo: memFree=6763800/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=1182.33 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 318858 0 0 0 118156 77 0 0 25 0 1 0 601793046 179150848 35602 33554432000 4194304 4291235 140735826466320 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 35602 259 24 0 40372 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 174952

[startup+1242.3 s]
/proc/loadavg: 4.10 4.05 3.81 5/365 28364
/proc/meminfo: memFree=6675124/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=205772 CPUtime=1242.34 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 327205 0 0 0 124153 81 0 0 25 0 1 0 601793046 210710528 43773 33554432000 4194304 4291235 140735826466320 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 51443 43773 259 24 0 48077 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 205772



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 3.82 3/363 28368
/proc/meminfo: memFree=6936640/32950928 swapFree=67056568/67111528
[pid=28312] ppid=28310 vsize=174952 CPUtime=1300.05 cores=1,3
/proc/28312/stat : 28312 (minisat) R 28310 28312 27748 0 -1 4202496 338943 0 0 0 129921 84 0 0 25 0 1 0 601793046 179150848 39502 33554432000 4194304 4291235 140735826466320 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28312/statm: 43738 39502 259 24 0 40372 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 174952

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.07
CPU user time (s): 1299.22
CPU system time (s): 0.85387
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 205772

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

runsolver used 4.45232 second user time and 10.9343 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:46:00
IDJOB=3318201
IDBENCH=83115
IDSOLVER=1707
FILE ID=node148/3318201-1304901960
RUNJOBID= node148-1304901959-28278
PBS_JOBID= 13282123
Free space on /tmp= 31076 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318201-1304901960/watcher-3318201-1304901960 -o /tmp/evaluation-result-3318201-1304901960/solver-3318201-1304901960 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318201-1304901960.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=346614205

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:       7207576 kB
Buffers:        229916 kB
Cached:       21760684 kB
SwapCached:       8268 kB
Active:       10290056 kB
Inactive:     14667460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7207576 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           10164 kB
Writeback:           0 kB
AnonPages:     2965060 kB
Mapped:          27548 kB
Slab:           691032 kB
PageTables:      28952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84726248 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= 31072 MiB
End job on node148 at 2011-05-09 03:07:42