Trace number 3349316

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: EBMiniSAT 2011-03-02? (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-3349316-1304979695/watcher-3349316-1304979695 -o /tmp/evaluation-result-3349316-1304979695/solver-3349316-1304979695 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349316-1304979695.cnf -verb=0 

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: 1.12 2.46 3.22 4/356 4274
/proc/meminfo: memFree=8114096/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=23276 CPUtime=0 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 1482 0 0 0 0 0 0 0 19 0 1 0 609566252 23834624 1425 33554432000 4194304 4293939 140737324175904 18446744073709551615 4223059 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 5819 1429 217 25 0 2452 0

[startup+0.102909 s]
/proc/loadavg: 1.12 2.46 3.22 4/356 4274
/proc/meminfo: memFree=8114096/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=39128 CPUtime=0.09 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 6344 0 0 0 9 0 0 0 19 0 1 0 609566252 40067072 5713 33554432000 4194304 4293939 140737324175904 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 9782 5713 223 25 0 6415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39128

[startup+0.20089 s]
/proc/loadavg: 1.12 2.46 3.22 4/356 4274
/proc/meminfo: memFree=8114096/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=45820 CPUtime=0.19 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 7897 0 0 0 19 0 0 0 20 0 1 0 609566252 46919680 7222 33554432000 4194304 4293939 140737324175904 18446744073709551615 4234260 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 11455 7222 225 25 0 8088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45820

[startup+0.30087 s]
/proc/loadavg: 1.12 2.46 3.22 4/356 4274
/proc/meminfo: memFree=8114096/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=45900 CPUtime=0.29 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 9758 0 0 0 28 1 0 0 20 0 1 0 609566252 47001600 7332 33554432000 4194304 4293939 140737324175904 18446744073709551615 4233074 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 11475 7332 225 25 0 8108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45900

[startup+0.700807 s]
/proc/loadavg: 1.12 2.46 3.22 4/356 4274
/proc/meminfo: memFree=8114096/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=44032 CPUtime=0.69 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 10915 0 0 0 68 1 0 0 21 0 1 0 609566252 45088768 6663 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 11008 6663 244 25 0 7641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44032

[startup+1.50064 s]
/proc/loadavg: 1.35 2.48 3.23 5/363 4287
/proc/meminfo: memFree=8005176/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=44032 CPUtime=1.49 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 11163 0 0 0 148 1 0 0 23 0 1 0 609566252 45088768 6903 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 11008 6903 244 25 0 7641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44032

[startup+3.10032 s]
/proc/loadavg: 1.35 2.48 3.23 5/363 4287
/proc/meminfo: memFree=8004556/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=51104 CPUtime=3.09 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 11861 0 0 0 308 1 0 0 25 0 1 0 609566252 52330496 7586 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 12776 7586 244 25 0 9409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51104

[startup+6.30068 s]
/proc/loadavg: 1.57 2.51 3.23 5/363 4287
/proc/meminfo: memFree=7987336/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=69780 CPUtime=6.29 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 16164 0 0 0 627 2 0 0 25 0 1 0 609566252 71454720 11867 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 17445 11867 244 25 0 14078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69780

[startup+12.7004 s]
/proc/loadavg: 1.76 2.53 3.24 5/363 4287
/proc/meminfo: memFree=7920164/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=81456 CPUtime=12.69 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 18667 0 0 0 1267 2 0 0 25 0 1 0 609566252 83410944 14338 33554432000 4194304 4293939 140737324175904 18446744073709551615 4251480 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 20364 14338 244 25 0 16997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81456

[startup+25.5008 s]
/proc/loadavg: 2.26 2.60 3.25 5/363 4287
/proc/meminfo: memFree=7866104/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=100424 CPUtime=25.49 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 23390 0 0 0 2545 4 0 0 25 0 1 0 609566252 102834176 19009 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 25106 19009 244 25 0 21739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100424

[startup+51.1007 s]
/proc/loadavg: 2.92 2.73 3.27 5/363 4288
/proc/meminfo: memFree=7850068/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=81456 CPUtime=51.09 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 34801 0 0 0 5103 6 0 0 25 0 1 0 609566252 83410944 14061 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255841 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 20364 14061 244 25 0 16997 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81456

[startup+102.301 s]
/proc/loadavg: 3.53 2.92 3.31 5/363 4289
/proc/meminfo: memFree=7747680/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=82788 CPUtime=102.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 57379 0 0 0 10217 13 0 0 25 0 1 0 609566252 84774912 15355 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 20697 15355 244 25 0 17330 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82788

[startup+162.301 s]
/proc/loadavg: 3.83 3.12 3.35 5/363 4291
/proc/meminfo: memFree=7655752/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=187880 CPUtime=162.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 79130 0 0 0 16211 19 0 0 25 0 1 0 609566252 192389120 36916 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255965 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 46970 36916 244 25 0 43603 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187880

[startup+222.314 s]
/proc/loadavg: 3.93 3.28 3.39 5/363 4293
/proc/meminfo: memFree=7588260/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=190940 CPUtime=222.32 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 105147 0 0 0 22204 28 0 0 25 0 1 0 609566252 195522560 33486 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 47735 33486 244 25 0 44368 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 190940

[startup+282.301 s]
/proc/loadavg: 4.02 3.42 3.43 5/363 4294
/proc/meminfo: memFree=7623824/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=142532 CPUtime=282.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 132180 0 0 0 28195 35 0 0 25 0 1 0 609566252 145952768 30785 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 35633 30785 244 25 0 32266 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 142532

[startup+342.301 s]
/proc/loadavg: 4.14 3.56 3.47 5/363 4296
/proc/meminfo: memFree=7720148/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=96584 CPUtime=342.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 156441 0 0 0 34187 43 0 0 25 0 1 0 609566252 98902016 19837 33554432000 4194304 4293939 140737324175904 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 24146 19837 244 25 0 20779 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 96584

[startup+402.301 s]
/proc/loadavg: 4.11 3.65 3.51 5/363 4324
/proc/meminfo: memFree=7672708/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=197712 CPUtime=402.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 176510 0 0 0 40180 50 0 0 25 0 1 0 609566252 202457088 39706 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 49428 39706 244 25 0 46061 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 197712

[startup+462.301 s]
/proc/loadavg: 4.07 3.72 3.54 5/363 4326
/proc/meminfo: memFree=7706980/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=149732 CPUtime=462.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 199945 0 0 0 46172 58 0 0 25 0 1 0 609566252 153325568 28819 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 37433 28819 244 25 0 34066 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 149732

[startup+522.301 s]
/proc/loadavg: 4.02 3.77 3.56 5/363 4328
/proc/meminfo: memFree=7525760/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=283324 CPUtime=522.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 218377 0 0 0 52167 63 0 0 25 0 1 0 609566252 290123776 47079 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255705 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 70831 47079 244 25 0 67464 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 283324

[startup+582.301 s]
/proc/loadavg: 4.06 3.83 3.59 5/363 4329
/proc/meminfo: memFree=7487264/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=152636 CPUtime=582.29 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 243687 0 0 0 58160 69 0 0 25 0 1 0 609566252 156299264 33397 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 38159 33397 244 25 0 34792 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 152636

[startup+642.301 s]
/proc/loadavg: 4.02 3.85 3.62 5/363 4331
/proc/meminfo: memFree=7490200/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=286656 CPUtime=642.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 264924 0 0 0 64155 75 0 0 25 0 1 0 609566252 293535744 54476 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 71664 54476 244 25 0 68297 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 286656

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.64 5/363 4332
/proc/meminfo: memFree=7427784/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=207044 CPUtime=702.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 296527 0 0 0 70145 85 0 0 25 0 1 0 609566252 212013056 44926 33554432000 4194304 4293939 140737324175904 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 51761 44926 244 25 0 48394 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 207044

[startup+762.301 s]
/proc/loadavg: 4.07 3.91 3.66 5/363 4334
/proc/meminfo: memFree=7634196/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=99868 CPUtime=762.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 319434 0 0 0 76137 94 0 0 25 0 1 0 609566252 102264832 18697 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 24967 18697 244 25 0 21600 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 99868

[startup+822.301 s]
/proc/loadavg: 4.02 3.93 3.68 5/363 4336
/proc/meminfo: memFree=7503460/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=211420 CPUtime=822.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 341917 0 0 0 82128 102 0 0 25 0 1 0 609566252 216494080 40991 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 52855 40991 244 25 0 49488 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 211420

[startup+882.314 s]
/proc/loadavg: 4.08 3.97 3.71 5/363 4337
/proc/meminfo: memFree=7491992/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=294612 CPUtime=882.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 358066 0 0 0 88124 107 0 0 25 0 1 0 609566252 301682688 56995 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 73653 56995 244 25 0 70286 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 294612

[startup+942.301 s]
/proc/loadavg: 4.11 4.00 3.73 5/363 4339
/proc/meminfo: memFree=7436528/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=213920 CPUtime=942.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 383777 0 0 0 94115 116 0 0 25 0 1 0 609566252 219054080 41047 33554432000 4194304 4293939 140737324175904 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 53480 41047 244 25 0 50113 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 213920

[startup+1002.3 s]
/proc/loadavg: 4.04 4.00 3.75 5/363 4340
/proc/meminfo: memFree=7501720/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=296592 CPUtime=1002.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 401389 0 0 0 100108 122 0 0 25 0 1 0 609566252 303710208 58511 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 74148 58511 244 25 0 70781 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 296592

[startup+1062.3 s]
/proc/loadavg: 4.09 4.02 3.76 5/363 4342
/proc/meminfo: memFree=7455180/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=215372 CPUtime=1062.3 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 426134 0 0 0 106100 130 0 0 25 0 1 0 609566252 220540928 39411 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 53843 39411 244 25 0 50476 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 215372

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.77 5/363 4344
/proc/meminfo: memFree=7283284/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=298188 CPUtime=1122.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 444093 0 0 0 112094 137 0 0 25 0 1 0 609566252 305344512 57175 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 74547 57175 244 25 0 71180 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 298188

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.79 5/363 4345
/proc/meminfo: memFree=7520092/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=170076 CPUtime=1182.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 466147 0 0 0 118087 144 0 0 25 0 1 0 609566252 174157824 36598 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 42519 36598 244 25 0 39152 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 170076

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/363 4347
/proc/meminfo: memFree=7465992/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=121640 CPUtime=1242.31 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 485103 0 0 0 124081 150 0 0 25 0 1 0 609566252 124559360 22953 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 30410 22953 244 25 0 27043 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 121640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.81 4/361 4349
/proc/meminfo: memFree=7711132/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=222584 CPUtime=1300.02 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 505967 0 0 0 129846 156 0 0 25 0 1 0 609566252 227926016 43602 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 55646 43602 244 25 0 52279 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 222584

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.81 4/361 4349
/proc/meminfo: memFree=7711132/32950928 swapFree=45936960/67111528
[pid=4274] ppid=4272 vsize=222584 CPUtime=1300.02 cores=5,7
/proc/4274/stat : 4274 (ebminisat_relea) R 4272 4274 3554 0 -1 4202496 505967 0 0 0 129846 156 0 0 25 0 1 0 609566252 227926016 43602 33554432000 4194304 4293939 140737324175904 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4274/statm: 55646 43602 244 25 0 52279 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 222584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.47
CPU system time (s): 1.57276
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 313048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.47
system time used= 1.57276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505968
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= 1099

runsolver used 4.30734 second user time and 11.0683 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-10 00:21:36
IDJOB=3349316
IDBENCH=83105
IDSOLVER=1812
FILE ID=node149/3349316-1304979695
RUNJOBID= node149-1304979695-4247
PBS_JOBID= 13285664
Free space on /tmp= 42488 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349316-1304979695/watcher-3349316-1304979695 -o /tmp/evaluation-result-3349316-1304979695/solver-3349316-1304979695 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349316-1304979695.cnf  -verb=0

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=356097021

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:       8114624 kB
Buffers:        242784 kB
Cached:       19513524 kB
SwapCached:      21040 kB
Active:        9715668 kB
Inactive:     14413944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8114624 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           19540 kB
Writeback:           0 kB
AnonPages:     4364524 kB
Mapped:          13936 kB
Slab:           568608 kB
PageTables:      72756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80249032 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= 42492 MiB
End job on node149 at 2011-05-10 00:43:18