Trace number 4084932

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1344.34

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084932-1465279796.opb
0.11/0.10	c reading problem ... 
0.65/0.37	c  objective function found
1800.06/1344.31	c starts		: 0
1800.06/1344.31	c conflicts		: 0
1800.06/1344.31	c decisions		: 0
1800.06/1344.31	c propagations		: 0
1800.06/1344.31	c inspects		: 0
1800.06/1344.31	c shortcuts		: 0
1800.06/1344.31	c learnt literals	: 0
1800.06/1344.31	c learnt binary clauses	: 0
1800.06/1344.31	c learnt ternary clauses	: 0
1800.06/1344.31	c learnt constraints	: 0
1800.06/1344.31	c ignored constraints	: 0
1800.06/1344.31	c root simplifications	: 0
1800.06/1344.31	c removed literals (reason simplification)	: 0
1800.06/1344.31	c reason swapping (by a shorter reason)	: 0
1800.06/1344.31	c Calls to reduceDB	: 0
1800.06/1344.31	c Number of update (reduction) of LBD	: 0
1800.06/1344.31	c Imported unit clauses	: 0
1800.06/1344.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1344.31	c number of learned constraints concerned by reduction	: 0
1800.06/1344.31	c number of learning phase by resolution	: 0
1800.06/1344.31	c number of learning phase by cutting planes	: 0
1800.06/1344.31	c speed (assignments/second)	: 0.0
1800.06/1344.31	c non guided choices	0
1800.06/1344.31	c learnt constraints type 
1800.06/1344.31	s UNKNOWN
1800.06/1344.31	c Total wall clock time (in seconds): 1344.211

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-4084932-1465279796/watcher-4084932-1465279796 -o /tmp/evaluation-result-4084932-1465279796/solver-4084932-1465279796 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084932-1465279796.opb 

pid=27303
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.00 2.05 2.03 2/197 27306
/proc/meminfo: memFree=28663356/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 109914253 98570240 978 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 24065 978 744 9 0 16771 0
[pid=27306/tid=27307] ppid=27303 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109914253 98570240 978 33554432000 1073741824 1073778376 140735228850544 139707481804328 206408861056 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.00 2.05 2.03 2/197 27306
/proc/meminfo: memFree=28663356/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 109914253 9787879424 6121 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 6121 2157 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 109914253 9787879424 6121 33554432000 1073741824 1073778376 140735228850544 139707481799192 206412244237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 2.00 2.05 2.03 2/197 27306
/proc/meminfo: memFree=28663356/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 4686 0 1 0 27 6 0 0 20 0 18 0 109914253 9787879424 86515 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 86515 2179 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) S 27303 27306 23284 0 -1 4202560 2495 0 1 0 9 4 0 0 20 0 18 0 109914253 9787879424 86515 33554432000 1073741824 1073778376 140735228850544 139707481808392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9558476

[startup+0.300415 s]
/proc/loadavg: 2.00 2.05 2.03 2/197 27306
/proc/meminfo: memFree=28663356/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 4815 0 1 0 57 8 0 0 20 0 18 0 109914253 9787879424 98908 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 98908 2186 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) S 27303 27306 23284 0 -1 4202560 2495 0 1 0 9 4 0 0 20 0 18 0 109914253 9787879424 98908 33554432000 1073741824 1073778376 140735228850544 139707481808392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 2.00 2.05 2.03 2/197 27306
/proc/meminfo: memFree=28663356/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 6190 0 1 0 133 10 0 0 20 0 18 0 109914253 9787879424 114609 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 114609 2256 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) S 27303 27306 23284 0 -1 4202560 2512 0 1 0 36 4 0 0 20 0 18 0 109914253 9787879424 114609 33554432000 1073741824 1073778376 140735228850544 139707481808232 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.00 2.05 2.03 3/215 27324
/proc/meminfo: memFree=28203456/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=2.44 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 6389 0 1 0 230 14 0 0 20 0 18 0 109914253 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 140536 2256 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 2544 0 1 0 107 5 0 0 20 0 18 0 109914253 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707481808136 206412244237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 31 0 0 0 14 0 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 20 0 0 0 13 0 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 74 0 0 0 10 3 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 56 0 0 0 10 2 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 66 0 0 0 9 2 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 22 0 0 0 9 0 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 18 0 109914254 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 313 0 0 0 7 0 0 0 20 0 18 0 109914255 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1077 0 0 0 8 0 0 0 20 0 18 0 109914257 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 890 0 0 0 7 0 0 0 20 0 18 0 109914257 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 140536 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 2.00 2.05 2.03 3/215 27324
/proc/meminfo: memFree=28014732/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=4.5 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 7939 0 1 0 422 28 0 0 20 0 18 0 109914253 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 196621 2258 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=2.28 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 2851 0 1 0 222 6 0 0 20 0 18 0 109914253 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707481808136 206412244237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 91 0 0 0 21 3 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 43 0 0 0 17 0 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 245 0 0 0 16 4 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 214 0 0 0 18 3 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 224 0 0 0 17 4 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 62 0 0 0 16 2 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 123 0 0 0 16 2 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 128 0 0 0 14 1 0 0 20 0 18 0 109914254 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 739 0 0 0 35 0 0 0 20 0 18 0 109914255 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1077 0 0 0 8 0 0 0 20 0 18 0 109914257 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 890 0 0 0 7 0 0 0 20 0 18 0 109914257 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 196621 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 2.00 2.05 2.03 3/215 27324
/proc/meminfo: memFree=27538376/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=9.29 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 10675 0 1 0 871 58 0 0 20 0 18 0 109914253 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 303574 2262 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=4.91 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 2973 0 1 0 483 8 0 0 20 0 18 0 109914253 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707481808152 139707317460748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 261 0 0 0 47 7 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 209 0 0 0 37 5 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 391 0 0 0 38 8 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 34 5 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 382 0 0 0 43 7 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 682 0 0 0 47 6 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 284 0 0 0 38 7 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 269 0 0 0 32 4 0 0 20 0 18 0 109914254 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 920 0 0 0 35 0 0 0 20 0 18 0 109914255 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 10 0 0 0 20 0 18 0 109914257 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 890 0 0 0 7 0 0 0 20 0 18 0 109914257 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 303574 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 11 0 0 0 20 0 18 0 109914257 9787879424 1044196 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 2128 0 0 0 25 0 0 0 20 0 18 0 109914257 9787879424 1044196 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1044196 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 69 0 0 0 27 31 0 0 20 0 18 0 109914257 9787879424 1044196 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1662.94
Current children cumulated vsize (KiB) 9558476

[startup+1302.3 s]
/proc/loadavg: 2.75 2.60 2.51 3/214 27358
/proc/meminfo: memFree=25540092/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=1743.64 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 49321 0 1 0 173749 615 0 0 20 0 18 0 109914253 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 1045216 2270 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=1138.34 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 6259 0 1 0 113781 53 0 0 20 0 18 0 109914253 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707481807120 139707489573975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=74.76 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 4003 0 0 0 7403 73 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=73.84 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 3970 0 0 0 7316 68 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=75.79 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 4195 0 0 0 7512 67 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=74.05 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 3559 0 0 0 7339 66 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=74.67 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 4286 0 0 0 7401 66 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=74.02 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 7297 0 0 0 7333 69 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=73.85 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 3690 0 0 0 7314 71 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=75.64 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 4128 0 0 0 7501 63 0 0 20 0 18 0 109914254 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=4.15 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 3402 0 0 0 401 14 0 0 20 0 18 0 109914255 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 11 0 0 0 20 0 18 0 109914257 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 2128 0 0 0 25 0 0 0 20 0 18 0 109914257 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0.6 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 72 0 0 0 28 32 0 0 20 0 18 0 109914257 9787879424 1045216 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1743.64
Current children cumulated vsize (KiB) 9558476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1344.31 s]
/proc/loadavg: 2.70 2.61 2.52 9/214 27358
/proc/meminfo: memFree=25706444/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=1800.06 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 49426 0 1 0 179378 628 0 0 20 0 18 0 109914253 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 1046251 2270 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=1175.11 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 6339 0 1 0 117457 54 0 0 20 0 18 0 109914253 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707481807240 139707489573978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=77.22 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 4004 0 0 0 7649 73 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=76.28 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 3974 0 0 0 7559 69 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=78.27 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 4201 0 0 0 7759 68 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=76.52 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 3562 0 0 0 7585 67 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=77.08 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 4289 0 0 0 7640 68 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=76.52 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 7299 0 0 0 7581 71 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=76.31 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 3692 0 0 0 7559 72 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=77.95 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 4128 0 0 0 7730 65 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=4.16 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 3404 0 0 0 402 14 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 11 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 2128 0 0 0 25 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 74 0 0 0 29 33 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9558476

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1344.31 s]
/proc/loadavg: 2.70 2.61 2.52 9/214 27358
/proc/meminfo: memFree=25706444/32872528 swapFree=8144/8144
[pid=27306] ppid=27303 vsize=9558476 CPUtime=1800.06 cores=1,3,5,7
/proc/27306/stat : 27306 (java) S 27303 27306 23284 0 -1 4202496 49426 0 1 0 179378 628 0 0 20 0 18 0 109914253 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 140735228841680 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27306/statm: 2389619 1046251 2270 9 0 2380296 0
[pid=27306/tid=27307] ppid=27303 vsize=9558476 CPUtime=1175.11 cores=1,3,5,7
/proc/27306/task/27307/stat : 27307 (java) R 27303 27306 23284 0 -1 4202560 6339 0 1 0 117457 54 0 0 20 0 18 0 109914253 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707481807240 139707489573978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27309] ppid=27303 vsize=9558476 CPUtime=77.22 cores=1,3,5,7
/proc/27306/task/27309/stat : 27309 (java) S 27303 27306 23284 0 -1 4202560 4004 0 0 0 7649 73 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707443301160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27310] ppid=27303 vsize=9558476 CPUtime=76.28 cores=1,3,5,7
/proc/27306/task/27310/stat : 27310 (java) S 27303 27306 23284 0 -1 4202560 3974 0 0 0 7559 69 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707442248360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27311] ppid=27303 vsize=9558476 CPUtime=78.27 cores=1,3,5,7
/proc/27306/task/27311/stat : 27311 (java) S 27303 27306 23284 0 -1 4202560 4201 0 0 0 7759 68 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707441196072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27312] ppid=27303 vsize=9558476 CPUtime=76.52 cores=1,3,5,7
/proc/27306/task/27312/stat : 27312 (java) S 27303 27306 23284 0 -1 4202560 3562 0 0 0 7585 67 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707440143272 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27313] ppid=27303 vsize=9558476 CPUtime=77.08 cores=1,3,5,7
/proc/27306/task/27313/stat : 27313 (java) S 27303 27306 23284 0 -1 4202560 4289 0 0 0 7640 68 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707439089960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27314] ppid=27303 vsize=9558476 CPUtime=76.52 cores=1,3,5,7
/proc/27306/task/27314/stat : 27314 (java) S 27303 27306 23284 0 -1 4202560 7299 0 0 0 7581 71 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707438037160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27315] ppid=27303 vsize=9558476 CPUtime=76.31 cores=1,3,5,7
/proc/27306/task/27315/stat : 27315 (java) S 27303 27306 23284 0 -1 4202560 3692 0 0 0 7559 72 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707436984872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27306/tid=27316] ppid=27303 vsize=9558476 CPUtime=77.95 cores=1,3,5,7
/proc/27306/task/27316/stat : 27316 (java) S 27303 27306 23284 0 -1 4202560 4128 0 0 0 7730 65 0 0 20 0 18 0 109914254 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707435932072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27317] ppid=27303 vsize=9558476 CPUtime=4.16 cores=1,3,5,7
/proc/27306/task/27317/stat : 27317 (java) S 27303 27306 23284 0 -1 4202560 3404 0 0 0 402 14 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707305597672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27306/tid=27318] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27318/stat : 27318 (java) S 27303 27306 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707304543736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27319] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27319/stat : 27319 (java) S 27303 27306 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109914255 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707303491336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27320] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27320/stat : 27320 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707302439824 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27321] ppid=27303 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27306/task/27321/stat : 27321 (java) S 27303 27306 23284 0 -1 4202560 1081 0 0 0 11 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139707301386424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27306/tid=27322] ppid=27303 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/27306/task/27322/stat : 27322 (java) S 27303 27306 23284 0 -1 4202560 2128 0 0 0 25 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706427762744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27323] ppid=27303 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27306/task/27323/stat : 27323 (java) S 27303 27306 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706426710648 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27306/tid=27324] ppid=27303 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/27306/task/27324/stat : 27324 (java) S 27303 27306 23284 0 -1 4202560 74 0 0 0 29 33 0 0 20 0 18 0 109914257 9787879424 1046251 33554432000 1073741824 1073778376 140735228850544 139706425658056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9558476

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27306 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=980881
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=678984
# CPU time returned by wait4() is 1796.66
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1344.34
CPU time (s): 1800.06
CPU user time (s): 1793.78
CPU system time (s): 6.28
CPU usage (%): 133.9
Max. virtual memory (cumulated for all children) (KiB): 9558476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.98
system time used= 6.67898
maximum resident set size= 4185124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49458
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138790
involuntary context switches= 2617899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.62369 second user time and 10.4444 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 08:10:22
IDJOB=4084932
IDBENCH=89882
IDSOLVER=2546
FILE ID=node133/4084932-1465279796
RUNJOBID= node133-1465257785-23301
PBS_JOBID= 19843288
Free space on /tmp= 70984 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084932-1465279796/watcher-4084932-1465279796 -o /tmp/evaluation-result-4084932-1465279796/solver-4084932-1465279796 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084932-1465279796.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=1519036512

node133.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		: 2667.065
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	: 5334.13
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		: 2667.065
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	: 7358.89
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		: 2667.065
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.55
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		: 2667.065
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		: 2667.065
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.55
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		: 2667.065
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		: 2667.065
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		: 2667.065
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28663628 kB
Buffers:           89104 kB
Cached:          1052760 kB
SwapCached:         2064 kB
Active:          3125756 kB
Inactive:         293968 kB
Active(anon):    2278836 kB
Inactive(anon):     1428 kB
Active(file):     846920 kB
Inactive(file):   292540 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:            780304 kB
Writeback:             0 kB
AnonPages:       2305744 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             627196 kB
SReclaimable:      67900 kB
SUnreclaim:       559296 kB
KernelStack:        1592 kB
PageTables:         8720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3276388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2260992 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= 70984 MiB
End job on node133 at 2016-06-07 08:32:46