Trace number 3484598

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, 1200 s timeout)? (TO) 1200.1 1200.13

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.20/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.20/0.66	c INFO: solving HOME/instance-3484598-1307750675.cnf
0.20/0.66	c INFO: computing task features
0.20/1.18	c INFO: computed variable-clause graph statistics
0.20/1.20	c INFO: computed clause balance statistics
3.71/3.99	c INFO: computed variable balance statistics
5.81/6.05	c INFO: computed small-clause counts
5.81/6.07	c INFO: computed Horn-clause counts
9.71/9.92	c INFO: computed variable graph statistics
9.71/9.92	c INFO: collected features for HOME/instance-3484598-1307750675.cnf in 9.23 s
9.71/9.93	c INFO: running lingeling-276@0 for 582 with 1190 remaining (b = 0.59)
596.41/596.57	c INFO: running cryptominisat-2.9.0@0 for 604 with 604 remaining (b = 0.54)

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.1 (svn: 988)

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=15380 CPUtime=0 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 811 0 0 0 0 0 0 0 17 0 1 0 886664586 15749120 696 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23166/statm: 3845 696 334 364 0 332 0

[startup+0.0437841 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=21104 CPUtime=0.02 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 1303 0 0 0 2 0 0 0 17 0 1 0 886664586 21610496 1154 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/23166/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100775 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=94180 CPUtime=0.06 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 2768 0 0 0 4 2 0 0 17 0 1 0 886664586 96440320 2475 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/23166/statm: 23546 2478 765 364 0 1678 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94180

[startup+0.300731 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=135580 CPUtime=0.2 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 5806 930 1 0 12 8 0 0 18 0 1 0 886664586 138833920 4120 33554432000 4194304 5683644 140735054206016 18446744073709551615 4520237 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23166/statm: 33895 4120 1031 364 0 3081 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135580

[startup+1.33853 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=315184 CPUtime=1.15 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 22613 930 1 0 94 21 0 0 18 0 1 0 886664586 322748416 16180 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476362207 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23166/statm: 78796 16180 1826 364 0 14720 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 315184

[startup+1.5005 s]
/proc/loadavg: 1.56 2.00 2.81 4/189 23166
/proc/meminfo: memFree=31873144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=315184 CPUtime=1.31 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 22613 930 1 0 110 21 0 0 18 0 1 0 886664586 322748416 16180 33554432000 4194304 5683644 140735054206016 18446744073709551615 4510830 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23166/statm: 78796 16180 1826 364 0 14720 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 315184

[startup+3.10625 s]
/proc/loadavg: 1.99 2.09 2.83 5/190 23183
/proc/meminfo: memFree=31685816/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=315184 CPUtime=2.91 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 22613 930 1 0 270 21 0 0 21 0 1 0 886664586 322748416 16180 33554432000 4194304 5683644 140735054206016 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23166/statm: 78796 16180 1826 364 0 14720 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 315184

[startup+6.30064 s]
/proc/loadavg: 1.99 2.09 2.83 6/193 23186
/proc/meminfo: memFree=31675036/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=315184 CPUtime=6.11 cores=5,7
/proc/23166/stat : 23166 (python) R 23164 23166 18188 0 -1 4202496 22620 930 1 0 590 21 0 0 25 0 1 0 886664586 322748416 16187 33554432000 4194304 5683644 140735054206016 18446744073709551615 47872821385356 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23166/statm: 78796 16187 1833 364 0 14720 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 315184

[startup+12.7004 s]
/proc/loadavg: 2.15 2.12 2.83 5/199 23193
/proc/meminfo: memFree=31644144/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886665579 319885312 14003 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 1285716400135962886 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14003 353 364 0 14015 0
[pid=23193] ppid=23191 vsize=28592 CPUtime=2.76 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 9782 0 0 0 275 1 0 0 25 0 1 0 886665579 29278208 6316 33554432000 4194304 4352236 140735886390560 18446744073709551615 4303624 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 7148 6316 127 39 0 6228 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 663612

[startup+25.501 s]
/proc/loadavg: 2.56 2.21 2.85 5/202 23196
/proc/meminfo: memFree=31617456/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 886665579 319885312 14026 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 4573933187176038662 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14026 376 364 0 14015 0
[pid=23193] ppid=23191 vsize=24364 CPUtime=15.54 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 9784 0 0 0 1553 1 0 0 25 0 1 0 886665579 24948736 5261 33554432000 4194304 4352236 140735886390560 18446744073709551615 4268416 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 6091 5261 129 39 0 5171 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 659384

[startup+51.1011 s]
/proc/loadavg: 3.05 2.35 2.88 5/202 23197
/proc/meminfo: memFree=31614608/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0.04 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 912 0 0 0 2 2 0 0 18 0 1 0 886665579 319885312 14026 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 4573933187176038662 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14026 376 364 0 14015 0
[pid=23193] ppid=23191 vsize=24356 CPUtime=41.11 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 10808 0 0 0 4110 1 0 0 25 0 1 0 886665579 24940544 5259 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 6089 5259 129 39 0 5169 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 659376

[startup+102.301 s]
/proc/loadavg: 3.67 2.64 2.95 5/202 23198
/proc/meminfo: memFree=31595036/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0.1 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 935 0 0 0 5 5 0 0 18 0 1 0 886665579 319885312 14026 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 4573933187176038662 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14026 376 364 0 14015 0
[pid=23193] ppid=23191 vsize=30768 CPUtime=92.26 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 15484 0 0 0 9225 1 0 0 25 0 1 0 886665579 31506432 6862 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 7692 6862 129 39 0 6772 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 665788

[startup+162.301 s]
/proc/loadavg: 3.93 2.88 3.01 5/202 23200
/proc/meminfo: memFree=31583972/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0.17 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 954 0 0 0 9 8 0 0 18 0 1 0 886665579 319885312 14026 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 4573933187176038662 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14026 376 364 0 14015 0
[pid=23193] ppid=23191 vsize=32816 CPUtime=152.21 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 17020 0 0 0 15219 2 0 0 25 0 1 0 886665579 33603584 7374 33554432000 4194304 4352236 140735886390560 18446744073709551615 4256354 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 8204 7374 129 39 0 7284 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 667836

[startup+222.301 s]
/proc/loadavg: 4.05 3.12 3.08 5/202 23201
/proc/meminfo: memFree=31574648/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0.25 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 974 0 0 0 14 11 0 0 18 0 1 0 886665579 319885312 14026 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715023 0 0 16781312 514 4573933187176038662 0 0 17 5 0 0 0
/proc/23191/statm: 78097 14026 376 364 0 14015 0
[pid=23193] ppid=23191 vsize=41520 CPUtime=212.16 cores=5,7
/proc/23193/stat : 23193 (lingeling) R 23191 23193 23193 0 -1 4202496 22268 0 0 0 21214 2 0 0 25 0 1 0 886665579 42516480 9550 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328016 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/23193/statm: 10380 9550 129 39 0 9460 0
[pid=23166/tid=23192] ppid=23164 vsize=322632 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 2 0 886665579 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 676540

[startup+282.301 s]
/proc/loadavg: 4.02 3.26 3.13 5/202 23203
/proc/meminfo: memFree=31560868/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=322632 CPUtime=9.74 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 22902 930 1 0 952 22 0 0 25 0 2 0 886664586 330375168 15521 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23166/statm: 80658 15521 1867 364 0 16576 0
[pid=23191] ppid=23166 vsize=312388 CPUtime=0.33 cores=5,7

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

[pid=23221] ppid=23166 vsize=322644 CPUtime=0.49 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 990 0 0 0 26 23 0 0 15 0 1 0 886724243 330387456 14024 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 4573933187176038664 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14024 370 364 0 16576 0
[pid=23223] ppid=23221 vsize=487312 CPUtime=345.27 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 220524 0 0 0 34489 38 0 0 25 0 1 0 886724243 499007488 105370 33554432000 4194304 4677096 140736558348496 18446744073709551615 239476391618 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23223/statm: 121828 105370 393 118 0 116787 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 1515192

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.59 5/218 23238
/proc/meminfo: memFree=29942136/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=332888 CPUtime=9.75 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 23716 930 1 0 953 22 0 0 20 0 3 0 886664586 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23166/statm: 83222 15528 1870 364 0 19137 0
[pid=23191] ppid=23166 vsize=322632 CPUtime=0.74 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 1206 0 0 0 38 36 0 0 19 0 2 0 886665579 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23191/statm: 80658 14069 414 364 0 16576 0
[pid=23193] ppid=23191 vsize=49716 CPUtime=586.01 cores=5,7
/proc/23193/stat : 23193 (lingeling) T 23191 23193 23193 0 -1 4202496 49021 0 0 0 58596 5 0 0 25 0 1 0 886665579 50909184 11599 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23193/statm: 12429 11599 129 39 0 11509 0
[pid=23191/tid=23220] ppid=23166 vsize=322632 CPUtime=0 cores=5,7
/proc/23191/task/23220/stat : 23220 (python) S 23166 23166 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886724243 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 514 18446604461801982016 0 0 -1 7 0 0 0
[pid=23221] ppid=23166 vsize=322644 CPUtime=0.57 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 991 0 0 0 30 27 0 0 15 0 1 0 886724243 330387456 14024 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 5631465465298518280 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14024 370 364 0 16576 0
[pid=23223] ppid=23221 vsize=546728 CPUtime=405.18 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 228668 0 0 0 40478 40 0 0 25 0 1 0 886724243 559849472 106903 33554432000 4194304 4677096 140736558348496 18446744073709551615 4320031 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23223/statm: 136682 106903 393 118 0 131641 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 1574608

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/218 23240
/proc/meminfo: memFree=29948064/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=332888 CPUtime=9.75 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 23716 930 1 0 953 22 0 0 20 0 3 0 886664586 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23166/statm: 83222 15528 1870 364 0 19137 0
[pid=23191] ppid=23166 vsize=322632 CPUtime=0.74 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 1206 0 0 0 38 36 0 0 19 0 2 0 886665579 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23191/statm: 80658 14069 414 364 0 16576 0
[pid=23193] ppid=23191 vsize=49716 CPUtime=586.01 cores=5,7
/proc/23193/stat : 23193 (lingeling) T 23191 23193 23193 0 -1 4202496 49021 0 0 0 58596 5 0 0 25 0 1 0 886665579 50909184 11599 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23193/statm: 12429 11599 129 39 0 11509 0
[pid=23191/tid=23220] ppid=23166 vsize=322632 CPUtime=0 cores=5,7
/proc/23191/task/23220/stat : 23220 (python) S 23166 23166 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886724243 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 514 18446604461801982016 0 0 -1 7 0 0 0
[pid=23221] ppid=23166 vsize=322644 CPUtime=0.65 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 991 0 0 0 35 30 0 0 15 0 1 0 886724243 330387456 14024 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 4573933187176038664 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14024 370 364 0 16576 0
[pid=23223] ppid=23221 vsize=487660 CPUtime=465.11 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 242380 0 0 0 46469 42 0 0 25 0 1 0 886724243 499363840 106234 33554432000 4194304 4677096 140736558348496 18446744073709551615 4355112 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23223/statm: 121915 106234 393 118 0 116874 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 1515540

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/218 23241
/proc/meminfo: memFree=29891984/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=332888 CPUtime=9.75 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 23716 930 1 0 953 22 0 0 20 0 3 0 886664586 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23166/statm: 83222 15528 1870 364 0 19137 0
[pid=23191] ppid=23166 vsize=322632 CPUtime=0.74 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 1206 0 0 0 38 36 0 0 19 0 2 0 886665579 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23191/statm: 80658 14069 414 364 0 16576 0
[pid=23193] ppid=23191 vsize=49716 CPUtime=586.01 cores=5,7
/proc/23193/stat : 23193 (lingeling) T 23191 23193 23193 0 -1 4202496 49021 0 0 0 58596 5 0 0 25 0 1 0 886665579 50909184 11599 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23193/statm: 12429 11599 129 39 0 11509 0
[pid=23191/tid=23220] ppid=23166 vsize=322632 CPUtime=0 cores=5,7
/proc/23191/task/23220/stat : 23220 (python) S 23166 23166 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886724243 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 514 18446604461801982016 0 0 -1 7 0 0 0
[pid=23221] ppid=23166 vsize=322644 CPUtime=0.75 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 1000 0 0 0 40 35 0 0 15 0 1 0 886724243 330387456 14025 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 4573933187176038664 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14025 371 364 0 16576 0
[pid=23223] ppid=23221 vsize=488932 CPUtime=525.04 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 257730 0 0 0 52457 47 0 0 25 0 1 0 886724243 500666368 106733 33554432000 4194304 4677096 140736558348496 18446744073709551615 4319603 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/23223/statm: 122233 106733 393 118 0 117192 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1516812

[startup+1182.31 s]
/proc/loadavg: 4.07 3.98 3.66 5/218 23243
/proc/meminfo: memFree=29862940/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=332888 CPUtime=9.75 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 23716 930 1 0 953 22 0 0 20 0 3 0 886664586 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23166/statm: 83222 15528 1870 364 0 19137 0
[pid=23191] ppid=23166 vsize=322632 CPUtime=0.74 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 1206 0 0 0 38 36 0 0 19 0 2 0 886665579 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23191/statm: 80658 14069 414 364 0 16576 0
[pid=23193] ppid=23191 vsize=49716 CPUtime=586.01 cores=5,7
/proc/23193/stat : 23193 (lingeling) T 23191 23193 23193 0 -1 4202496 49021 0 0 0 58596 5 0 0 25 0 1 0 886665579 50909184 11599 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23193/statm: 12429 11599 129 39 0 11509 0
[pid=23191/tid=23220] ppid=23166 vsize=322632 CPUtime=0 cores=5,7
/proc/23191/task/23220/stat : 23220 (python) S 23166 23166 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886724243 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 514 18446604461801982016 0 0 -1 7 0 0 0
[pid=23221] ppid=23166 vsize=322644 CPUtime=0.82 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 1000 0 0 0 43 39 0 0 15 0 1 0 886724243 330387456 14025 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 5631465465298518280 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14025 371 364 0 16576 0
[pid=23223] ppid=23221 vsize=580416 CPUtime=584.97 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 286179 0 0 0 58445 52 0 0 25 0 1 0 886724243 594345984 113527 33554432000 4194304 4677096 140736558348496 18446744073709551615 4462188 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23223/statm: 145104 113527 393 118 0 140063 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1608296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.1 s]
/proc/loadavg: 4.05 3.98 3.66 4/209 23244
/proc/meminfo: memFree=30063988/32950928 swapFree=67055428/67111528
[pid=23166] ppid=23164 vsize=332888 CPUtime=9.75 cores=5,7
/proc/23166/stat : 23166 (python) S 23164 23166 18188 0 -1 4202496 23716 930 1 0 953 22 0 0 20 0 3 0 886664586 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23166/statm: 83222 15528 1870 364 0 19137 0
[pid=23191] ppid=23166 vsize=322632 CPUtime=0.74 cores=5,7
/proc/23191/stat : 23191 (python) S 23166 23166 18188 0 -1 4202560 1206 0 0 0 38 36 0 0 19 0 2 0 886665579 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23191/statm: 80658 14069 414 364 0 16576 0
[pid=23193] ppid=23191 vsize=49716 CPUtime=586.01 cores=5,7
/proc/23193/stat : 23193 (lingeling) T 23191 23193 23193 0 -1 4202496 49021 0 0 0 58596 5 0 0 25 0 1 0 886665579 50909184 11599 33554432000 4194304 4352236 140735886390560 18446744073709551615 4328013 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/23193/statm: 12429 11599 129 39 0 11509 0
[pid=23191/tid=23220] ppid=23166 vsize=322632 CPUtime=0 cores=5,7
/proc/23191/task/23220/stat : 23220 (python) S 23166 23166 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886724243 330375168 14069 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 514 18446604461801982016 0 0 -1 7 0 0 0
[pid=23221] ppid=23166 vsize=322644 CPUtime=0.85 cores=5,7
/proc/23221/stat : 23221 (python) S 23166 23166 18188 0 -1 4202560 1000 0 0 0 45 40 0 0 15 0 1 0 886724243 330387456 14025 33554432000 4194304 5683644 140735054206016 18446744073709551615 239476715078 0 0 16781312 514 5631465465298518280 0 0 17 5 0 0 0
/proc/23221/statm: 80661 14025 371 364 0 16576 0
[pid=23223] ppid=23221 vsize=584628 CPUtime=602.75 cores=5,7
/proc/23223/stat : 23223 (cryptominisat-2) R 23221 23223 23223 0 -1 4202496 287394 0 0 0 60223 52 0 0 25 0 1 0 886724243 598659072 114742 33554432000 4194304 4677096 140736558348496 18446744073709551615 239476391569 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23223/statm: 146157 114742 393 118 0 141116 0
[pid=23166/tid=23192] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23192/stat : 23192 (python) S 23164 23166 18188 0 -1 4202560 31 930 0 0 0 0 0 0 25 0 3 0 886665579 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 5 0 0 0
[pid=23166/tid=23222] ppid=23164 vsize=332888 CPUtime=0 cores=5,7
/proc/23166/task/23222/stat : 23222 (python) S 23164 23166 18188 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 3 0 886724243 340877312 15528 33554432000 4194304 5683644 140735054206016 18446744073709551615 239488518577 0 0 16781312 2 18446604469398762560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1612508

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 23166 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=532550
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=230964
# CPU time returned by wait4() is 9.76351
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.13
CPU time (s): 1200.1
CPU user time (s): 1198.55
CPU system time (s): 1.55
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 1612508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.53255
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24646
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= 12947
involuntary context switches= 38

runsolver used 1.9997 second user time and 4.93225 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:04:35
IDJOB=3484598
IDBENCH=83113
IDSOLVER=1976
FILE ID=node148/3484598-1307750675
RUNJOBID= node148-1307750674-23111
PBS_JOBID= 13550812
Free space on /tmp= 73940 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1767933084

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      31875556 kB
Buffers:        111480 kB
Cached:         759132 kB
SwapCached:       8824 kB
Active:         418972 kB
Inactive:       500256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31875556 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:          141368 kB
Writeback:           0 kB
AnonPages:       47128 kB
Mapped:          15288 kB
Slab:            90236 kB
PageTables:       5652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   285484 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= 73940 MiB
End job on node148 at 2011-06-11 02:24:37