Trace number 3378055

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.58 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.51/0.75	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.51/0.75	c INFO: solving HOME/instance-3378055-1305456257.cnf
0.51/0.75	c INFO: computing task features
0.89/1.15	c INFO: computed variable-clause graph statistics
0.89/1.17	c INFO: computed clause balance statistics
3.09/3.32	c INFO: computed variable balance statistics
4.68/4.96	c INFO: computed small-clause counts
5.58/5.88	c INFO: computed Horn-clause counts
6.78/7.01	c INFO: computed variable graph statistics
6.78/7.01	c INFO: collected features for HOME/instance-3378055-1305456257.cnf in 6.25 s
6.78/7.02	c INFO: running lingeling-276@0 for 388 with 2393 remaining (b = 0.54)
401.87/402.02	c INFO: running cryptominisat-2.9.0@0 for 1999 with 1999 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-3378055-1305456257/watcher-3378055-1305456257 -o /tmp/evaluation-result-3378055-1305456257/solver-3378055-1305456257 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378055-1305456257.cnf -seed 678528432 -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.68 3.99 4.00 3/369 1221
/proc/meminfo: memFree=26984824/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=11796 CPUtime=0 cores=1,3
/proc/1221/stat : 1221 (runsolver) R 1219 1221 24378 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 1 0 657224544 12079104 53 33554432000 4194304 5432360 140735958761984 18446744073709551615 5055511 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/1221/statm: 2949 53 33 303 0 2643 0

[startup+0.045982 s]
/proc/loadavg: 3.68 3.99 4.00 3/369 1221
/proc/meminfo: memFree=26984824/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=16808 CPUtime=0.02 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 1224 0 0 0 1 1 0 0 17 0 1 0 657224544 17211392 1083 33554432000 4194304 5683644 140734121766336 18446744073709551615 4617155 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 4202 1083 417 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16808

[startup+0.100967 s]
/proc/loadavg: 3.68 3.99 4.00 3/369 1221
/proc/meminfo: memFree=26984824/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=84520 CPUtime=0.06 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 2173 0 0 0 4 2 0 0 17 0 1 0 657224544 86548480 1925 33554432000 4194304 5683644 140734121766336 18446744073709551615 268267726737 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 21130 1926 552 364 0 1334 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84520

[startup+0.300996 s]
/proc/loadavg: 3.68 3.99 4.00 3/369 1221
/proc/meminfo: memFree=26984824/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=135748 CPUtime=0.22 cores=1,3
/proc/1221/stat : 1221 (python) D 1219 1221 24378 0 -1 4202496 5970 931 1 0 13 9 0 0 17 0 1 0 657224544 139005952 4147 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272685061 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 33937 4147 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135748

[startup+0.700951 s]
/proc/loadavg: 3.68 3.99 4.00 3/369 1221
/proc/meminfo: memFree=26984824/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=256996 CPUtime=0.51 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 8554 931 1 0 27 24 0 0 17 0 1 0 657224544 263163904 6409 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 64249 6409 1648 364 0 5128 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 256996

[startup+1.50072 s]
/proc/loadavg: 3.68 3.99 4.00 5/374 1244
/proc/meminfo: memFree=26820608/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=306844 CPUtime=1.28 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 19650 931 1 0 102 26 0 0 18 0 1 0 657224544 314208256 14096 33554432000 4194304 5683644 140734121766336 18446744073709551615 4457138 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 76711 14096 1826 364 0 12635 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 306844

[startup+3.10049 s]
/proc/loadavg: 3.71 3.99 4.00 5/374 1244
/proc/meminfo: memFree=26765800/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=306844 CPUtime=2.88 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 19650 931 1 0 262 26 0 0 20 0 1 0 657224544 314208256 14096 33554432000 4194304 5683644 140734121766336 18446744073709551615 47202406446128 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 76711 14096 1826 364 0 12635 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 306844

[startup+6.30086 s]
/proc/loadavg: 3.71 3.99 4.00 5/380 1250
/proc/meminfo: memFree=26748468/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=306844 CPUtime=6.08 cores=1,3
/proc/1221/stat : 1221 (python) R 1219 1221 24378 0 -1 4202496 19657 931 1 0 582 26 0 0 25 0 1 0 657224544 314208256 14103 33554432000 4194304 5683644 140734121766336 18446744073709551615 47202406201484 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1221/statm: 76711 14103 1833 364 0 12635 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 306844

[startup+12.7007 s]
/proc/loadavg: 3.83 4.00 4.00 5/383 1253
/proc/meminfo: memFree=26731840/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.01 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 996869747716882696 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=15992 CPUtime=5.59 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 5164 0 0 0 559 0 0 0 25 0 1 0 657225247 16375808 3168 33554432000 4194304 4352236 140734988245728 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 3998 3168 129 39 0 3078 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 635556

[startup+25.5004 s]
/proc/loadavg: 3.85 4.00 4.00 5/386 1256
/proc/meminfo: memFree=26687568/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 900 0 0 0 2 2 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 2854719213799440648 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=17340 CPUtime=18.36 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 5502 0 0 0 1836 0 0 0 25 0 1 0 657225247 17756160 3505 33554432000 4194304 4352236 140734988245728 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 4335 3505 129 39 0 3415 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 636904

[startup+51.1009 s]
/proc/loadavg: 3.98 4.02 4.01 5/386 1257
/proc/meminfo: memFree=26682428/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.11 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 911 0 0 0 5 6 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 2854719213799440648 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=17852 CPUtime=43.9 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 5630 0 0 0 4390 0 0 0 25 0 1 0 657225247 18280448 3633 33554432000 4194304 4352236 140734988245728 18446744073709551615 4216897 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 4463 3633 129 39 0 3543 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 637416

[startup+102.314 s]
/proc/loadavg: 3.99 4.01 4.00 5/386 1258
/proc/meminfo: memFree=26658220/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.25 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 936 0 0 0 13 12 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 2854719213799440648 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=26592 CPUtime=94.98 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 8840 0 0 0 9497 1 0 0 25 0 1 0 657225247 27230208 5818 33554432000 4194304 4352236 140734988245728 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 6648 5818 129 39 0 5728 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 646156

[startup+162.301 s]
/proc/loadavg: 3.99 4.01 4.00 5/386 1260
/proc/meminfo: memFree=26648012/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.41 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 955 0 0 0 21 20 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 2854719213799440648 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=29080 CPUtime=154.85 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 10486 0 0 0 15484 1 0 0 25 0 1 0 657225247 29777920 6440 33554432000 4194304 4352236 140734988245728 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 7270 6440 129 39 0 6350 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 648644

[startup+222.3 s]
/proc/loadavg: 4.08 4.03 4.01 5/386 1261
/proc/meminfo: memFree=26643624/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.56 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 976 0 0 0 28 28 0 0 18 0 1 0 657225247 311971840 12094 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709135 0 0 16781312 514 2854719213799440648 0 0 17 1 0 0 0
/proc/1251/statm: 76165 12094 376 364 0 12083 0
[pid=1253] ppid=1251 vsize=31128 CPUtime=214.72 cores=1,3
/proc/1253/stat : 1253 (lingeling) R 1251 1253 1253 0 -1 4202496 10998 0 0 0 21471 1 0 0 25 0 1 0 657225247 31875072 6952 33554432000 4194304 4352236 140734988245728 18446744073709551615 4329349 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1253/statm: 7782 6952 129 39 0 6862 0
[pid=1221/tid=1252] ppid=1219 vsize=314904 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 657225247 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 650692

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/386 1263
/proc/meminfo: memFree=26634172/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=314904 CPUtime=6.8 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 19951 931 1 0 654 26 0 0 25 0 2 0 657224544 322461696 13597 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1221/statm: 78726 13597 1875 364 0 14644 0
[pid=1251] ppid=1221 vsize=304660 CPUtime=0.73 cores=1,3

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

[pid=1268] ppid=1221 vsize=314916 CPUtime=1.71 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 88 83 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 2854719213799440647 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=460864 CPUtime=598.74 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 346736 0 0 0 59806 68 0 0 25 0 1 0 657264747 471924736 91972 33554432000 4194304 4677096 140735089628944 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 115216 91972 393 118 0 110175 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1458240

[startup+1062.3 s]
/proc/loadavg: 1.19 2.38 3.31 2/363 1371
/proc/meminfo: memFree=26496448/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=325160 CPUtime=6.81 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 20748 931 1 0 655 26 0 0 20 0 3 0 657224544 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1221/statm: 81290 13604 1878 364 0 17205 0
[pid=1251] ppid=1221 vsize=314904 CPUtime=1.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 1210 0 0 0 52 52 0 0 19 0 2 0 657225247 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1251/statm: 78726 12138 415 364 0 14644 0
[pid=1253] ppid=1251 vsize=42396 CPUtime=394.04 cores=1,3
/proc/1253/stat : 1253 (lingeling) T 1251 1253 1253 0 -1 4202496 15095 0 0 0 39403 1 0 0 25 0 1 0 657225247 43413504 9769 33554432000 4194304 4352236 140734988245728 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1253/statm: 10599 9769 129 39 0 9679 0
[pid=1251/tid=1267] ppid=1221 vsize=314904 CPUtime=0 cores=1,3
/proc/1251/task/1267/stat : 1267 (python) S 1221 1221 24378 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657264746 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 514 18446604457439762368 0 0 -1 3 0 0 0
[pid=1268] ppid=1221 vsize=314916 CPUtime=1.87 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 98 89 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 2854719213799440647 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=582088 CPUtime=658.69 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 391401 0 0 0 65794 75 0 0 25 0 1 0 657264747 596058112 121329 33554432000 4194304 4677096 140735089628944 18446744073709551615 4454520 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 145522 121329 394 118 0 140481 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1062.45
Current children cumulated vsize (KiB) 1579464

[startup+1122.3 s]
/proc/loadavg: 1.11 2.12 3.15 2/363 1372
/proc/meminfo: memFree=26522068/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=325160 CPUtime=6.81 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 20748 931 1 0 655 26 0 0 20 0 3 0 657224544 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1221/statm: 81290 13604 1878 364 0 17205 0
[pid=1251] ppid=1221 vsize=314904 CPUtime=1.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 1210 0 0 0 52 52 0 0 19 0 2 0 657225247 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1251/statm: 78726 12138 415 364 0 14644 0
[pid=1253] ppid=1251 vsize=42396 CPUtime=394.04 cores=1,3
/proc/1253/stat : 1253 (lingeling) T 1251 1253 1253 0 -1 4202496 15095 0 0 0 39403 1 0 0 25 0 1 0 657225247 43413504 9769 33554432000 4194304 4352236 140734988245728 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1253/statm: 10599 9769 129 39 0 9679 0
[pid=1251/tid=1267] ppid=1221 vsize=314904 CPUtime=0 cores=1,3
/proc/1251/task/1267/stat : 1267 (python) S 1221 1221 24378 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657264746 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 514 18446604457439762368 0 0 -1 3 0 0 0
[pid=1268] ppid=1221 vsize=314916 CPUtime=2.04 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 106 98 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 2854719213799440647 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=584176 CPUtime=718.63 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 412285 0 0 0 71784 79 0 0 25 0 1 0 657264747 598196224 115071 33554432000 4194304 4677096 140735089628944 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 146044 115071 394 118 0 141003 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1122.56
Current children cumulated vsize (KiB) 1581552

[startup+1182.3 s]
/proc/loadavg: 1.04 1.93 3.03 2/363 1374
/proc/meminfo: memFree=26512608/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=325160 CPUtime=6.81 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 20748 931 1 0 655 26 0 0 20 0 3 0 657224544 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1221/statm: 81290 13604 1878 364 0 17205 0
[pid=1251] ppid=1221 vsize=314904 CPUtime=1.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 1210 0 0 0 52 52 0 0 19 0 2 0 657225247 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1251/statm: 78726 12138 415 364 0 14644 0
[pid=1253] ppid=1251 vsize=42396 CPUtime=394.04 cores=1,3
/proc/1253/stat : 1253 (lingeling) T 1251 1253 1253 0 -1 4202496 15095 0 0 0 39403 1 0 0 25 0 1 0 657225247 43413504 9769 33554432000 4194304 4352236 140734988245728 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1253/statm: 10599 9769 129 39 0 9679 0
[pid=1251/tid=1267] ppid=1221 vsize=314904 CPUtime=0 cores=1,3
/proc/1251/task/1267/stat : 1267 (python) S 1221 1221 24378 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657264746 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 514 18446604457439762368 0 0 -1 3 0 0 0
[pid=1268] ppid=1221 vsize=314916 CPUtime=2.2 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 114 106 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 2854719213799440647 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=586292 CPUtime=778.58 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 432486 0 0 0 77774 84 0 0 25 0 1 0 657264747 600363008 117603 33554432000 4194304 4677096 140735089628944 18446744073709551615 4319352 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 146573 117603 394 118 0 141532 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 1583668

[startup+1242.3 s]
/proc/loadavg: 1.01 1.75 2.89 2/363 1379
/proc/meminfo: memFree=26512224/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=325160 CPUtime=6.81 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 20748 931 1 0 655 26 0 0 20 0 3 0 657224544 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1221/statm: 81290 13604 1878 364 0 17205 0
[pid=1251] ppid=1221 vsize=314904 CPUtime=1.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 1210 0 0 0 52 52 0 0 19 0 2 0 657225247 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1251/statm: 78726 12138 415 364 0 14644 0
[pid=1253] ppid=1251 vsize=42396 CPUtime=394.04 cores=1,3
/proc/1253/stat : 1253 (lingeling) T 1251 1253 1253 0 -1 4202496 15095 0 0 0 39403 1 0 0 25 0 1 0 657225247 43413504 9769 33554432000 4194304 4352236 140734988245728 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1253/statm: 10599 9769 129 39 0 9679 0
[pid=1251/tid=1267] ppid=1221 vsize=314904 CPUtime=0 cores=1,3
/proc/1251/task/1267/stat : 1267 (python) S 1221 1221 24378 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657264746 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 514 18446604457439762368 0 0 -1 3 0 0 0
[pid=1268] ppid=1221 vsize=314916 CPUtime=2.36 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 122 114 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 2854719213799440647 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=588856 CPUtime=838.54 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 451496 0 0 0 83765 89 0 0 25 0 1 0 657264747 602988544 117645 33554432000 4194304 4677096 140735089628944 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 147214 117645 394 118 0 142173 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1242.79
Current children cumulated vsize (KiB) 1586232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.62 2.78 2/363 1380
/proc/meminfo: memFree=26492600/32950928 swapFree=60199044/67111528
[pid=1221] ppid=1219 vsize=325160 CPUtime=6.81 cores=1,3
/proc/1221/stat : 1221 (python) S 1219 1221 24378 0 -1 4202496 20748 931 1 0 655 26 0 0 20 0 3 0 657224544 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1221/statm: 81290 13604 1878 364 0 17205 0
[pid=1251] ppid=1221 vsize=314904 CPUtime=1.04 cores=1,3
/proc/1251/stat : 1251 (python) S 1221 1221 24378 0 -1 4202560 1210 0 0 0 52 52 0 0 19 0 2 0 657225247 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/1251/statm: 78726 12138 415 364 0 14644 0
[pid=1253] ppid=1251 vsize=42396 CPUtime=394.04 cores=1,3
/proc/1253/stat : 1253 (lingeling) T 1251 1253 1253 0 -1 4202496 15095 0 0 0 39403 1 0 0 25 0 1 0 657225247 43413504 9769 33554432000 4194304 4352236 140734988245728 18446744073709551615 4278717 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/1253/statm: 10599 9769 129 39 0 9679 0
[pid=1251/tid=1267] ppid=1221 vsize=314904 CPUtime=0 cores=1,3
/proc/1251/task/1267/stat : 1267 (python) S 1221 1221 24378 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 657264746 322461696 12138 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 514 18446604457439762368 0 0 -1 3 0 0 0
[pid=1268] ppid=1221 vsize=314916 CPUtime=2.5 cores=1,3
/proc/1268/stat : 1268 (python) S 1221 1221 24378 0 -1 4202560 1015 0 0 0 129 121 0 0 15 0 1 0 657264747 322473984 12092 33554432000 4194304 5683644 140734121766336 18446744073709551615 268272709190 0 0 16781312 514 11405150556331671815 0 0 17 1 0 0 0
/proc/1268/statm: 78729 12092 370 364 0 14644 0
[pid=1270] ppid=1268 vsize=611060 CPUtime=896.19 cores=1,3
/proc/1270/stat : 1270 (cryptominisat-2) R 1268 1270 1270 0 -1 4202496 475957 0 0 0 89526 93 0 0 25 0 1 0 657264747 625725440 122481 33554432000 4194304 4677096 140735089628944 18446744073709551615 4454535 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1270/statm: 152765 122481 394 118 0 147724 0
[pid=1221/tid=1252] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1252/stat : 1252 (python) S 1219 1221 24378 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 3 0 657225247 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 1 0 0 0
[pid=1221/tid=1269] ppid=1219 vsize=325160 CPUtime=0 cores=1,3
/proc/1221/task/1269/stat : 1269 (python) S 1219 1221 24378 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 657264747 332963840 13604 33554432000 4194304 5683644 140734121766336 18446744073709551615 268284512689 0 0 16781312 2 18446604464027620416 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1300.58
Current children cumulated vsize (KiB) 1608436

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 1221 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=556003
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 6.82996
# while last known CPU time is 1300.58
#
# 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.58
CPU user time (s): 1297.65
CPU system time (s): 2.93
CPU usage (%): 100.042
Max. virtual memory (cumulated for all children) (KiB): 1608436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.556
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= 21679
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= 21094
involuntary context switches= 50

runsolver used 4.33134 second user time and 11.0863 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 12:44:17
IDJOB=3378055
IDBENCH=83119
IDSOLVER=1858
FILE ID=node122/3378055-1305456257
RUNJOBID= node122-1305456257-1186
PBS_JOBID= 13324864
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=678528432

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.75
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26985104 kB
Buffers:        305736 kB
Cached:        3907224 kB
SwapCached:      50104 kB
Active:        1655404 kB
Inactive:      4075592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26985104 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:          106184 kB
Writeback:           0 kB
AnonPages:     1478976 kB
Mapped:          20444 kB
Slab:           130956 kB
PageTables:      38892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79557992 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= 73424 MiB
End job on node122 at 2011-05-15 13:06:00