Trace number 3484604

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.09 1200.33

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.49/0.88	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.49/0.88	c INFO: solving HOME/instance-3484604-1307750683.cnf
0.49/0.88	c INFO: computing task features
0.86/1.28	c INFO: computed variable-clause graph statistics
0.96/1.30	c INFO: computed clause balance statistics
2.76/3.43	c INFO: computed variable balance statistics
4.66/5.05	c INFO: computed small-clause counts
4.66/5.06	c INFO: computed Horn-clause counts
6.76/7.10	c INFO: computed variable graph statistics
6.76/7.10	c INFO: collected features for HOME/instance-3484604-1307750683.cnf in 6.20 s
6.76/7.10	c INFO: running lingeling-276@0 for 582 with 1193 remaining (b = 0.58)
593.40/593.78	c INFO: running cryptominisat-2.9.0@0 for 607 with 607 remaining (b = 0.52)

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

running on 2 cores: 1,3

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: 0.95 1.57 2.64 6/179 843
/proc/meminfo: memFree=31456964/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=11804 CPUtime=0 cores=1,3
/proc/843/stat : 843 (runsolver) R 841 843 31379 0 -1 4202560 47 0 0 0 0 0 0 0 21 0 1 0 886667978 12087296 55 33554432000 4194304 5436572 140736212126912 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/843/statm: 2951 55 36 304 0 2643 0

[startup+0.048482 s]
/proc/loadavg: 0.95 1.57 2.64 6/179 843
/proc/meminfo: memFree=31456964/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=23184 CPUtime=0.02 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 1326 0 0 0 2 0 0 0 17 0 1 0 886667978 23740416 1173 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/843/statm: 5796 1173 432 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23184

[startup+0.100569 s]
/proc/loadavg: 0.95 1.57 2.64 6/179 843
/proc/meminfo: memFree=31456964/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=85364 CPUtime=0.07 cores=1,3
/proc/843/stat : 843 (python) R 841 843 31379 0 -1 4202496 2595 0 0 0 4 3 0 0 17 0 1 0 886667978 87412736 2315 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080228197 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/843/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85364

[startup+0.300442 s]
/proc/loadavg: 0.95 1.57 2.64 6/179 843
/proc/meminfo: memFree=31456964/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=135752 CPUtime=0.21 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 5971 932 1 0 13 8 0 0 17 0 1 0 886667978 139010048 4149 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699953811 0 0 17 1 0 0 0
/proc/843/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135752

[startup+0.700358 s]
/proc/loadavg: 0.95 1.57 2.64 6/179 843
/proc/meminfo: memFree=31456964/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=226932 CPUtime=0.4 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 7731 932 1 0 20 20 0 0 16 0 1 0 886667978 232378368 5664 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080228197 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/843/statm: 56733 5664 1566 364 0 4271 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 226932

[startup+1.50021 s]
/proc/loadavg: 0.95 1.57 2.64 6/190 885
/proc/meminfo: memFree=31329544/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=306848 CPUtime=1.16 cores=1,3
/proc/843/stat : 843 (python) R 841 843 31379 0 -1 4202496 19652 932 1 0 89 27 0 0 16 0 1 0 886667978 314212352 14097 33554432000 4194304 5683644 140734297255952 18446744073709551615 4455748 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/843/statm: 76712 14097 1826 364 0 12636 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 306848

[startup+3.1009 s]
/proc/loadavg: 0.95 1.57 2.64 5/190 885
/proc/meminfo: memFree=31225824/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=306848 CPUtime=2.76 cores=1,3
/proc/843/stat : 843 (python) R 841 843 31379 0 -1 4202496 19652 932 1 0 249 27 0 0 19 0 1 0 886667978 314212352 14097 33554432000 4194304 5683644 140734297255952 18446744073709551615 208079890235 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/843/statm: 76712 14097 1826 364 0 12636 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 306848

[startup+6.30029 s]
/proc/loadavg: 1.27 1.62 2.66 5/193 888
/proc/meminfo: memFree=31218236/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=306848 CPUtime=5.96 cores=1,3
/proc/843/stat : 843 (python) R 841 843 31379 0 -1 4202496 19659 932 1 0 569 27 0 0 25 0 1 0 886667978 314212352 14104 33554432000 4194304 5683644 140734297255952 18446744073709551615 47928889419916 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/843/statm: 76712 14104 1833 364 0 12636 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 306848

[startup+12.7011 s]
/proc/loadavg: 1.49 1.66 2.66 5/196 891
/proc/meminfo: memFree=31200908/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 880 0 0 0 0 0 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 9049662398100635912 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=15980 CPUtime=5.55 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 5161 0 0 0 555 0 0 0 25 0 1 0 886668689 16363520 3166 33554432000 4194304 4352236 140734663712144 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/891/statm: 3995 3166 129 39 0 3075 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 635552

[startup+25.5006 s]
/proc/loadavg: 2.04 1.78 2.68 5/202 897
/proc/meminfo: memFree=31141856/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.01 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 886 0 0 0 0 1 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=16548 CPUtime=18.34 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 5304 0 0 0 1834 0 0 0 25 0 1 0 886668689 16945152 3308 33554432000 4194304 4352236 140734663712144 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/891/statm: 4137 3308 129 39 0 3217 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 636120

[startup+51.1007 s]
/proc/loadavg: 2.71 1.95 2.72 5/202 898
/proc/meminfo: memFree=31135328/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.05 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 897 0 0 0 2 3 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=19188 CPUtime=43.9 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 5964 0 0 0 4390 0 0 0 25 0 1 0 886668689 19648512 3968 33554432000 4194304 4352236 140734663712144 18446744073709551615 4277770 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/891/statm: 4797 3968 129 39 0 3877 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 638760

[startup+102.301 s]
/proc/loadavg: 3.49 2.28 2.79 5/202 899
/proc/meminfo: memFree=31121804/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.11 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 922 0 0 0 5 6 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=24300 CPUtime=95.05 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 8267 0 0 0 9505 0 0 0 25 0 1 0 886668689 24883200 5246 33554432000 4194304 4352236 140734663712144 18446744073709551615 4231147 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/891/statm: 6075 5246 129 39 0 5155 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 643872

[startup+162.301 s]
/proc/loadavg: 3.81 2.59 2.86 5/206 905
/proc/meminfo: memFree=30536072/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.19 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 941 0 0 0 9 10 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=27288 CPUtime=155 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 10038 0 0 0 15499 1 0 0 25 0 1 0 886668689 27942912 5993 33554432000 4194304 4352236 140734663712144 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/891/statm: 6822 5993 129 39 0 5902 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 646860

[startup+222.301 s]
/proc/loadavg: 3.93 2.85 2.93 5/206 906
/proc/meminfo: memFree=30496240/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.27 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 962 0 0 0 13 14 0 0 18 0 1 0 886668689 311975936 12095 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252431 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/889/statm: 76166 12095 376 364 0 12084 0
[pid=891] ppid=889 vsize=29404 CPUtime=214.94 cores=1,3
/proc/891/stat : 891 (lingeling) R 889 891 891 0 -1 4202496 10567 0 0 0 21493 1 0 0 25 0 1 0 886668689 30109696 6522 33554432000 4194304 4352236 140734663712144 18446744073709551615 4328991 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/891/statm: 7351 6522 129 39 0 6431 0
[pid=843/tid=890] ppid=841 vsize=314908 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 886668689 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 648976

[startup+282.301 s]
/proc/loadavg: 3.97 3.05 2.99 5/206 908
/proc/meminfo: memFree=30334144/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=314908 CPUtime=6.77 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 19954 932 1 0 650 27 0 0 25 0 2 0 886667978 322465792 13598 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 78727 13598 1875 364 0 14645 0
[pid=889] ppid=843 vsize=304664 CPUtime=0.36 cores=1,3

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

[pid=966] ppid=843 vsize=314920 CPUtime=0.48 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 26 22 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=441436 CPUtime=348.09 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 265210 0 0 0 34749 60 0 0 25 0 1 0 886727356 452030464 86213 33554432000 4194304 4677096 140734047906688 18446744073709551615 4320100 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 110359 86213 393 118 0 105318 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 1439592

[startup+1002.3 s]
/proc/loadavg: 4.02 3.92 3.53 5/214 984
/proc/meminfo: memFree=28929852/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=325164 CPUtime=6.78 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 20756 932 1 0 650 28 0 0 19 0 3 0 886667978 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 81291 13605 1878 364 0 17206 0
[pid=889] ppid=843 vsize=314908 CPUtime=0.76 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 1201 0 0 0 40 36 0 0 19 0 2 0 886668689 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/889/statm: 78727 12138 414 364 0 14645 0
[pid=891] ppid=889 vsize=43164 CPUtime=585.94 cores=1,3
/proc/891/stat : 891 (lingeling) T 889 891 891 0 -1 4202496 26807 0 0 0 58592 2 0 0 25 0 1 0 886668689 44199936 9962 33554432000 4194304 4352236 140734663712144 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/891/statm: 10791 9962 129 39 0 9871 0
[pid=889/tid=965] ppid=843 vsize=314908 CPUtime=0 cores=1,3
/proc/889/task/965/stat : 965 (python) S 843 843 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886727355 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 514 18446604467904633856 0 0 -1 3 0 0 0
[pid=966] ppid=843 vsize=314920 CPUtime=0.56 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 29 27 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=444152 CPUtime=408.03 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 293795 0 0 0 40731 72 0 0 25 0 1 0 886727356 454811648 87126 33554432000 4194304 4677096 140734047906688 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 111038 87126 393 118 0 105997 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 1442308

[startup+1062.3 s]
/proc/loadavg: 4.08 3.95 3.56 5/218 990
/proc/meminfo: memFree=28902844/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=325164 CPUtime=6.78 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 20756 932 1 0 650 28 0 0 19 0 3 0 886667978 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 81291 13605 1878 364 0 17206 0
[pid=889] ppid=843 vsize=314908 CPUtime=0.76 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 1201 0 0 0 40 36 0 0 19 0 2 0 886668689 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/889/statm: 78727 12138 414 364 0 14645 0
[pid=891] ppid=889 vsize=43164 CPUtime=585.94 cores=1,3
/proc/891/stat : 891 (lingeling) T 889 891 891 0 -1 4202496 26807 0 0 0 58592 2 0 0 25 0 1 0 886668689 44199936 9962 33554432000 4194304 4352236 140734663712144 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/891/statm: 10791 9962 129 39 0 9871 0
[pid=889/tid=965] ppid=843 vsize=314908 CPUtime=0 cores=1,3
/proc/889/task/965/stat : 965 (python) S 843 843 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886727355 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 514 18446604467904633856 0 0 -1 3 0 0 0
[pid=966] ppid=843 vsize=314920 CPUtime=0.65 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 34 31 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 4582861225888547080 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=460068 CPUtime=467.95 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 331873 0 0 0 46714 81 0 0 25 0 1 0 886727356 471109632 86023 33554432000 4194304 4677096 140734047906688 18446744073709551615 4462632 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 115017 86023 393 118 0 109976 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 1458224

[startup+1122.31 s]
/proc/loadavg: 4.03 3.96 3.58 5/218 991
/proc/meminfo: memFree=28865480/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=325164 CPUtime=6.78 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 20756 932 1 0 650 28 0 0 19 0 3 0 886667978 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 81291 13605 1878 364 0 17206 0
[pid=889] ppid=843 vsize=314908 CPUtime=0.76 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 1201 0 0 0 40 36 0 0 19 0 2 0 886668689 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/889/statm: 78727 12138 414 364 0 14645 0
[pid=891] ppid=889 vsize=43164 CPUtime=585.94 cores=1,3
/proc/891/stat : 891 (lingeling) T 889 891 891 0 -1 4202496 26807 0 0 0 58592 2 0 0 25 0 1 0 886668689 44199936 9962 33554432000 4194304 4352236 140734663712144 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/891/statm: 10791 9962 129 39 0 9871 0
[pid=889/tid=965] ppid=843 vsize=314908 CPUtime=0 cores=1,3
/proc/889/task/965/stat : 965 (python) S 843 843 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886727355 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 514 18446604467904633856 0 0 -1 3 0 0 0
[pid=966] ppid=843 vsize=314920 CPUtime=0.72 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 37 35 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=403660 CPUtime=527.88 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 360070 0 0 0 52702 86 0 0 25 0 1 0 886727356 413347840 90177 33554432000 4194304 4677096 140734047906688 18446744073709551615 208079929099 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 100915 90177 393 118 0 95874 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1401816

[startup+1182.3 s]
/proc/loadavg: 4.01 3.96 3.61 5/218 993
/proc/meminfo: memFree=28827012/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=325164 CPUtime=6.78 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 20756 932 1 0 650 28 0 0 19 0 3 0 886667978 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 81291 13605 1878 364 0 17206 0
[pid=889] ppid=843 vsize=314908 CPUtime=0.76 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 1201 0 0 0 40 36 0 0 19 0 2 0 886668689 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/889/statm: 78727 12138 414 364 0 14645 0
[pid=891] ppid=889 vsize=43164 CPUtime=585.94 cores=1,3
/proc/891/stat : 891 (lingeling) T 889 891 891 0 -1 4202496 26807 0 0 0 58592 2 0 0 25 0 1 0 886668689 44199936 9962 33554432000 4194304 4352236 140734663712144 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/891/statm: 10791 9962 129 39 0 9871 0
[pid=889/tid=965] ppid=843 vsize=314908 CPUtime=0 cores=1,3
/proc/889/task/965/stat : 965 (python) S 843 843 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886727355 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 514 18446604467904633856 0 0 -1 3 0 0 0
[pid=966] ppid=843 vsize=314920 CPUtime=0.8 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 41 39 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=403128 CPUtime=587.8 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 382902 0 0 0 58688 92 0 0 25 0 1 0 886727356 412803072 88978 33554432000 4194304 4677096 140734047906688 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 100782 88978 393 118 0 95741 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 1401284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 4.01 3.96 3.61 3/200 996
/proc/meminfo: memFree=30803328/32950928 swapFree=67055948/67111528
[pid=843] ppid=841 vsize=325164 CPUtime=6.78 cores=1,3
/proc/843/stat : 843 (python) S 841 843 31379 0 -1 4202496 20756 932 1 0 650 28 0 0 19 0 3 0 886667978 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/843/statm: 81291 13605 1878 364 0 17206 0
[pid=889] ppid=843 vsize=314908 CPUtime=0.76 cores=1,3
/proc/889/stat : 889 (python) S 843 843 31379 0 -1 4202560 1201 0 0 0 40 36 0 0 19 0 2 0 886668689 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/889/statm: 78727 12138 414 364 0 14645 0
[pid=891] ppid=889 vsize=43164 CPUtime=585.94 cores=1,3
/proc/891/stat : 891 (lingeling) T 889 891 891 0 -1 4202496 26807 0 0 0 58592 2 0 0 25 0 1 0 886668689 44199936 9962 33554432000 4194304 4352236 140734663712144 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/891/statm: 10791 9962 129 39 0 9871 0
[pid=889/tid=965] ppid=843 vsize=314908 CPUtime=0 cores=1,3
/proc/889/task/965/stat : 965 (python) S 843 843 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886727355 322465792 12138 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 514 18446604467904633856 0 0 -1 3 0 0 0
[pid=966] ppid=843 vsize=314920 CPUtime=0.83 cores=1,3
/proc/966/stat : 966 (python) S 843 843 31379 0 -1 4202560 999 0 0 0 43 40 0 0 15 0 1 0 886727356 322478080 12093 33554432000 4194304 5683644 140734297255952 18446744073709551615 208080252486 0 0 16781312 514 5576635015149617416 0 0 17 1 0 0 0
/proc/966/statm: 78730 12093 370 364 0 14645 0
[pid=968] ppid=966 vsize=484400 CPUtime=605.78 cores=1,3
/proc/968/stat : 968 (cryptominisat-2) R 966 968 968 0 -1 4202496 388709 0 0 0 60485 93 0 0 25 0 1 0 886727356 496025600 94785 33554432000 4194304 4677096 140734047906688 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/968/statm: 121100 94785 393 118 0 116059 0
[pid=843/tid=890] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/890/stat : 890 (python) S 841 843 31379 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 3 0 886668689 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
[pid=843/tid=967] ppid=841 vsize=325164 CPUtime=0 cores=1,3
/proc/843/task/967/stat : 967 (python) S 841 843 31379 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 886727356 332967936 13605 33554432000 4194304 5683644 140734297255952 18446744073709551615 208092055985 0 0 16781312 2 18446604470908291136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1482556

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 843 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=505011
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=285956
# CPU time returned by wait4() is 6.79097
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.33
CPU time (s): 1200.09
CPU user time (s): 1198.1
CPU system time (s): 1.99
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 1484136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.50501
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21688
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= 25642
involuntary context switches= 23

runsolver used 2.01169 second user time and 4.67929 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:04:43
IDJOB=3484604
IDBENCH=83119
IDSOLVER=1976
FILE ID=node127/3484604-1307750683
RUNJOBID= node127-1307750682-796
PBS_JOBID= 13550830
Free space on /tmp= 74084 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-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-3484604-1307750683/watcher-3484604-1307750683 -o /tmp/evaluation-result-3484604-1307750683/solver-3484604-1307750683 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484604-1307750683.cnf -seed 1175485182 -budget 1200

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1175485182

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31458136 kB
Buffers:        280544 kB
Cached:         991156 kB
SwapCached:       9372 kB
Active:         609260 kB
Inactive:       684716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31458136 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:          140816 kB
Writeback:           0 kB
AnonPages:       19496 kB
Mapped:          14244 kB
Slab:           134520 kB
PageTables:       5184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   214164 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= 73992 MiB
End job on node127 at 2011-06-11 02:24:45