Trace number 4119918

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 NameAnswerobjective functionCPU timeWall clock time
Open-WBO-LSU PB16? 66.9548 67.9657

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
MD5SUM7eda093f8adbdb58a7a700ae4694aeb0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016 -- LSU
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4119918-1467268005.opb
0.00/0.00	c File size is 1969273 bytes.
66.42/67.43	c Sum of soft weights:           64
66.42/67.43	c |                                                                                                       |
66.42/67.43	c ========================================[ Problem Statistics ]===========================================
66.42/67.43	c |                                                                                                       |
66.42/67.43	c |  Problem Type:           Unweighted                                                                   |
66.42/67.43	c |  Number of variables:         45760                                                                   |
66.42/67.43	c |  Number of hard clauses:        714                                                                   |
66.42/67.43	c |  Number of soft clauses:         64                                                                   |
66.42/67.43	c |  Number of cardinality:         714                                                                   |
66.42/67.43	c |  Number of PB :                 130                                                                   |
66.42/67.43	c |  Parse time:                   0.24 s                                                                 |
66.42/67.43	c |                                                                                                       |
66.42/67.43	c ==========================================[ Solver Settings ]============================================
66.42/67.43	c |                                                                                                       |
66.42/67.43	c |  Algorithm:                LinearSU                                                                   |
66.42/67.43	c |  Cardinality Encoding:       Modulo Totalizer                                                         |
66.42/67.43	c |                                                                                                       |
66.42/67.43	c Error: Out of memory.
66.42/67.43	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4119918-1467268005/watcher-4119918-1467268005 -o /tmp/evaluation-result-4119918-1467268005/solver-4119918-1467268005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467267707-11961 --watchdog 1960 open-wbo-lsu HOME/instance-4119918-1467268005.opb 

pid=12360
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.04 1.93 3/176 12363
/proc/meminfo: memFree=28751344/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=4524 CPUtime=0 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 7906865 4632576 762 33554432000 4194304 6058637 140735279192672 140734326403032 5042435 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 1131 762 616 456 0 186 0

[startup+0.100167 s]
/proc/loadavg: 2.16 2.04 1.93 3/176 12363
/proc/meminfo: memFree=28751344/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=12452 CPUtime=0.09 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 2870 0 0 0 9 0 0 0 20 0 1 0 7906865 12750848 2745 33554432000 4194304 6058637 140735279192672 140735279190856 5039639 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3113 2745 616 456 0 2168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12452

[startup+0.200376 s]
/proc/loadavg: 2.16 2.04 1.93 3/176 12363
/proc/meminfo: memFree=28751344/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=13236 CPUtime=0.19 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 3060 0 0 0 19 0 0 0 20 0 1 0 7906865 13553664 2935 33554432000 4194304 6058637 140735279192672 140735279190856 5042435 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3309 2935 616 456 0 2364 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13236

[startup+0.300377 s]
/proc/loadavg: 2.16 2.04 1.93 3/176 12363
/proc/meminfo: memFree=28751344/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=30128 CPUtime=0.29 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 7008 0 0 0 29 0 0 0 20 0 1 0 7906865 30851072 6797 33554432000 4194304 6058637 140735279192672 140735279190856 4294662 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 7532 6799 162 456 0 7068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30128

[startup+0.700311 s]
/proc/loadavg: 2.16 2.04 1.93 3/176 12363
/proc/meminfo: memFree=28751344/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=109552 CPUtime=0.68 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 18599 0 0 0 66 2 0 0 20 0 1 0 7906865 112181248 24148 33554432000 4194304 6058637 140735279192672 140735279190856 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 27388 24148 162 456 0 26924 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 109552

[startup+1.50031 s]
/proc/loadavg: 2.16 2.04 1.93 3/177 12364
/proc/meminfo: memFree=28367004/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=259224 CPUtime=1.48 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 35370 0 0 0 141 7 0 0 20 0 1 0 7906865 265445376 58510 33554432000 4194304 6058637 140735279192672 140735279190392 5130283 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 64806 58511 162 456 0 64342 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 259224

[startup+3.10031 s]
/proc/loadavg: 2.15 2.04 1.93 3/177 12364
/proc/meminfo: memFree=27993036/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=631376 CPUtime=3.08 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 65320 0 0 0 293 15 0 0 20 0 1 0 7906865 646529024 128659 33554432000 4194304 6058637 140735279192672 140735279190392 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 157844 128659 162 456 0 157380 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 631376

[startup+6.30032 s]
/proc/loadavg: 2.15 2.04 1.93 3/177 12364
/proc/meminfo: memFree=26739428/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=1546912 CPUtime=6.29 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 129779 0 0 0 596 33 0 0 20 0 1 0 7906865 1584037888 280694 33554432000 4194304 6058637 140735279192672 140735279190664 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 386728 280695 162 456 0 386264 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1546912

[startup+12.7003 s]
/proc/loadavg: 2.14 2.04 1.93 3/177 12364
/proc/meminfo: memFree=24135008/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=2745668 CPUtime=12.68 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 262748 0 0 0 1203 65 0 0 20 0 1 0 7906865 2811564032 596090 33554432000 4194304 6058637 140735279192672 140735279190392 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 686417 596090 162 456 0 685953 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2745668

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 1.93 3/177 12364
/proc/meminfo: memFree=19165152/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=6483808 CPUtime=25.48 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 512854 0 0 0 2419 129 0 0 20 0 1 0 7906865 6639419392 1197455 33554432000 4194304 6058637 140735279192672 140735279190392 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 1620952 1197455 162 456 0 1620488 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6483808

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 1.93 3/177 12364
/proc/meminfo: memFree=9546492/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=11638264 CPUtime=51.08 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 1013310 0 0 0 4838 270 0 0 20 0 1 0 7906865 11917582336 2405973 33554432000 4194304 6058637 140735279192672 140735279190664 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 2909566 2405974 162 456 0 2909102 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11638264

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12363 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2004 s]
/proc/loadavg: 2.07 2.03 1.93 3/177 12364
/proc/meminfo: memFree=9546492/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=11642652 CPUtime=51.18 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 1014537 0 0 0 4848 270 0 0 20 0 1 0 7906865 11922075648 2410266 33554432000 4194304 6058637 140735279192672 140735279190664 4251816 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 2910663 2410266 162 456 0 2910199 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 11642652

[startup+57.6003 s]
/proc/loadavg: 2.06 2.03 1.93 3/177 12364
/proc/meminfo: memFree=7046432/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=12209896 CPUtime=57.58 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 1145970 0 0 0 5455 303 0 0 20 0 1 0 7906865 12502933504 2730258 33554432000 4194304 6058637 140735279192672 140735279190936 4294632 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3052474 2730263 162 456 0 3052010 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 12209896

[startup+64.0003 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 12411
/proc/meminfo: memFree=17548788/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=12713392 CPUtime=63.98 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 1262164 0 0 0 6071 327 0 0 20 0 1 0 7906865 13018513408 3017637 33554432000 4194304 6058637 140735279192672 140735279190664 5046461 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3178348 3017637 162 456 0 3177884 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 12713392

[startup+65.6003 s]
/proc/loadavg: 2.05 2.03 1.93 3/177 12411
/proc/meminfo: memFree=17126948/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=12898692 CPUtime=65.58 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202496 1301740 0 0 0 6223 335 0 0 20 0 1 0 7906865 13208260608 3104226 33554432000 4194304 6058637 140735279192672 140735279190664 5130736 0 0 4096 8404992 0 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3224715 3104244 162 456 0 3224251 0
Current children cumulated CPU time (s) 65.58
Current children cumulated vsize (KiB) 12898692

[startup+67.2073 s]
/proc/loadavg: 2.05 2.03 1.93 2/177 12411
/proc/meminfo: memFree=16368028/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=13030192 CPUtime=66.42 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) S 12360 12363 11473 0 -1 4202496 1319350 0 0 0 6302 340 0 0 20 0 1 0 7906865 13342916608 3145725 33554432000 4194304 6058637 140735279192672 140735279191896 5262704 0 0 4096 8404992 18446744071579460660 0 0 17 5 0 0 0 0 0
/proc/12363/statm: 3257548 3145725 211 456 0 3257084 0
Current children cumulated CPU time (s) 66.42
Current children cumulated vsize (KiB) 13030192

[startup+67.6003 s]
/proc/loadavg: 2.05 2.03 1.93 2/177 12411
/proc/meminfo: memFree=16368028/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=0 CPUtime=66.58 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202500 1319351 0 0 0 6302 356 0 0 20 0 1 0 7906865 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.58
Current children cumulated vsize (KiB) 0

[startup+67.8003 s]
/proc/loadavg: 2.05 2.03 1.93 2/177 12411
/proc/meminfo: memFree=16368028/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=0 CPUtime=66.78 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202500 1319351 0 0 0 6302 376 0 0 20 0 1 0 7906865 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.78
Current children cumulated vsize (KiB) 0

[startup+67.9003 s]
/proc/loadavg: 2.05 2.03 1.93 2/177 12411
/proc/meminfo: memFree=16368028/32872528 swapFree=242912/249044
[pid=12363] ppid=12360 vsize=0 CPUtime=66.88 cores=1,3,5,7
/proc/12363/stat : 12363 (open-wbo-lsu) R 12360 12363 11473 0 -1 4202500 1319351 0 0 0 6302 386 0 0 20 0 1 0 7906865 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12363/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.88
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 67.9657
CPU time (s): 66.9548
CPU user time (s): 63.0234
CPU system time (s): 3.9314
CPU usage (%): 98.5127
Max. virtual memory (cumulated for all children) (KiB): 13030192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.0234
system time used= 3.9314
maximum resident set size= 12582904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1319351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.19197 second user time and 0.297954 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 08:26:45
IDJOB=4119918
IDBENCH=111820
IDSOLVER=2545
FILE ID=node103/4119918-1467268005
RUNJOBID= node103-1467267707-11961
PBS_JOBID= 20004489
Free space on /tmp= 71708 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm100p-opt.opb.negationfix.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119918-1467268005/watcher-4119918-1467268005 -o /tmp/evaluation-result-4119918-1467268005/solver-4119918-1467268005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467267707-11961 --watchdog 1960  open-wbo-lsu HOME/instance-4119918-1467268005.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7eda093f8adbdb58a7a700ae4694aeb0
RANDOM SEED=214691877

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28753848 kB
Buffers:           97668 kB
Cached:          1624752 kB
SwapCached:            0 kB
Active:          2220300 kB
Inactive:         905780 kB
Active(anon):    1397920 kB
Inactive(anon):     8176 kB
Active(file):     822380 kB
Inactive(file):   897604 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13408 kB
Writeback:             0 kB
AnonPages:       1652252 kB
Mapped:            14624 kB
Shmem:               204 kB
Slab:             608172 kB
SReclaimable:      52096 kB
SUnreclaim:       556076 kB
KernelStack:        1472 kB
PageTables:         7376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2050348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node103 at 2016-06-30 08:27:53