Trace number 3348708

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3348708-1304972088/watcher-3348708-1304972088 -o /tmp/evaluation-result-3348708-1304972088/solver-3348708-1304972088 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348708-1304972088.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: 4.06 3.97 3.67 4/329 25614
/proc/meminfo: memFree=3856992/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=23824 CPUtime=0 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 1660 0 0 0 0 0 0 0 25 0 1 0 608811121 24395776 1571 33554432000 4194304 4254575 140735405549440 18446744073709551615 4241276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 5956 1571 213 15 0 2599 0

[startup+0.0202761 s]
/proc/loadavg: 4.06 3.97 3.67 4/329 25614
/proc/meminfo: memFree=3856992/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=24928 CPUtime=0.01 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 2072 0 0 0 1 0 0 0 25 0 1 0 608811121 25526272 1956 33554432000 4194304 4254575 140735405549440 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 6232 1959 213 15 0 2875 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24928

[startup+0.100262 s]
/proc/loadavg: 4.06 3.97 3.67 4/329 25614
/proc/meminfo: memFree=3856992/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=28288 CPUtime=0.09 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 3277 0 0 0 9 0 0 0 25 0 1 0 608811121 28966912 3078 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 7072 3078 231 15 0 3715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28288

[startup+0.300226 s]
/proc/loadavg: 4.06 3.97 3.67 4/329 25614
/proc/meminfo: memFree=3856992/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=28604 CPUtime=0.29 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 3443 0 0 0 29 0 0 0 25 0 1 0 608811121 29290496 3188 33554432000 4194304 4254575 140735405549440 18446744073709551615 4209824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 7151 3188 231 15 0 3794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28604

[startup+0.70016 s]
/proc/loadavg: 4.06 3.97 3.67 4/329 25614
/proc/meminfo: memFree=3856992/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=28736 CPUtime=0.69 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 3604 0 0 0 69 0 0 0 25 0 1 0 608811121 29425664 3349 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 7184 3349 232 15 0 3827 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28736

[startup+1.501 s]
/proc/loadavg: 4.06 3.97 3.67 5/330 25615
/proc/meminfo: memFree=3840500/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=29104 CPUtime=1.49 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 3998 0 0 0 149 0 0 0 25 0 1 0 608811121 29802496 3741 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 7276 3741 232 15 0 3919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29104

[startup+3.1007 s]
/proc/loadavg: 4.06 3.97 3.67 5/330 25616
/proc/meminfo: memFree=3835080/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=32252 CPUtime=3.1 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 4935 0 0 0 309 1 0 0 25 0 1 0 608811121 33026048 4672 33554432000 4194304 4254575 140735405549440 18446744073709551615 4209868 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 8063 4672 232 15 0 4706 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 32252

[startup+6.30109 s]
/proc/loadavg: 4.05 3.97 3.67 5/330 25616
/proc/meminfo: memFree=3820448/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=45144 CPUtime=6.29 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 6558 0 0 0 628 1 0 0 25 0 1 0 608811121 46227456 6278 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 11286 6278 232 15 0 7929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45144

[startup+12.7009 s]
/proc/loadavg: 4.05 3.97 3.67 5/330 25616
/proc/meminfo: memFree=3789900/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=58512 CPUtime=12.7 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 9567 0 0 0 1268 2 0 0 25 0 1 0 608811121 59916288 9255 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 14628 9255 232 15 0 11271 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 58512

[startup+25.5005 s]
/proc/loadavg: 4.04 3.97 3.67 5/330 25616
/proc/meminfo: memFree=4395516/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=79288 CPUtime=25.49 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 14435 0 0 0 2546 3 0 0 25 0 1 0 608811121 81190912 14046 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 19822 14046 232 15 0 16465 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79288

[startup+51.1006 s]
/proc/loadavg: 4.09 3.99 3.69 5/330 25617
/proc/meminfo: memFree=4264664/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=114848 CPUtime=51.1 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 23667 0 0 0 5103 7 0 0 25 0 1 0 608811121 117604352 23204 33554432000 4194304 4254575 140735405549440 18446744073709551615 4211241 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 28712 23204 232 15 0 25355 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 114848

[startup+102.312 s]
/proc/loadavg: 4.09 4.00 3.71 5/330 25618
/proc/meminfo: memFree=4137176/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=70280 CPUtime=102.3 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 44232 0 0 0 10218 12 0 0 25 0 1 0 608811121 71966720 13789 33554432000 4194304 4254575 140735405549440 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 17570 13789 232 15 0 14213 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70280

[startup+162.301 s]
/proc/loadavg: 4.03 4.00 3.72 5/330 25620
/proc/meminfo: memFree=4269088/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=173904 CPUtime=162.3 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 63702 0 0 0 16211 19 0 0 25 0 1 0 608811121 178077696 33117 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 43476 33117 232 15 0 40119 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 173904

[startup+222.3 s]
/proc/loadavg: 4.05 4.01 3.74 5/330 25621
/proc/meminfo: memFree=4176552/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=58504 CPUtime=222.29 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 77415 0 0 0 22206 23 0 0 25 0 1 0 608811121 59908096 10470 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 14626 10470 232 15 0 11269 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 58504

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.75 5/330 25623
/proc/meminfo: memFree=3953192/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=179260 CPUtime=282.3 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 96660 0 0 0 28199 31 0 0 25 0 1 0 608811121 183562240 29515 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 44815 29515 232 15 0 41458 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 179260

[startup+342.301 s]
/proc/loadavg: 3.38 3.86 3.72 3/318 25661
/proc/meminfo: memFree=4595752/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=264864 CPUtime=342.3 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 113535 0 0 0 34194 36 0 0 25 0 1 0 608811121 271220736 46279 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 66216 46279 232 15 0 62859 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 264864

[startup+402.3 s]
/proc/loadavg: 2.50 3.51 3.61 3/318 25662
/proc/meminfo: memFree=4621268/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=134228 CPUtime=402.3 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 135054 0 0 0 40186 44 0 0 25 0 1 0 608811121 137449472 29850 33554432000 4194304 4254575 140735405549440 18446744073709551615 4222802 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 33557 29850 232 15 0 30200 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134228

[startup+462.301 s]
/proc/loadavg: 2.18 3.24 3.50 3/318 25664
/proc/meminfo: memFree=4509020/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=267512 CPUtime=462.31 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 150320 0 0 0 46181 50 0 0 25 0 1 0 608811121 273932288 45003 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 66878 45003 232 15 0 63521 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 267512

[startup+522.301 s]
/proc/loadavg: 2.07 3.01 3.41 3/318 25665
/proc/meminfo: memFree=4821348/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=108436 CPUtime=522.31 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 170296 0 0 0 52174 57 0 0 25 0 1 0 608811121 111038464 19356 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 27109 19356 232 15 0 23752 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 108436

[startup+582.3 s]
/proc/loadavg: 2.11 2.85 3.33 3/318 25667
/proc/meminfo: memFree=4655524/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=190468 CPUtime=582.31 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 188371 0 0 0 58168 63 0 0 25 0 1 0 608811121 195039232 37309 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 47617 37309 232 15 0 44260 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 190468

[startup+642.301 s]
/proc/loadavg: 2.08 2.71 3.25 3/318 25669
/proc/meminfo: memFree=4550956/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=274568 CPUtime=642.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 204152 0 0 0 64163 69 0 0 25 0 1 0 608811121 281157632 52998 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 68642 52998 232 15 0 65285 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 274568

[startup+702.301 s]
/proc/loadavg: 2.08 2.59 3.17 2/313 25688
/proc/meminfo: memFree=5069664/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=144312 CPUtime=702.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 224150 0 0 0 70155 77 0 0 25 0 1 0 608811121 147775488 28897 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 36078 28897 232 15 0 32721 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 144312

[startup+762.312 s]
/proc/loadavg: 1.40 2.30 3.03 2/312 25690
/proc/meminfo: memFree=5006512/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=195648 CPUtime=762.33 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 239966 0 0 0 76151 82 0 0 25 0 1 0 608811121 200343552 44569 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 48912 44569 232 15 0 45555 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 195648

[startup+822.301 s]
/proc/loadavg: 1.14 2.06 2.90 2/312 25691
/proc/meminfo: memFree=4953292/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=279612 CPUtime=822.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 253470 0 0 0 82145 87 0 0 25 0 1 0 608811121 286322688 57971 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 69903 57971 232 15 0 66546 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 279612

[startup+882.3 s]
/proc/loadavg: 1.05 1.87 2.78 2/312 25693
/proc/meminfo: memFree=5044772/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=198572 CPUtime=882.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 275874 0 0 0 88139 93 0 0 25 0 1 0 608811121 203337728 35076 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 49643 35076 232 15 0 46286 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 198572

[startup+942.3 s]
/proc/loadavg: 1.02 1.70 2.66 2/312 25695
/proc/meminfo: memFree=4984856/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=280684 CPUtime=942.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 291204 0 0 0 94134 98 0 0 25 0 1 0 608811121 287420416 50267 33554432000 4194304 4254575 140735405549440 18446744073709551615 4223035 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 70171 50267 232 15 0 66814 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 280684

[startup+1002.3 s]
/proc/loadavg: 1.00 1.57 2.56 2/312 25696
/proc/meminfo: memFree=5060708/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=150684 CPUtime=1002.32 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 315085 0 0 0 100129 103 0 0 25 0 1 0 608811121 154300416 31177 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 37671 31177 232 15 0 34314 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 150684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.47 2.46 2/312 25698
/proc/meminfo: memFree=5001172/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=204392 CPUtime=1062.33 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 330294 0 0 0 106125 108 0 0 25 0 1 0 608811121 209297408 46271 33554432000 4194304 4254575 140735405549440 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 51098 46271 232 15 0 47741 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 204392

[startup+1122.3 s]
/proc/loadavg: 1.00 1.38 2.36 2/312 25699
/proc/meminfo: memFree=4952904/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=291408 CPUtime=1122.33 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 342245 0 0 0 112120 113 0 0 25 0 1 0 608811121 298401792 58135 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 72852 58135 232 15 0 69495 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 291408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.31 2.27 2/312 25701
/proc/meminfo: memFree=5064240/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=162864 CPUtime=1182.34 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 362362 0 0 0 118114 120 0 0 25 0 1 0 608811121 166772736 30634 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 40716 30634 232 15 0 37359 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 162864

[startup+1242.3 s]
/proc/loadavg: 1.08 1.27 2.20 2/312 25703
/proc/meminfo: memFree=4996384/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=213236 CPUtime=1242.34 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 379139 0 0 0 124110 124 0 0 25 0 1 0 608811121 218353664 47255 33554432000 4194304 4254575 140735405549440 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 53309 47255 232 15 0 49952 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 213236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.03 1.21 2.12 2/312 25704
/proc/meminfo: memFree=4948376/32951124 swapFree=67093864/67111528
[pid=25614] ppid=25612 vsize=295984 CPUtime=1300.05 cores=5,7
/proc/25614/stat : 25614 (cir_minisat) R 25612 25614 24480 0 -1 4202496 391150 0 0 0 129877 128 0 0 25 0 1 0 608811121 303087616 59173 33554432000 4194304 4254575 140735405549440 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25614/statm: 73996 59173 232 15 0 70639 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 295984

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): 1298.78
CPU system time (s): 1.2918
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 299740

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

runsolver used 3.43448 second user time and 9.59154 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-09 22:14:48
IDJOB=3348708
IDBENCH=83110
IDSOLVER=1810
FILE ID=node102/3348708-1304972088
RUNJOBID= node102-1304971056-25293
PBS_JOBID= 13285648
Free space on /tmp= 44828 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=568979256

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:       3857272 kB
Buffers:        212752 kB
Cached:        8713092 kB
SwapCached:       1136 kB
Active:       22298892 kB
Inactive:      6373244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3857272 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:    19745308 kB
Mapped:          26768 kB
Slab:           300944 kB
PageTables:      56268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 60710536 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= 44844 MiB
End job on node102 at 2011-05-09 22:36:30