Trace number 3378057

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
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1301.89 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.48/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.48/0.67	c INFO: solving HOME/instance-3378057-1305456155.cnf
0.48/0.67	c INFO: computing task features
0.97/1.14	c INFO: computed variable-clause graph statistics
0.97/1.16	c INFO: computed clause balance statistics
3.56/3.75	c INFO: computed variable balance statistics
5.55/5.70	c INFO: computed small-clause counts
6.24/6.44	c INFO: computed Horn-clause counts
8.74/8.99	c INFO: computed variable graph statistics
8.74/8.99	c INFO: collected features for HOME/instance-3378057-1305456155.cnf in 8.27 s
8.83/9.00	c INFO: running lingeling-276@0 for 388 with 2391 remaining (b = 0.55)
403.57/403.74	c INFO: running cryptominisat-2.9.0@0 for 1997 with 1997 remaining (b = 0.69)

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-3378057-1305456155/watcher-3378057-1305456155 -o /tmp/evaluation-result-3378057-1305456155/solver-3378057-1305456155 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378057-1305456155.cnf -seed 567603624 -budget 2400 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.74 3.92 3.65 4/284 16863
/proc/meminfo: memFree=18764044/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=15772 CPUtime=0 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 901 0 0 0 0 0 0 0 20 0 1 0 657215328 16150528 782 33554432000 4194304 5683644 140734681875168 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 3943 782 345 364 0 430 0

[startup+0.0524599 s]
/proc/loadavg: 3.74 3.92 3.65 4/284 16863
/proc/meminfo: memFree=18764044/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=29788 CPUtime=0.02 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 1451 0 0 0 2 0 0 0 17 0 1 0 657215328 30502912 1293 33554432000 4194304 5683644 140734681875168 18446744073709551615 4617053 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 7447 1294 443 364 0 817 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29788

[startup+0.100451 s]
/proc/loadavg: 3.74 3.92 3.65 4/284 16863
/proc/meminfo: memFree=18764044/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=94208 CPUtime=0.07 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 2778 0 0 0 5 2 0 0 17 0 1 0 657215328 96468992 2483 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089694053 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 23552 2483 765 364 0 1684 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 94208

[startup+0.300418 s]
/proc/loadavg: 3.74 3.92 3.65 4/284 16863
/proc/meminfo: memFree=18764044/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=135744 CPUtime=0.23 cores=4,6
/proc/16863/stat : 16863 (python) D 16861 16863 14954 0 -1 4202496 5969 934 1 0 14 9 0 0 18 0 1 0 657215328 139001856 4147 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089694213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 33936 4147 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135744

[startup+0.700345 s]
/proc/loadavg: 3.74 3.92 3.65 4/284 16863
/proc/meminfo: memFree=18764044/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=282848 CPUtime=0.56 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 10361 934 1 0 33 23 0 0 17 0 1 0 657215328 289636352 8032 33554432000 4194304 5683644 140734681875168 18446744073709551615 47509134292289 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 70712 8032 1761 364 0 6636 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 282848

[startup+1.50026 s]
/proc/loadavg: 3.74 3.92 3.65 5/289 16885
/proc/meminfo: memFree=18576624/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=312004 CPUtime=1.36 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 21471 934 1 0 112 24 0 0 18 0 1 0 657215328 319492096 15386 33554432000 4194304 5683644 140734681875168 18446744073709551615 4619648 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 78001 15386 1826 364 0 13925 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 312004

[startup+3.10098 s]
/proc/loadavg: 3.74 3.92 3.65 5/289 16885
/proc/meminfo: memFree=18513808/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=312004 CPUtime=2.96 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 21471 934 1 0 272 24 0 0 21 0 1 0 657215328 319492096 15386 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089357733 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 78001 15386 1826 364 0 13925 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 312004

[startup+6.30035 s]
/proc/loadavg: 4.16 4.01 3.68 5/289 16885
/proc/meminfo: memFree=18511452/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=312004 CPUtime=6.14 cores=4,6
/proc/16863/stat : 16863 (python) R 16861 16863 14954 0 -1 4202496 21478 934 1 0 589 25 0 0 25 0 1 0 657215328 319492096 15393 33554432000 4194304 5683644 140734681875168 18446744073709551615 47508963440780 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16863/statm: 78001 15393 1833 364 0 13925 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 312004

[startup+12.7002 s]
/proc/loadavg: 4.15 4.01 3.68 5/298 16894
/proc/meminfo: memFree=18462784/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 657216229 316878848 13269 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 1570054505125347585 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13269 353 364 0 13281 0
[pid=16888] ppid=16886 vsize=23508 CPUtime=3.65 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 6956 0 0 0 365 0 0 0 25 0 1 0 657216229 24072192 5045 33554432000 4194304 4352236 140735868437296 18446744073709551615 4208580 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16888/statm: 5877 5045 127 39 0 4957 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 652656

[startup+25.501 s]
/proc/loadavg: 4.12 4.00 3.68 5/301 16898
/proc/meminfo: memFree=18437348/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.03 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 895 0 0 0 1 2 0 0 18 0 1 0 657216229 316878848 13292 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 9789207108787339521 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13292 376 364 0 13281 0
[pid=16888] ppid=16886 vsize=23392 CPUtime=16.4 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 7983 0 0 0 1640 0 0 0 25 0 1 0 657216229 23953408 5018 33554432000 4194304 4352236 140735868437296 18446744073709551615 4268386 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16888/statm: 5848 5018 129 39 0 4928 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 652540

[startup+51.1005 s]
/proc/loadavg: 4.08 4.00 3.69 5/301 16898
/proc/meminfo: memFree=18436788/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.08 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 906 0 0 0 4 4 0 0 18 0 1 0 657216229 316878848 13292 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 9789207108787339521 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13292 376 364 0 13281 0
[pid=16888] ppid=16886 vsize=23384 CPUtime=41.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 9007 0 0 0 4196 1 0 0 25 0 1 0 657216229 23945216 5016 33554432000 4194304 4352236 140735868437296 18446744073709551615 4328162 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16888/statm: 5846 5016 129 39 0 4926 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 652532

[startup+102.31 s]
/proc/loadavg: 4.08 4.01 3.71 5/301 16900
/proc/meminfo: memFree=18413416/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.17 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 929 0 0 0 8 9 0 0 18 0 1 0 657216229 316878848 13292 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 9789207108787339521 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13292 376 364 0 13281 0
[pid=16888] ppid=16886 vsize=28944 CPUtime=93.09 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 14494 0 0 0 9307 2 0 0 25 0 1 0 657216229 29638656 6406 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16888/statm: 7236 6406 129 39 0 6316 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 658092

[startup+162.301 s]
/proc/loadavg: 4.03 4.01 3.73 5/301 16901
/proc/meminfo: memFree=18404212/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.3 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 948 0 0 0 15 15 0 0 18 0 1 0 657216229 316878848 13292 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 9789207108787339521 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13292 376 364 0 13281 0
[pid=16888] ppid=16886 vsize=26896 CPUtime=152.98 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 18078 0 0 0 15296 2 0 0 25 0 1 0 657216229 27541504 5894 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329063 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16888/statm: 6724 5894 129 39 0 5804 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 656044

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.74 5/301 16903
/proc/meminfo: memFree=18385336/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.41 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 968 0 0 0 21 20 0 0 18 0 1 0 657216229 316878848 13292 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718287 0 0 16781312 514 9789207108787339521 0 0 17 4 0 0 0
/proc/16886/statm: 77363 13292 376 364 0 13281 0
[pid=16888] ppid=16886 vsize=43280 CPUtime=212.87 cores=4,6
/proc/16888/stat : 16888 (lingeling) R 16886 16888 16888 0 -1 4202496 26270 0 0 0 21284 3 0 0 25 0 1 0 657216229 44318720 9990 33554432000 4194304 4352236 140735868437296 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16888/statm: 10820 9990 129 39 0 9900 0
[pid=16863/tid=16887] ppid=16861 vsize=319696 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657216229 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 672428

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.75 5/301 16905
/proc/meminfo: memFree=18370808/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=319696 CPUtime=8.84 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 21763 934 1 0 858 26 0 0 25 0 2 0 657215328 327368704 14787 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 79924 14787 1867 364 0 15842 0
[pid=16886] ppid=16863 vsize=309452 CPUtime=0.53 cores=4,6

################
# More data... #
################

[pid=16910] ppid=16863 vsize=319708 CPUtime=1.35 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 68 67 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 13733656699217084674 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=434216 CPUtime=598.55 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 250594 0 0 0 59815 40 0 0 25 0 1 0 657255703 444637184 93659 33554432000 4194304 4677096 140734797199040 18446744073709551615 4320212 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 108554 93659 393 118 0 103513 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1003.5
Current children cumulated vsize (KiB) 1452484

[startup+1062.3 s]
/proc/loadavg: 4.08 4.05 3.91 5/329 16953
/proc/meminfo: memFree=16419008/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=329952 CPUtime=8.85 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 22575 934 1 0 859 26 0 0 20 0 3 0 657215328 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 82488 14794 1870 364 0 18403 0
[pid=16886] ppid=16863 vsize=319696 CPUtime=0.78 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 1207 0 0 0 41 37 0 0 19 0 2 0 657216229 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16886/statm: 79924 13336 415 364 0 15842 0
[pid=16888] ppid=16886 vsize=48912 CPUtime=393.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) T 16886 16888 16888 0 -1 4202496 39966 0 0 0 39392 5 0 0 25 0 1 0 657216229 50085888 11398 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329051 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16888/statm: 12228 11398 129 39 0 11308 0
[pid=16886/tid=16909] ppid=16863 vsize=319696 CPUtime=0 cores=4,6
/proc/16886/task/16909/stat : 16909 (python) S 16863 16863 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657255702 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 6 0 0 0
[pid=16910] ppid=16863 vsize=319708 CPUtime=1.49 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 76 73 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 9789207108787339522 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=434584 CPUtime=658.55 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 266046 0 0 0 65810 45 0 0 25 0 1 0 657255703 445014016 93753 33554432000 4194304 4677096 140734797199040 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 108646 93753 393 118 0 103605 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1063.64
Current children cumulated vsize (KiB) 1452852

[startup+1122.3 s]
/proc/loadavg: 4.07 4.05 3.91 5/329 16964
/proc/meminfo: memFree=16393256/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=329952 CPUtime=8.85 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 22575 934 1 0 859 26 0 0 20 0 3 0 657215328 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 82488 14794 1870 364 0 18403 0
[pid=16886] ppid=16863 vsize=319696 CPUtime=0.78 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 1207 0 0 0 41 37 0 0 19 0 2 0 657216229 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16886/statm: 79924 13336 415 364 0 15842 0
[pid=16888] ppid=16886 vsize=48912 CPUtime=393.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) T 16886 16888 16888 0 -1 4202496 39966 0 0 0 39392 5 0 0 25 0 1 0 657216229 50085888 11398 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329051 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16888/statm: 12228 11398 129 39 0 11308 0
[pid=16886/tid=16909] ppid=16863 vsize=319696 CPUtime=0 cores=4,6
/proc/16886/task/16909/stat : 16909 (python) S 16863 16863 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657255702 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 6 0 0 0
[pid=16910] ppid=16863 vsize=319708 CPUtime=1.62 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 81 81 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 9789207108787339522 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=450864 CPUtime=718.56 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 278283 0 0 0 71809 47 0 0 25 0 1 0 657255703 461684736 98055 33554432000 4194304 4677096 140734797199040 18446744073709551615 4355533 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 112716 98055 393 118 0 107675 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.78
Current children cumulated vsize (KiB) 1469132

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/329 16966
/proc/meminfo: memFree=16344136/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=329952 CPUtime=8.85 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 22575 934 1 0 859 26 0 0 20 0 3 0 657215328 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 82488 14794 1870 364 0 18403 0
[pid=16886] ppid=16863 vsize=319696 CPUtime=0.78 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 1207 0 0 0 41 37 0 0 19 0 2 0 657216229 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16886/statm: 79924 13336 415 364 0 15842 0
[pid=16888] ppid=16886 vsize=48912 CPUtime=393.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) T 16886 16888 16888 0 -1 4202496 39966 0 0 0 39392 5 0 0 25 0 1 0 657216229 50085888 11398 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329051 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16888/statm: 12228 11398 129 39 0 11308 0
[pid=16886/tid=16909] ppid=16863 vsize=319696 CPUtime=0 cores=4,6
/proc/16886/task/16909/stat : 16909 (python) S 16863 16863 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657255702 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 6 0 0 0
[pid=16910] ppid=16863 vsize=319708 CPUtime=1.76 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 89 87 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 13733656699217084674 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=467380 CPUtime=778.55 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 293708 0 0 0 77806 49 0 0 25 0 1 0 657255703 478597120 101981 33554432000 4194304 4677096 140734797199040 18446744073709551615 4355536 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 116845 101981 393 118 0 111804 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.91
Current children cumulated vsize (KiB) 1485648

[startup+1242.3 s]
/proc/loadavg: 4.04 4.05 3.92 6/329 16967
/proc/meminfo: memFree=16341488/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=329952 CPUtime=8.85 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 22575 934 1 0 859 26 0 0 20 0 3 0 657215328 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 82488 14794 1870 364 0 18403 0
[pid=16886] ppid=16863 vsize=319696 CPUtime=0.78 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 1207 0 0 0 41 37 0 0 19 0 2 0 657216229 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16886/statm: 79924 13336 415 364 0 15842 0
[pid=16888] ppid=16886 vsize=48912 CPUtime=393.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) T 16886 16888 16888 0 -1 4202496 39966 0 0 0 39392 5 0 0 25 0 1 0 657216229 50085888 11398 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329051 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16888/statm: 12228 11398 129 39 0 11308 0
[pid=16886/tid=16909] ppid=16863 vsize=319696 CPUtime=0 cores=4,6
/proc/16886/task/16909/stat : 16909 (python) S 16863 16863 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657255702 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 6 0 0 0
[pid=16910] ppid=16863 vsize=319708 CPUtime=1.9 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 97 93 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 9789207108787339522 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=467656 CPUtime=838.55 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 310439 0 0 0 83803 52 0 0 25 0 1 0 657255703 478879744 101050 33554432000 4194304 4677096 140734797199040 18446744073709551615 4320135 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 116914 101050 393 118 0 111873 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.05
Current children cumulated vsize (KiB) 1485924



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.92 3/307 16974
/proc/meminfo: memFree=17353584/32950928 swapFree=64721848/67111528
[pid=16863] ppid=16861 vsize=329952 CPUtime=8.85 cores=4,6
/proc/16863/stat : 16863 (python) S 16861 16863 14954 0 -1 4202496 22575 934 1 0 859 26 0 0 20 0 3 0 657215328 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16863/statm: 82488 14794 1870 364 0 18403 0
[pid=16886] ppid=16863 vsize=319696 CPUtime=0.78 cores=4,6
/proc/16886/stat : 16886 (python) S 16863 16863 14954 0 -1 4202560 1207 0 0 0 41 37 0 0 19 0 2 0 657216229 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16886/statm: 79924 13336 415 364 0 15842 0
[pid=16888] ppid=16886 vsize=48912 CPUtime=393.97 cores=4,6
/proc/16888/stat : 16888 (lingeling) T 16886 16888 16888 0 -1 4202496 39966 0 0 0 39392 5 0 0 25 0 1 0 657216229 50085888 11398 33554432000 4194304 4352236 140735868437296 18446744073709551615 4329051 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16888/statm: 12228 11398 129 39 0 11308 0
[pid=16886/tid=16909] ppid=16863 vsize=319696 CPUtime=0 cores=4,6
/proc/16886/task/16909/stat : 16909 (python) S 16863 16863 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657255702 327368704 13336 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 514 18446604440393348160 0 0 -1 6 0 0 0
[pid=16910] ppid=16863 vsize=319708 CPUtime=2.02 cores=4,6
/proc/16910/stat : 16910 (python) S 16863 16863 14954 0 -1 4202560 997 0 0 0 104 98 0 0 15 0 1 0 657255703 327380992 13291 33554432000 4194304 5683644 140734681875168 18446744073709551615 248089718342 0 0 16781312 514 9789207108787339522 0 0 17 6 0 0 0
/proc/16910/statm: 79927 13291 371 364 0 15842 0
[pid=16912] ppid=16910 vsize=490404 CPUtime=896.27 cores=4,6
/proc/16912/stat : 16912 (cryptominisat-2) R 16910 16912 16912 0 -1 4202496 327021 0 0 0 89572 55 0 0 25 0 1 0 657255703 502173696 105751 33554432000 4194304 4677096 140734797199040 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16912/statm: 122601 105751 393 118 0 117560 0
[pid=16863/tid=16887] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16887/stat : 16887 (python) S 16861 16863 14954 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657216229 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
[pid=16863/tid=16911] ppid=16861 vsize=329952 CPUtime=0 cores=4,6
/proc/16863/task/16911/stat : 16911 (python) S 16861 16863 14954 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 3 0 657255703 337870848 14794 33554432000 4194304 5683644 140734681875168 18446744073709551615 248101521841 0 0 16781312 2 18446604441907640512 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1508672

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16863 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=593693
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 8.86765
# while last known CPU time is 1301.89
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1301.89
CPU user time (s): 1299.68
CPU system time (s): 2.21
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 1575268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.59369
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23509
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18832
involuntary context switches= 74

runsolver used 3.66944 second user time and 8.66168 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 12:42:35
IDJOB=3378057
IDBENCH=83115
IDSOLVER=1858
FILE ID=node123/3378057-1305456155
RUNJOBID= node123-1305456155-16827
PBS_JOBID= 13324867
Free space on /tmp= 73352 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378057-1305456155/watcher-3378057-1305456155 -o /tmp/evaluation-result-3378057-1305456155/solver-3378057-1305456155 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378057-1305456155.cnf -seed 567603624 -budget 2400

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=567603624

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18764448 kB
Buffers:        316212 kB
Cached:        4352708 kB
SwapCached:      10528 kB
Active:       10961752 kB
Inactive:      2943816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18764448 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          109308 kB
Writeback:           0 kB
AnonPages:     9234472 kB
Mapped:          24212 kB
Slab:           181660 kB
PageTables:      38108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44935504 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= 73352 MiB
End job on node123 at 2011-05-15 13:04:17