Trace number 3378056

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) 1300.23 1300.03

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

0.43/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/0.64	c INFO: solving HOME/instance-3378056-1305456116.cnf
0.43/0.64	c INFO: computing task features
0.83/1.09	c INFO: computed variable-clause graph statistics
0.83/1.11	c INFO: computed clause balance statistics
3.31/3.51	c INFO: computed variable balance statistics
5.11/5.30	c INFO: computed small-clause counts
6.11/6.83	c INFO: computed Horn-clause counts
7.51/7.76	c INFO: computed variable graph statistics
7.51/7.76	c INFO: collected features for HOME/instance-3378056-1305456116.cnf in 7.11 s
7.51/7.77	c INFO: running lingeling-276@0 for 388 with 2392 remaining (b = 0.54)
402.81/402.90	c INFO: running cryptominisat-2.9.0@0 for 1998 with 1998 remaining (b = 0.68)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.73 3.95 3.82 2/412 24781
/proc/meminfo: memFree=20398736/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=15780 CPUtime=0 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 859 0 0 0 0 0 0 0 17 0 1 0 657209339 16158720 741 33554432000 4194304 5683644 140733758736704 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 3945 741 335 364 0 432 0

[startup+0.0935051 s]
/proc/loadavg: 3.73 3.95 3.82 2/412 24781
/proc/meminfo: memFree=20398736/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=45820 CPUtime=0.06 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 1928 0 0 0 4 2 0 0 17 0 1 0 657209339 46919680 1701 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 11455 1701 470 364 0 1204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45820

[startup+0.100502 s]
/proc/loadavg: 3.73 3.95 3.82 2/412 24781
/proc/meminfo: memFree=20398736/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=52416 CPUtime=0.06 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 2015 0 0 0 4 2 0 0 17 0 1 0 657209339 53673984 1775 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905726821 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 13104 1775 484 364 0 1285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 52416

[startup+0.300439 s]
/proc/loadavg: 3.73 3.95 3.82 2/412 24781
/proc/meminfo: memFree=20398736/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=131296 CPUtime=0.2 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 5705 934 1 0 12 8 0 0 17 0 1 0 657209339 134447104 4098 33554432000 4194304 5683644 140733758736704 18446744073709551615 4527938 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 32824 4098 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 131296

[startup+0.700377 s]
/proc/loadavg: 3.73 3.95 3.82 2/412 24781
/proc/meminfo: memFree=20398736/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=284156 CPUtime=0.52 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 10671 934 1 0 33 19 0 0 17 0 1 0 657209339 290975744 8343 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 71039 8343 1761 364 0 6963 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 284156

[startup+1.50023 s]
/proc/loadavg: 3.75 3.95 3.82 5/413 24790
/proc/meminfo: memFree=20235784/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=309816 CPUtime=1.31 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 20722 934 1 0 112 19 0 0 18 0 1 0 657209339 317251584 14838 33554432000 4194304 5683644 140733758736704 18446744073709551615 4620202 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 77454 14838 1826 364 0 13378 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 309816

[startup+3.10094 s]
/proc/loadavg: 3.75 3.95 3.82 5/413 24790
/proc/meminfo: memFree=20194740/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=309816 CPUtime=2.91 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 20722 934 1 0 272 19 0 0 21 0 1 0 657209339 317251584 14838 33554432000 4194304 5683644 140733758736704 18446744073709551615 4602976 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 77454 14838 1826 364 0 13378 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 309816

[startup+6.30035 s]
/proc/loadavg: 3.75 3.95 3.82 5/416 24793
/proc/meminfo: memFree=20182184/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=309816 CPUtime=6.11 cores=1,3
/proc/24781/stat : 24781 (python) R 24779 24781 22815 0 -1 4202496 20729 934 1 0 592 19 0 0 25 0 1 0 657209339 317251584 14845 33554432000 4194304 5683644 140733758736704 18446744073709551615 47217761028236 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24781/statm: 77454 14845 1833 364 0 13378 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 309816

[startup+12.7012 s]
/proc/loadavg: 4.08 4.01 3.84 5/419 24796
/proc/meminfo: memFree=20170880/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.01 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 885 0 0 0 0 1 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 5939222343325810948 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=15744 CPUtime=4.89 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 6023 0 0 0 489 0 0 0 25 0 1 0 657210116 16121856 2922 33554432000 4194304 4352236 140733414847264 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24796/statm: 3936 2922 129 39 0 3016 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 640804

[startup+25.5009 s]
/proc/loadavg: 4.07 4.01 3.84 5/425 24803
/proc/meminfo: memFree=20126080/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.05 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 892 0 0 0 2 3 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 13462965728256688388 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=16864 CPUtime=17.67 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 6488 0 0 0 1767 0 0 0 25 0 1 0 657210116 17268736 3386 33554432000 4194304 4352236 140733414847264 18446744073709551615 4327896 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24796/statm: 4216 3386 129 39 0 3296 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 641924

[startup+51.1153 s]
/proc/loadavg: 4.04 4.01 3.85 5/425 24803
/proc/meminfo: memFree=20120468/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.12 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 903 0 0 0 5 7 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 13462965728256688388 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=18344 CPUtime=43.21 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 6858 0 0 0 4321 0 0 0 25 0 1 0 657210116 18784256 3756 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24796/statm: 4586 3756 129 39 0 3666 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 643404

[startup+102.301 s]
/proc/loadavg: 4.06 4.02 3.86 5/425 24805
/proc/meminfo: memFree=20103584/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.28 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 928 0 0 0 14 14 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 13462965728256688388 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=25712 CPUtime=94.28 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 9724 0 0 0 9427 1 0 0 25 0 1 0 657210116 26329088 5598 33554432000 4194304 4352236 140733414847264 18446744073709551615 4207744 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24796/statm: 6428 5598 129 39 0 5508 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 650772

[startup+162.301 s]
/proc/loadavg: 4.08 4.03 3.87 5/425 24806
/proc/meminfo: memFree=20091536/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.46 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 947 0 0 0 24 22 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 13462965728256688388 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=29080 CPUtime=154.11 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 10567 0 0 0 15410 1 0 0 25 0 1 0 657210116 29777920 6440 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24796/statm: 7270 6440 129 39 0 6350 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 654140

[startup+222.3 s]
/proc/loadavg: 4.03 4.02 3.87 5/425 24808
/proc/meminfo: memFree=20082452/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.62 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 964 0 0 0 31 31 0 0 18 0 1 0 657210116 314785792 12780 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751055 0 0 16781312 514 13462965728256688388 0 0 17 1 0 0 0
/proc/24794/statm: 76852 12780 376 364 0 12770 0
[pid=24796] ppid=24794 vsize=29288 CPUtime=213.98 cores=1,3
/proc/24796/stat : 24796 (lingeling) R 24794 24796 24796 0 -1 4202496 10619 0 0 0 21397 1 0 0 25 0 1 0 657210116 29990912 6492 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328395 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24796/statm: 7322 6492 129 39 0 6402 0
[pid=24781/tid=24795] ppid=24779 vsize=317652 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 657210116 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 654348

[startup+282.3 s]
/proc/loadavg: 4.11 4.05 3.89 5/425 24810
/proc/meminfo: memFree=20072240/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=317652 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21011 934 1 0 740 20 0 0 25 0 2 0 657209339 325275648 14275 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 79413 14275 1867 364 0 15331 0
[pid=24794] ppid=24781 vsize=307408 CPUtime=0.8 cores=1,3

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

[pid=24815] ppid=24781 vsize=317664 CPUtime=2.12 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 109 103 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 12875114039784472838 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=593492 CPUtime=657.51 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 400718 0 0 0 65672 79 0 0 25 0 1 0 657249630 607735808 118697 33554432000 4194304 4677096 140734619970560 18446744073709551615 4485106 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 148373 118698 393 118 0 143332 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.44
Current children cumulated vsize (KiB) 1599620

[startup+1122.3 s]
/proc/loadavg: 4.10 4.11 4.00 5/453 24860
/proc/meminfo: memFree=17636948/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=327908 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21818 934 1 0 740 20 0 0 19 0 3 0 657209339 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 81977 14282 1870 364 0 17892 0
[pid=24794] ppid=24781 vsize=317652 CPUtime=1.18 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 1200 0 0 0 61 57 0 0 19 0 2 0 657210116 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24794/statm: 79413 12824 415 364 0 15331 0
[pid=24796] ppid=24794 vsize=42904 CPUtime=394.03 cores=1,3
/proc/24796/stat : 24796 (lingeling) T 24794 24796 24796 0 -1 4202496 14023 0 0 0 39402 1 0 0 25 0 1 0 657210116 43933696 9896 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24796/statm: 10726 9896 129 39 0 9806 0
[pid=24794/tid=24814] ppid=24781 vsize=317652 CPUtime=0 cores=1,3
/proc/24794/task/24814/stat : 24814 (python) S 24781 24781 22815 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657249628 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 514 18446604454295526208 0 0 -1 3 0 0 0
[pid=24815] ppid=24781 vsize=317664 CPUtime=2.31 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 120 111 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 13462965728256688390 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=624560 CPUtime=717.36 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 416865 0 0 0 71653 83 0 0 25 0 1 0 657249630 639549440 123637 33554432000 4194304 4677096 140734619970560 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 156140 123637 393 118 0 151099 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.48
Current children cumulated vsize (KiB) 1630688

[startup+1182.3 s]
/proc/loadavg: 4.09 4.10 4.00 5/453 24871
/proc/meminfo: memFree=17558324/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=327908 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21818 934 1 0 740 20 0 0 19 0 3 0 657209339 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 81977 14282 1870 364 0 17892 0
[pid=24794] ppid=24781 vsize=317652 CPUtime=1.18 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 1200 0 0 0 61 57 0 0 19 0 2 0 657210116 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24794/statm: 79413 12824 415 364 0 15331 0
[pid=24796] ppid=24794 vsize=42904 CPUtime=394.03 cores=1,3
/proc/24796/stat : 24796 (lingeling) T 24794 24796 24796 0 -1 4202496 14023 0 0 0 39402 1 0 0 25 0 1 0 657210116 43933696 9896 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24796/statm: 10726 9896 129 39 0 9806 0
[pid=24794/tid=24814] ppid=24781 vsize=317652 CPUtime=0 cores=1,3
/proc/24794/task/24814/stat : 24814 (python) S 24781 24781 22815 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657249628 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 514 18446604454295526208 0 0 -1 3 0 0 0
[pid=24815] ppid=24781 vsize=317664 CPUtime=2.5 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 130 120 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 13462965728256688390 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=625896 CPUtime=777.16 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 444236 0 0 0 77627 89 0 0 25 0 1 0 657249630 640917504 134687 33554432000 4194304 4677096 140734619970560 18446744073709551615 218905427604 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 156474 134687 393 118 0 151433 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.47
Current children cumulated vsize (KiB) 1632024

[startup+1242.3 s]
/proc/loadavg: 4.03 4.08 4.00 5/453 24872
/proc/meminfo: memFree=17625004/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=327908 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21818 934 1 0 740 20 0 0 19 0 3 0 657209339 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 81977 14282 1870 364 0 17892 0
[pid=24794] ppid=24781 vsize=317652 CPUtime=1.18 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 1200 0 0 0 61 57 0 0 19 0 2 0 657210116 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24794/statm: 79413 12824 415 364 0 15331 0
[pid=24796] ppid=24794 vsize=42904 CPUtime=394.03 cores=1,3
/proc/24796/stat : 24796 (lingeling) T 24794 24796 24796 0 -1 4202496 14023 0 0 0 39402 1 0 0 25 0 1 0 657210116 43933696 9896 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24796/statm: 10726 9896 129 39 0 9806 0
[pid=24794/tid=24814] ppid=24781 vsize=317652 CPUtime=0 cores=1,3
/proc/24794/task/24814/stat : 24814 (python) S 24781 24781 22815 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657249628 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 514 18446604454295526208 0 0 -1 3 0 0 0
[pid=24815] ppid=24781 vsize=317664 CPUtime=2.69 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 138 131 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 13462965728256688390 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=628184 CPUtime=837.01 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 476687 0 0 0 83604 97 0 0 25 0 1 0 657249630 643260416 122837 33554432000 4194304 4677096 140734619970560 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 157046 122837 393 118 0 152005 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1242.51
Current children cumulated vsize (KiB) 1634312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.08 4.00 2/421 24877
/proc/meminfo: memFree=19645924/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=327908 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21818 934 1 0 740 20 0 0 19 0 3 0 657209339 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 81977 14282 1870 364 0 17892 0
[pid=24794] ppid=24781 vsize=317652 CPUtime=1.18 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 1200 0 0 0 61 57 0 0 19 0 2 0 657210116 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24794/statm: 79413 12824 415 364 0 15331 0
[pid=24796] ppid=24794 vsize=42904 CPUtime=394.03 cores=1,3
/proc/24796/stat : 24796 (lingeling) T 24794 24796 24796 0 -1 4202496 14023 0 0 0 39402 1 0 0 25 0 1 0 657210116 43933696 9896 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24796/statm: 10726 9896 129 39 0 9806 0
[pid=24794/tid=24814] ppid=24781 vsize=317652 CPUtime=0 cores=1,3
/proc/24794/task/24814/stat : 24814 (python) S 24781 24781 22815 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657249628 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 514 18446604454295526208 0 0 -1 3 0 0 0
[pid=24815] ppid=24781 vsize=317664 CPUtime=2.88 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 148 140 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 13462965728256688390 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=629604 CPUtime=894.54 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 504067 0 0 0 89351 103 0 0 25 0 1 0 657249630 644714496 125778 33554432000 4194304 4677096 140734619970560 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 157401 125778 393 118 0 152360 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.23
Current children cumulated vsize (KiB) 1635732

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.06 4.08 4.00 2/421 24877
/proc/meminfo: memFree=19645924/32951124 swapFree=65581052/67111528
[pid=24781] ppid=24779 vsize=327908 CPUtime=7.6 cores=1,3
/proc/24781/stat : 24781 (python) S 24779 24781 22815 0 -1 4202496 21818 934 1 0 740 20 0 0 19 0 3 0 657209339 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24781/statm: 81977 14282 1870 364 0 17892 0
[pid=24794] ppid=24781 vsize=317652 CPUtime=1.18 cores=1,3
/proc/24794/stat : 24794 (python) S 24781 24781 22815 0 -1 4202560 1200 0 0 0 61 57 0 0 19 0 2 0 657210116 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24794/statm: 79413 12824 415 364 0 15331 0
[pid=24796] ppid=24794 vsize=42904 CPUtime=394.03 cores=1,3
/proc/24796/stat : 24796 (lingeling) T 24794 24796 24796 0 -1 4202496 14023 0 0 0 39402 1 0 0 25 0 1 0 657210116 43933696 9896 33554432000 4194304 4352236 140733414847264 18446744073709551615 4328832 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/24796/statm: 10726 9896 129 39 0 9806 0
[pid=24794/tid=24814] ppid=24781 vsize=317652 CPUtime=0 cores=1,3
/proc/24794/task/24814/stat : 24814 (python) S 24781 24781 22815 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657249628 325275648 12824 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 514 18446604454295526208 0 0 -1 3 0 0 0
[pid=24815] ppid=24781 vsize=317664 CPUtime=2.88 cores=1,3
/proc/24815/stat : 24815 (python) S 24781 24781 22815 0 -1 4202560 1016 0 0 0 148 140 0 0 15 0 1 0 657249629 325287936 12779 33554432000 4194304 5683644 140733758736704 18446744073709551615 218905751110 0 0 16781312 514 13462965728256688390 0 0 17 1 0 0 0
/proc/24815/statm: 79416 12779 371 364 0 15331 0
[pid=24817] ppid=24815 vsize=629604 CPUtime=894.54 cores=1,3
/proc/24817/stat : 24817 (cryptominisat-2) R 24815 24817 24817 0 -1 4202496 504067 0 0 0 89351 103 0 0 25 0 1 0 657249630 644714496 125778 33554432000 4194304 4677096 140734619970560 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24817/statm: 157401 125778 393 118 0 152360 0
[pid=24781/tid=24795] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24795/stat : 24795 (python) S 24779 24781 22815 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 3 0 657210116 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
[pid=24781/tid=24816] ppid=24779 vsize=327908 CPUtime=0 cores=1,3
/proc/24781/task/24816/stat : 24816 (python) S 24779 24781 22815 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 3 0 657249629 335777792 14282 33554432000 4194304 5683644 140733758736704 18446744073709551615 218917554609 0 0 16781312 2 18446604468309741952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.23
Current children cumulated vsize (KiB) 1635732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24781 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=410873
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=207968
# CPU time returned by wait4() is 7.61884
# while last known CPU time is 1300.23
#
# 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): 1300.23
CPU user time (s): 1297.02
CPU system time (s): 3.21
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 1657648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.41087
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22752
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= 16335
involuntary context switches= 40

runsolver used 5.17421 second user time and 12.7711 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 12:41:56
IDJOB=3378056
IDBENCH=83110
IDSOLVER=1858
FILE ID=node137/3378056-1305456116
RUNJOBID= node137-1305456116-24733
PBS_JOBID= 13324880
Free space on /tmp= 73648 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.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-3378056-1305456116/watcher-3378056-1305456116 -o /tmp/evaluation-result-3378056-1305456116/solver-3378056-1305456116 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378056-1305456116.cnf -seed 1690203816 -budget 2400

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=1690203816

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20399148 kB
Buffers:        303668 kB
Cached:        4004076 kB
SwapCached:      36328 kB
Active:        2470292 kB
Inactive:      9833352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20399148 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:          139452 kB
Writeback:           0 kB
AnonPages:     7968920 kB
Mapped:          26932 kB
Slab:           135744 kB
PageTables:      46616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102456060 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= 73668 MiB
End job on node137 at 2011-05-15 13:03:38