Trace number 3362710

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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

running on 2 cores: 5,7

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.97 4.01 4.00 4/362 14520
/proc/meminfo: memFree=6621168/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=23276 CPUtime=0 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 1445 0 0 0 0 0 0 0 18 0 1 0 642385735 23834624 1387 33554432000 4194304 4291037 140735758644464 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 5819 1393 213 24 0 2453 0

[startup+0.033267 s]
/proc/loadavg: 3.97 4.01 4.00 4/362 14520
/proc/meminfo: memFree=6621168/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=29872 CPUtime=0.02 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 3307 0 0 0 2 0 0 0 18 0 1 0 642385735 30588928 3102 33554432000 4194304 4291037 140735758644464 18446744073709551615 254500353057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 7468 3106 216 24 0 4102 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29872

[startup+0.100253 s]
/proc/loadavg: 3.97 4.01 4.00 4/362 14520
/proc/meminfo: memFree=6621168/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=37236 CPUtime=0.09 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 6080 0 0 0 9 0 0 0 18 0 1 0 642385735 38129664 5468 33554432000 4194304 4291037 140735758644464 18446744073709551615 4229924 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 9309 5468 239 24 0 5943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37236

[startup+0.300226 s]
/proc/loadavg: 3.97 4.01 4.00 4/362 14520
/proc/meminfo: memFree=6621168/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=43036 CPUtime=0.28 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 9225 0 0 0 28 0 0 0 18 0 1 0 642385735 44068864 7072 33554432000 4194304 4291037 140735758644464 18446744073709551615 4232018 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 10759 7072 240 24 0 7393 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43036

[startup+0.701134 s]
/proc/loadavg: 3.97 4.01 4.00 4/362 14520
/proc/meminfo: memFree=6621168/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=39668 CPUtime=0.69 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 10057 0 0 0 68 1 0 0 18 0 1 0 642385735 40620032 6200 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 9917 6200 259 24 0 6551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39668

[startup+1.50098 s]
/proc/loadavg: 3.97 4.01 4.00 5/363 14521
/proc/meminfo: memFree=6594784/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=44020 CPUtime=1.49 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 10305 0 0 0 148 1 0 0 20 0 1 0 642385735 45076480 6440 33554432000 4194304 4291037 140735758644464 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 11005 6440 259 24 0 7639 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44020

[startup+3.10066 s]
/proc/loadavg: 3.97 4.01 4.00 5/363 14521
/proc/meminfo: memFree=6591064/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=44020 CPUtime=3.09 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 10918 0 0 0 308 1 0 0 25 0 1 0 642385735 45076480 7035 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 11005 7035 259 24 0 7639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44020

[startup+6.30102 s]
/proc/loadavg: 3.97 4.01 4.00 5/363 14521
/proc/meminfo: memFree=6574180/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=55716 CPUtime=6.3 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 13909 0 0 0 628 2 0 0 25 0 1 0 642385735 57053184 10002 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 13929 10002 259 24 0 10563 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 55716

[startup+12.7008 s]
/proc/loadavg: 4.13 4.05 4.01 6/363 14521
/proc/meminfo: memFree=6544180/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=62896 CPUtime=12.69 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 15766 0 0 0 1266 3 0 0 25 0 1 0 642385735 64405504 11838 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 15724 11838 259 24 0 12358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62896

[startup+25.5002 s]
/proc/loadavg: 4.10 4.04 4.01 5/363 14521
/proc/meminfo: memFree=6501272/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=74572 CPUtime=25.49 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 19020 0 0 0 2545 4 0 0 25 0 1 0 642385735 76361728 15034 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 18643 15034 259 24 0 15277 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74572

[startup+51.1011 s]
/proc/loadavg: 4.07 4.04 4.00 5/363 14522
/proc/meminfo: memFree=6469516/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=83052 CPUtime=51.09 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 29467 0 0 0 5100 9 0 0 25 0 1 0 642385735 85045248 15847 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 20763 15847 259 24 0 17397 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83052

[startup+102.314 s]
/proc/loadavg: 4.03 4.03 4.00 5/363 14523
/proc/meminfo: memFree=6360140/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=106824 CPUtime=102.31 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 44870 0 0 0 10214 17 0 0 25 0 1 0 642385735 109387776 19008 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 26706 19008 259 24 0 23340 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 106824

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/363 14525
/proc/meminfo: memFree=6276500/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=111276 CPUtime=162.3 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 61358 0 0 0 16205 25 0 0 25 0 1 0 642385735 113946624 22980 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 27819 22980 259 24 0 24453 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 111276

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14527
/proc/meminfo: memFree=6233896/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=113648 CPUtime=222.3 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 77934 0 0 0 22197 33 0 0 25 0 1 0 642385735 116375552 24821 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 28412 24821 259 24 0 25046 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 113648

[startup+282.301 s]
/proc/loadavg: 4.06 4.03 4.00 6/363 14609
/proc/meminfo: memFree=6306856/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=145856 CPUtime=282.3 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 94515 0 0 0 28189 41 0 0 25 0 1 0 642385735 149356544 26054 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 36464 26054 259 24 0 33098 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145856

[startup+342.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/363 14611
/proc/meminfo: memFree=6067532/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=121384 CPUtime=342.31 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 111649 0 0 0 34183 48 0 0 25 0 1 0 642385735 124297216 25991 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 30346 25991 259 24 0 26980 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 121384

[startup+402.3 s]
/proc/loadavg: 4.09 4.05 4.01 5/363 14639
/proc/meminfo: memFree=5631208/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=122884 CPUtime=402.31 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 128000 0 0 0 40177 54 0 0 25 0 1 0 642385735 125833216 26060 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 30721 26060 259 24 0 27355 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 122884

[startup+462.3 s]
/proc/loadavg: 4.07 4.05 4.01 6/363 14641
/proc/meminfo: memFree=5456304/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=106604 CPUtime=462.31 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 143561 0 0 0 46172 59 0 0 25 0 1 0 642385735 109162496 22376 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 26651 22376 259 24 0 23285 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 106604

[startup+522.3 s]
/proc/loadavg: 4.07 4.06 4.01 5/363 14642
/proc/meminfo: memFree=5230980/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=156392 CPUtime=522.31 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 155713 0 0 0 52166 65 0 0 25 0 1 0 642385735 160145408 34362 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 39098 34362 259 24 0 35732 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 156392

[startup+582.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/363 14644
/proc/meminfo: memFree=5125908/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=158336 CPUtime=582.32 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 168936 0 0 0 58158 74 0 0 25 0 1 0 642385735 162136064 28328 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 39584 28328 259 24 0 36218 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 158336

[startup+642.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/363 14646
/proc/meminfo: memFree=4969868/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=114104 CPUtime=642.32 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 182662 0 0 0 64153 79 0 0 25 0 1 0 642385735 116842496 24669 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 28526 24669 259 24 0 25160 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 114104

[startup+702.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/363 14647
/proc/meminfo: memFree=4786752/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=164184 CPUtime=702.33 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 191476 0 0 0 70149 84 0 0 25 0 1 0 642385735 168124416 33318 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 41046 33318 259 24 0 37680 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 164184

[startup+762.314 s]
/proc/loadavg: 4.00 4.02 4.00 5/363 14649
/proc/meminfo: memFree=4625288/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=141076 CPUtime=762.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 207917 0 0 0 76144 90 0 0 25 0 1 0 642385735 144461824 31275 33554432000 4194304 4291037 140735758644464 18446744073709551615 4249014 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 35269 31275 259 24 0 31903 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 141076

[startup+822.301 s]
/proc/loadavg: 3.57 3.90 3.96 4/357 14668
/proc/meminfo: memFree=7901124/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=110828 CPUtime=822.33 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 219943 0 0 0 82137 96 0 0 25 0 1 0 642385735 113487872 23890 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 27707 23890 259 24 0 24341 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 110828

[startup+882.301 s]
/proc/loadavg: 3.31 3.77 3.91 4/357 14670
/proc/meminfo: memFree=7920300/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=172292 CPUtime=882.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 231463 0 0 0 88132 102 0 0 25 0 1 0 642385735 176427008 35187 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 43073 35187 259 24 0 39707 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 172292

[startup+942.301 s]
/proc/loadavg: 3.23 3.66 3.86 4/357 14672
/proc/meminfo: memFree=7918564/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=148544 CPUtime=942.33 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 246603 0 0 0 94125 108 0 0 25 0 1 0 642385735 152109056 32205 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 37136 32205 259 24 0 33770 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 148544

[startup+1002.3 s]
/proc/loadavg: 3.08 3.53 3.80 4/357 14673
/proc/meminfo: memFree=7882952/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=117900 CPUtime=1002.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 257365 0 0 0 100119 115 0 0 25 0 1 0 642385735 120729600 25060 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 29475 25060 259 24 0 26109 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 117900

[startup+1062.3 s]
/proc/loadavg: 3.03 3.43 3.75 4/357 14675
/proc/meminfo: memFree=7859008/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=179364 CPUtime=1062.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 268114 0 0 0 106112 122 0 0 25 0 1 0 642385735 183668736 35610 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 44841 35610 259 24 0 41475 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 179364

[startup+1122.3 s]
/proc/loadavg: 3.01 3.35 3.70 4/357 14676
/proc/meminfo: memFree=7825272/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=149256 CPUtime=1122.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 281929 0 0 0 112105 129 0 0 25 0 1 0 642385735 152838144 31086 33554432000 4194304 4291037 140735758644464 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 37314 31086 259 24 0 33948 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 149256

[startup+1182.3 s]
/proc/loadavg: 3.00 3.29 3.65 4/357 14678
/proc/meminfo: memFree=7764744/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=180076 CPUtime=1182.34 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 291259 0 0 0 118099 135 0 0 25 0 1 0 642385735 184397824 40251 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 45019 40251 259 24 0 41653 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 180076

[startup+1242.3 s]
/proc/loadavg: 3.00 3.23 3.61 4/357 14680
/proc/meminfo: memFree=7774264/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=182708 CPUtime=1242.35 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 307116 0 0 0 124094 141 0 0 25 0 1 0 642385735 187092992 36715 33554432000 4194304 4291037 140735758644464 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 45677 36715 259 24 0 42311 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 182708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.61 3.09 3.54 3/351 14699
/proc/meminfo: memFree=7943456/32950928 swapFree=45937192/67111528
[pid=14520] ppid=14518 vsize=152920 CPUtime=1300.06 cores=5,7
/proc/14520/stat : 14520 (minisat_release) R 14518 14520 14257 0 -1 4202496 320718 0 0 0 129857 149 0 0 25 0 1 0 642385735 156590080 30496 33554432000 4194304 4291037 140735758644464 18446744073709551615 4248399 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14520/statm: 38230 30496 259 24 0 34864 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 152920

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.08
CPU user time (s): 1298.58
CPU system time (s): 1.50177
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 182708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.58
system time used= 1.50177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1021

runsolver used 4.46832 second user time and 10.4514 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 19:31:31
IDJOB=3362710
IDBENCH=83114
IDSOLVER=1840
FILE ID=node149/3362710-1305307890
RUNJOBID= node149-1305306497-14278
PBS_JOBID= 13321472
Free space on /tmp= 42080 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=1252123285

node149.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.806
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.61
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.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6621448 kB
Buffers:        272196 kB
Cached:       19144180 kB
SwapCached:      19984 kB
Active:       10911088 kB
Inactive:     14736752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6621448 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           66532 kB
Writeback:           0 kB
AnonPages:     6224508 kB
Mapped:          14488 kB
Slab:           540576 kB
PageTables:      76368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82285748 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= 42156 MiB
End job on node149 at 2011-05-13 19:53:13