Trace number 4099826

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 Res+CP PB16? (TO) 1800.21 879.468

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
MD5SUMec90eecae558bb98c83f0a39ee76567f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654958
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654958
Number of bits of the biggest sum of numbers20
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 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4099826-1466207022.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
4.43/1.97	c ... done. Wall clock time 1.869s.
4.43/1.98	c declared #vars     155000
4.43/1.98	c #constraints  5300
4.43/1.98	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.43/1.98	c constraints type 
4.43/1.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
4.43/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
4.43/1.98	c 5300 constraints processed.
4.43/1.98	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.43/1.98	c constraints type 
4.43/1.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34
4.43/1.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5266
4.43/1.98	c 5300 constraints processed.
4.43/1.98	c objective function length is 155000 literals
11.70/4.75	c cleaning 2501 clauses out of 5003 with flag 10006/5003
18.56/7.88	c cleaning 4245 clauses out of 8499 with flag 22000/11000
26.96/11.85	c cleaning 5622 clauses out of 11255 with flag 36003/18001
35.57/16.16	c cleaning 6811 clauses out of 13632 with flag 52007/26000
47.56/21.74	c cleaning 7899 clauses out of 15823 with flag 70011/35002
57.73/26.63	c cleaning 8953 clauses out of 17923 with flag 90009/45001
68.93/32.21	c cleaning 9973 clauses out of 19970 with flag 112009/56001
85.41/40.06	c cleaning 10988 clauses out of 22000 with flag 136020/68004
98.91/46.12	c cleaning 11993 clauses out of 24009 with flag 162016/81001
111.11/52.30	c cleaning 12991 clauses out of 26017 with flag 190027/95002
130.11/61.13	c cleaning 13995 clauses out of 28025 with flag 220043/110001
146.35/69.23	c cleaning 14997 clauses out of 30029 with flag 252050/126000
163.95/78.08	c cleaning 15999 clauses out of 32033 with flag 286070/143001
180.87/86.15	c cleaning 16996 clauses out of 34035 with flag 322072/161002
197.88/94.63	c cleaning 18002 clauses out of 36039 with flag 360072/180002
218.51/104.77	c cleaning 19001 clauses out of 38037 with flag 400072/200002
237.51/114.27	c cleaning 19999 clauses out of 40034 with flag 442068/221000
258.01/124.40	c cleaning 21001 clauses out of 42044 with flag 486129/243009
283.79/137.23	c cleaning 21992 clauses out of 44034 with flag 532344/266000
321.30/155.79	c cleaning 22993 clauses out of 46043 with flag 580596/290001
367.27/178.37	c cleaning 23998 clauses out of 48049 with flag 631037/315000
421.87/205.52	c cleaning 25001 clauses out of 50052 with flag 683320/341001
460.46/224.83	c cleaning 26005 clauses out of 52059 with flag 737457/368009
515.53/252.06	c cleaning 26994 clauses out of 54046 with flag 793804/396001
570.29/278.67	c cleaning 27995 clauses out of 56052 with flag 851943/425001
642.67/313.70	c cleaning 28998 clauses out of 58057 with flag 912118/455001
716.04/350.10	c cleaning 30001 clauses out of 60058 with flag 974370/486000
777.33/380.61	c cleaning 31002 clauses out of 62057 with flag 1038473/518000
848.25/415.05	c cleaning 32002 clauses out of 64056 with flag 1104645/551001
920.91/459.19	c cleaning 33003 clauses out of 66055 with flag 1172907/585002
1035.86/508.91	c cleaning 34000 clauses out of 68050 with flag 1243149/620000
1128.34/557.12	c cleaning 34994 clauses out of 70054 with flag 1315427/656004
1223.37/599.50	c cleaning 36002 clauses out of 72056 with flag 1389669/693000
1317.46/645.49	c cleaning 36997 clauses out of 74054 with flag 1465896/731000
1418.51/693.23	c cleaning 38002 clauses out of 76057 with flag 1544320/770000
1492.01/728.78	c cleaning 39004 clauses out of 78057 with flag 1624493/810002
1595.14/779.01	c cleaning 39990 clauses out of 80052 with flag 1706799/851001
1706.16/833.12	c cleaning 40999 clauses out of 82064 with flag 1791150/893003
1798.01/878.40	c cleaning 42007 clauses out of 84063 with flag 1877421/936001
1800.21/879.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.21/879.41	c starts		: 1
1800.21/879.41	c conflicts		: 937416
1800.21/879.41	c decisions		: 989546
1800.21/879.41	c propagations		: 24229524
1800.21/879.41	c inspects		: 5892393436
1800.21/879.41	c shortcuts		: 0
1800.21/879.41	c learnt literals	: 0
1800.21/879.41	c learnt binary clauses	: 0
1800.21/879.41	c learnt ternary clauses	: 0
1800.21/879.41	c learnt constraints	: 937416
1800.21/879.41	c ignored constraints	: 0
1800.21/879.41	c root simplifications	: 0
1800.21/879.41	c removed literals (reason simplification)	: 3837593
1800.21/879.41	c reason swapping (by a shorter reason)	: 0
1800.21/879.41	c Calls to reduceDB	: 39
1800.21/879.41	c Number of update (reduction) of LBD	: 276
1800.21/879.41	c Imported unit clauses	: 0
1800.21/879.41	c number of reductions to clauses (during analyze)	: 0
1800.21/879.41	c number of learned constraints concerned by reduction	: 0
1800.21/879.41	c number of learning phase by resolution	: 0
1800.21/879.41	c number of learning phase by cutting planes	: 0
1800.21/879.41	c speed (assignments/second)	: 27618.76015206005
1800.21/879.41	c non guided choices	36705
1800.21/879.44	c learnt constraints type 
1800.21/879.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43471
1800.21/879.44	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.21/879.44	c starts		: 2
1800.21/879.44	c conflicts		: 973
1800.21/879.44	c decisions		: 4948291
1800.21/879.44	c propagations		: 27464117
1800.21/879.44	c inspects		: 291640849
1800.21/879.44	c shortcuts		: 0
1800.21/879.44	c learnt literals	: 0
1800.21/879.44	c learnt binary clauses	: 0
1800.21/879.44	c learnt ternary clauses	: 0
1800.21/879.44	c learnt constraints	: 972
1800.21/879.44	c ignored constraints	: 0
1800.21/879.44	c root simplifications	: 0
1800.21/879.44	c removed literals (reason simplification)	: 0
1800.21/879.44	c reason swapping (by a shorter reason)	: 0
1800.21/879.44	c Calls to reduceDB	: 0
1800.21/879.44	c Number of update (reduction) of LBD	: 0
1800.21/879.44	c Imported unit clauses	: 0
1800.21/879.44	c number of reductions to clauses (during analyze)	: 0
1800.21/879.44	c number of learned constraints concerned by reduction	: 0
1800.21/879.44	c number of learning phase by resolution	: 0
1800.21/879.44	c number of learning phase by cutting planes	: 0
1800.21/879.44	c speed (assignments/second)	: 31305.024352934604
1800.21/879.44	c non guided choices	0
1800.21/879.44	c learnt constraints type 
1800.21/879.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.21/879.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 963
1800.21/879.44	s UNKNOWN
1800.21/879.44	c Total wall clock time (in seconds): 879.331

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-4099826-1466207022/watcher-4099826-1466207022 -o /tmp/evaluation-result-4099826-1466207022/solver-4099826-1466207022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15308 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099826-1466207022.opb 

pid=18013
running on 8 cores: 0-3,8-11

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: 4.11 3.76 2.38 3/279 18016
/proc/meminfo: memFree=31022464/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 1524 0 1 0 0 0 0 0 20 0 2 0 22746783 156246016 1128 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 38146 1128 864 9 0 29255 0
[pid=18016/tid=18017] ppid=18013 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) R 18013 18016 15292 0 -1 4202560 302 0 1 0 0 0 0 0 20 0 2 0 22746783 156246016 1128 33554432000 1073741824 1073778376 140734766416416 140070676273456 140070680285216 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.11 3.76 2.38 3/279 18016
/proc/meminfo: memFree=31022464/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 4542 0 1 0 9 2 0 0 20 0 23 0 22746783 10133950464 6166 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2474109 6166 2156 9 0 2464786 0
[pid=18016/tid=18017] ppid=18013 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) R 18013 18016 15292 0 -1 4202560 2412 0 1 0 7 0 0 0 20 0 23 0 22746783 10133950464 6166 33554432000 1073741824 1073778376 140734766416416 140070676269984 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200277 s]
/proc/loadavg: 4.11 3.76 2.38 3/279 18016
/proc/meminfo: memFree=31022464/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=9896436 CPUtime=0.31 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 5066 0 1 0 29 2 0 0 20 0 23 0 22746783 10133950464 8978 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2474109 8978 2223 9 0 2464786 0
[pid=18016/tid=18017] ppid=18013 vsize=9896436 CPUtime=0.18 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) R 18013 18016 15292 0 -1 4202560 2432 0 1 0 16 2 0 0 20 0 23 0 22746783 10133950464 8978 33554432000 1073741824 1073778376 140734766416416 140070676269984 140070510213619 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9896436

[startup+0.30037 s]
/proc/loadavg: 4.11 3.76 2.38 3/279 18016
/proc/meminfo: memFree=31022464/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=9896436 CPUtime=0.47 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 5529 0 1 0 44 3 0 0 20 0 23 0 22746783 10133950464 15854 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2474109 15854 2232 9 0 2464786 0
[pid=18016/tid=18017] ppid=18013 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) R 18013 18016 15292 0 -1 4202560 2445 0 1 0 25 2 0 0 20 0 23 0 22746783 10133950464 15854 33554432000 1073741824 1073778376 140734766416416 140070676269984 140070510543088 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9896436

[startup+0.700334 s]
/proc/loadavg: 4.11 3.76 2.38 3/279 18016
/proc/meminfo: memFree=31022464/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=9896436 CPUtime=1.45 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 7902 0 1 0 127 18 0 0 20 0 23 0 22746783 10133950464 48841 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2474109 48841 2269 9 0 2464786 0
[pid=18016/tid=18017] ppid=18013 vsize=9896436 CPUtime=0.62 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) R 18013 18016 15292 0 -1 4202560 2502 0 1 0 59 3 0 0 20 0 23 0 22746783 10133950464 48841 33554432000 1073741824 1073778376 140734766416416 140070676268968 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9896436

[startup+1.50094 s]
/proc/loadavg: 4.11 3.76 2.38 3/302 18039
/proc/meminfo: memFree=30636544/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=9896436 CPUtime=3.38 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 8842 0 1 0 258 80 0 0 20 0 23 0 22746783 10133950464 105988 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2474109 106500 2269 9 0 2464786 0
[pid=18016/tid=18017] ppid=18013 vsize=9896436 CPUtime=1.25 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) S 18013 18016 15292 0 -1 4202560 2555 0 1 0 121 4 0 0 20 0 23 0 22746783 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070676269416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18019] ppid=18013 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/18016/task/18019/stat : 18019 (java) R 18013 18016 15292 0 -1 4202560 48 0 0 0 6 5 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070637763624 140070678742729 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18020] ppid=18013 vsize=9896436 CPUtime=0.13 cores=0-3,8-11
/proc/18016/task/18020/stat : 18020 (java) R 18013 18016 15292 0 -1 4202560 154 0 0 0 6 7 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070636711000 140070678742713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18021] ppid=18013 vsize=9896436 CPUtime=0.14 cores=0-3,8-11
/proc/18016/task/18021/stat : 18021 (java) R 18013 18016 15292 0 -1 4202560 105 0 0 0 7 7 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070635658024 140070678742721 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18022] ppid=18013 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/18016/task/18022/stat : 18022 (java) R 18013 18016 15292 0 -1 4202560 38 0 0 0 3 4 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070634605104 140070683167660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18023] ppid=18013 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/18016/task/18023/stat : 18023 (java) R 18013 18016 15292 0 -1 4202560 90 0 0 0 4 6 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070633552600 140070678742713 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18024] ppid=18013 vsize=9896436 CPUtime=0.17 cores=0-3,8-11
/proc/18016/task/18024/stat : 18024 (java) R 18013 18016 15292 0 -1 4202560 103 0 0 0 8 9 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070632499624 140070678742713 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18025] ppid=18013 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/18016/task/18025/stat : 18025 (java) R 18013 18016 15292 0 -1 4202560 31 0 0 0 3 4 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070631447000 140070678742721 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18026] ppid=18013 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/18016/task/18026/stat : 18026 (java) R 18013 18016 15292 0 -1 4202560 67 0 0 0 3 4 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070630394200 140070683170002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18027] ppid=18013 vsize=9896436 CPUtime=0.12 cores=0-3,8-11
/proc/18016/task/18027/stat : 18027 (java) R 18013 18016 15292 0 -1 4202560 157 0 0 0 6 6 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070629342424 140070679549852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18028] ppid=18013 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/18016/task/18028/stat : 18028 (java) R 18013 18016 15292 0 -1 4202560 39 0 0 0 4 5 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070510128216 140070678742713 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18029] ppid=18013 vsize=9896436 CPUtime=0.11 cores=0-3,8-11
/proc/18016/task/18029/stat : 18029 (java) R 18013 18016 15292 0 -1 4202560 76 0 0 0 5 6 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070509075416 140070678742729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18030] ppid=18013 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/18016/task/18030/stat : 18030 (java) R 18013 18016 15292 0 -1 4202560 37 0 0 0 4 5 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070508022616 140070678742721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18031] ppid=18013 vsize=9896436 CPUtime=0.17 cores=0-3,8-11
/proc/18016/task/18031/stat : 18031 (java) R 18013 18016 15292 0 -1 4202560 100 0 0 0 9 8 0 0 20 0 23 0 22746784 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070506969816 140070678742721 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18032] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18032/stat : 18032 (java) S 18013 18016 15292 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 23 0 22746785 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070019376392 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18033] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18033/stat : 18033 (java) S 18013 18016 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22746786 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070018323576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18034] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18034/stat : 18034 (java) S 18013 18016 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 23 0 22746786 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070017270664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18035] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18035/stat : 18035 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746788 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070016220176 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18036] ppid=18013 vsize=9896436 CPUtime=0.2 cores=0-3,8-11
/proc/18016/task/18036/stat : 18036 (java) S 18013 18016 15292 0 -1 4202560 1385 0 0 0 20 0 0 0 20 0 23 0 22746788 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070015167288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18037] ppid=18013 vsize=9896436 CPUtime=0.25 cores=0-3,8-11
/proc/18016/task/18037/stat : 18037 (java) S 18013 18016 15292 0 -1 4202560 2539 0 0 0 25 0 0 0 20 0 23 0 22746788 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070014114488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18038] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18038/stat : 18038 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746788 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070013061880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18039] ppid=18013 vsize=9896436 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18039/stat : 18039 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746788 10133950464 106500 33554432000 1073741824 1073778376 140734766416416 140070012009288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 9896436

[startup+3.1017 s]
/proc/loadavg: 4.11 3.76 2.38 15/306 18043
/proc/meminfo: memFree=30155968/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=10162692 CPUtime=7.96 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 21418 0 1 0 695 101 0 0 20 0 27 0 22746783 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2540673 119488 2284 9 0 2531350 0
[pid=18016/tid=18017] ppid=18013 vsize=10162692 CPUtime=1.67 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) S 18013 18016 15292 0 -1 4202560 2564 0 1 0 162 5 0 0 20 0 27 0 22746783 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070676271992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18019] ppid=18013 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/18016/task/18019/stat : 18019 (java) S 18013 18016 15292 0 -1 4202560 69 0 0 0 11 7 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070637763624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18020] ppid=18013 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/18016/task/18020/stat : 18020 (java) S 18013 18016 15292 0 -1 4202560 173 0 0 0 10 8 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070636710824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18021] ppid=18013 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/18016/task/18021/stat : 18021 (java) S 18013 18016 15292 0 -1 4202560 118 0 0 0 11 9 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070635658024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18022] ppid=18013 vsize=10162692 CPUtime=0.11 cores=0-3,8-11
/proc/18016/task/18022/stat : 18022 (java) S 18013 18016 15292 0 -1 4202560 46 0 0 0 6 5 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070634605224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18023] ppid=18013 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/18016/task/18023/stat : 18023 (java) S 18013 18016 15292 0 -1 4202560 100 0 0 0 6 7 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070633552424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18024] ppid=18013 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/18016/task/18024/stat : 18024 (java) S 18013 18016 15292 0 -1 4202560 123 0 0 0 13 11 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070632499624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18025] ppid=18013 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/18016/task/18025/stat : 18025 (java) S 18013 18016 15292 0 -1 4202560 37 0 0 0 5 5 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070631446824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18026] ppid=18013 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/18016/task/18026/stat : 18026 (java) S 18013 18016 15292 0 -1 4202560 75 0 0 0 5 4 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070630394024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18027] ppid=18013 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/18016/task/18027/stat : 18027 (java) S 18013 18016 15292 0 -1 4202560 194 0 0 0 8 8 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070629342248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18028] ppid=18013 vsize=10162692 CPUtime=0.12 cores=0-3,8-11
/proc/18016/task/18028/stat : 18028 (java) S 18013 18016 15292 0 -1 4202560 51 0 0 0 7 5 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070510128040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18029] ppid=18013 vsize=10162692 CPUtime=0.15 cores=0-3,8-11
/proc/18016/task/18029/stat : 18029 (java) S 18013 18016 15292 0 -1 4202560 86 0 0 0 8 7 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070509075240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18030] ppid=18013 vsize=10162692 CPUtime=0.13 cores=0-3,8-11
/proc/18016/task/18030/stat : 18030 (java) S 18013 18016 15292 0 -1 4202560 49 0 0 0 6 7 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070508022440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18031] ppid=18013 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/18016/task/18031/stat : 18031 (java) S 18013 18016 15292 0 -1 4202560 121 0 0 0 13 11 0 0 20 0 27 0 22746784 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070506969640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18032] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18032/stat : 18032 (java) S 18013 18016 15292 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 27 0 22746785 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070019377512 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18033] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18033/stat : 18033 (java) S 18013 18016 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070018323576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18034] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18034/stat : 18034 (java) S 18013 18016 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070017270664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18035] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18035/stat : 18035 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070016220176 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18036] ppid=18013 vsize=10162692 CPUtime=0.86 cores=0-3,8-11
/proc/18016/task/18036/stat : 18036 (java) S 18013 18016 15292 0 -1 4202560 8080 0 0 0 84 2 0 0 20 0 27 0 22746788 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070015167288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18037] ppid=18013 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/18016/task/18037/stat : 18037 (java) S 18013 18016 15292 0 -1 4202560 8022 0 0 0 93 1 0 0 20 0 27 0 22746788 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070014114488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18038] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18038/stat : 18038 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070013061880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18039] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18039/stat : 18039 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070012009288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18040] ppid=18013 vsize=10162692 CPUtime=1.1 cores=0-3,8-11
/proc/18016/task/18040/stat : 18040 (java) R 18013 18016 15292 0 -1 4202560 16 0 0 0 110 0 0 0 20 0 27 0 22746981 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070010954424 140070511149535 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18041] ppid=18013 vsize=10162692 CPUtime=1.1 cores=0-3,8-11
/proc/18016/task/18041/stat : 18041 (java) R 18013 18016 15292 0 -1 4202560 30 0 0 0 110 0 0 0 20 0 27 0 22746981 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070009900920 140070511181047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18042] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18042/stat : 18042 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070008849192 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18043] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18043/stat : 18043 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 119488 33554432000 1073741824 1073778376 140734766416416 140070007797416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 10162692

[startup+6.30114 s]
/proc/loadavg: 4.10 3.77 2.39 4/307 18044
/proc/meminfo: memFree=29393988/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=10162692 CPUtime=15.43 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 22511 0 1 0 1393 150 0 0 20 0 27 0 22746783 10406596608 206609 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2540673 206609 2289 9 0 2531350 0
[pid=18016/tid=18017] ppid=18013 vsize=10162692 CPUtime=1.67 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) S 18013 18016 15292 0 -1 4202560 2565 0 1 0 162 5 0 0 20 0 27 0 22746783 10406596608 206609 33554432000 1073741824 1073778376 140734766416416 140070676271992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18019] ppid=18013 vsize=10162692 CPUtime=0.25 cores=0-3,8-11
/proc/18016/task/18019/stat : 18019 (java) S 18013 18016 15292 0 -1 4202560 95 0 0 0 15 10 0 0 20 0 27 0 22746784 10406596608 206609 33554432000 1073741824 1073778376 140734766416416 140070637763624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18020] ppid=18013 vsize=10162692 CPUtime=0.26 cores=0-3,8-11

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

[pid=18016/tid=18037] ppid=18013 vsize=10162692 CPUtime=1.34 cores=0-3,8-11
/proc/18016/task/18037/stat : 18037 (java) S 18013 18016 15292 0 -1 4202560 8070 0 0 0 133 1 0 0 20 0 27 0 22746788 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070014114488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18038] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18038/stat : 18038 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070013061880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18039] ppid=18013 vsize=10162692 CPUtime=0.19 cores=0-3,8-11
/proc/18016/task/18039/stat : 18039 (java) S 18013 18016 15292 0 -1 4202560 44 0 0 0 9 10 0 0 20 0 27 0 22746788 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070012009288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18040] ppid=18013 vsize=10162692 CPUtime=744.49 cores=0-3,8-11
/proc/18016/task/18040/stat : 18040 (java) R 18013 18016 15292 0 -1 4202560 306 0 0 0 74436 13 0 0 20 0 27 0 22746981 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070010952288 140070510609664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18041] ppid=18013 vsize=10162692 CPUtime=744.45 cores=0-3,8-11
/proc/18016/task/18041/stat : 18041 (java) R 18013 18016 15292 0 -1 4202560 1347 0 0 0 74413 32 0 0 20 0 27 0 22746981 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070009900272 140070511115390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18042] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18042/stat : 18042 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070008849192 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18043] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18043/stat : 18043 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1037120 33554432000 1073741824 1073778376 140734766416416 140070007797416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1560.45
Current children cumulated vsize (KiB) 10162692

[startup+822.311 s]
/proc/loadavg: 3.49 3.58 3.20 5/311 18067
/proc/meminfo: memFree=23187696/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=10162692 CPUtime=1683.69 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 37745 0 1 0 167206 1163 0 0 20 0 27 0 22746783 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2540673 1037374 2298 9 0 2531350 0
[pid=18016/tid=18017] ppid=18013 vsize=10162692 CPUtime=1.69 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) S 18013 18016 15292 0 -1 4202560 2592 0 1 0 163 6 0 0 20 0 27 0 22746783 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070676271992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18019] ppid=18013 vsize=10162692 CPUtime=5.03 cores=0-3,8-11
/proc/18016/task/18019/stat : 18019 (java) S 18013 18016 15292 0 -1 4202560 956 0 0 0 397 106 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070637763624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18020] ppid=18013 vsize=10162692 CPUtime=4.95 cores=0-3,8-11
/proc/18016/task/18020/stat : 18020 (java) S 18013 18016 15292 0 -1 4202560 1047 0 0 0 409 86 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070636710824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18021] ppid=18013 vsize=10162692 CPUtime=4.95 cores=0-3,8-11
/proc/18016/task/18021/stat : 18021 (java) S 18013 18016 15292 0 -1 4202560 1112 0 0 0 402 93 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070635658024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18022] ppid=18013 vsize=10162692 CPUtime=4.44 cores=0-3,8-11
/proc/18016/task/18022/stat : 18022 (java) S 18013 18016 15292 0 -1 4202560 912 0 0 0 356 88 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070634605224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18023] ppid=18013 vsize=10162692 CPUtime=4.35 cores=0-3,8-11
/proc/18016/task/18023/stat : 18023 (java) S 18013 18016 15292 0 -1 4202560 862 0 0 0 358 77 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070633552424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18024] ppid=18013 vsize=10162692 CPUtime=5.22 cores=0-3,8-11
/proc/18016/task/18024/stat : 18024 (java) S 18013 18016 15292 0 -1 4202560 981 0 0 0 420 102 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070632499624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18025] ppid=18013 vsize=10162692 CPUtime=4.34 cores=0-3,8-11
/proc/18016/task/18025/stat : 18025 (java) S 18013 18016 15292 0 -1 4202560 818 0 0 0 362 72 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070631446824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18026] ppid=18013 vsize=10162692 CPUtime=4.91 cores=0-3,8-11
/proc/18016/task/18026/stat : 18026 (java) S 18013 18016 15292 0 -1 4202560 1009 0 0 0 391 100 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070630394024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18027] ppid=18013 vsize=10162692 CPUtime=4.46 cores=0-3,8-11
/proc/18016/task/18027/stat : 18027 (java) S 18013 18016 15292 0 -1 4202560 935 0 0 0 367 79 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070629342248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18028] ppid=18013 vsize=10162692 CPUtime=4.79 cores=0-3,8-11
/proc/18016/task/18028/stat : 18028 (java) S 18013 18016 15292 0 -1 4202560 981 0 0 0 396 83 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070510128040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18029] ppid=18013 vsize=10162692 CPUtime=4.37 cores=0-3,8-11
/proc/18016/task/18029/stat : 18029 (java) S 18013 18016 15292 0 -1 4202560 815 0 0 0 365 72 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070509075240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18030] ppid=18013 vsize=10162692 CPUtime=4.71 cores=0-3,8-11
/proc/18016/task/18030/stat : 18030 (java) S 18013 18016 15292 0 -1 4202560 839 0 0 0 399 72 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070508022440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18031] ppid=18013 vsize=10162692 CPUtime=4.01 cores=0-3,8-11
/proc/18016/task/18031/stat : 18031 (java) S 18013 18016 15292 0 -1 4202560 841 0 0 0 325 76 0 0 20 0 27 0 22746784 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070506969640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18032] ppid=18013 vsize=10162692 CPUtime=6.7 cores=0-3,8-11
/proc/18016/task/18032/stat : 18032 (java) S 18013 18016 15292 0 -1 4202560 3052 0 0 0 664 6 0 0 20 0 27 0 22746785 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070019377512 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18033] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18033/stat : 18033 (java) S 18013 18016 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070018323576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18034] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18034/stat : 18034 (java) S 18013 18016 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070017270664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18035] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18035/stat : 18035 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070016220176 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18036] ppid=18013 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/18016/task/18036/stat : 18036 (java) S 18013 18016 15292 0 -1 4202560 8955 0 0 0 127 2 0 0 20 0 27 0 22746788 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070015167288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18037] ppid=18013 vsize=10162692 CPUtime=1.34 cores=0-3,8-11
/proc/18016/task/18037/stat : 18037 (java) S 18013 18016 15292 0 -1 4202560 8070 0 0 0 133 1 0 0 20 0 27 0 22746788 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070014114488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18038] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18038/stat : 18038 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070013061880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18039] ppid=18013 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/18016/task/18039/stat : 18039 (java) S 18013 18016 15292 0 -1 4202560 46 0 0 0 11 12 0 0 20 0 27 0 22746788 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070012009288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18040] ppid=18013 vsize=10162692 CPUtime=803.77 cores=0-3,8-11
/proc/18016/task/18040/stat : 18040 (java) R 18013 18016 15292 0 -1 4202560 307 0 0 0 80363 14 0 0 20 0 27 0 22746981 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070010952288 140070511037080 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18041] ppid=18013 vsize=10162692 CPUtime=803.73 cores=0-3,8-11
/proc/18016/task/18041/stat : 18041 (java) R 18013 18016 15292 0 -1 4202560 1350 0 0 0 80340 33 0 0 20 0 27 0 22746981 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070009900352 140070511116311 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18042] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18042/stat : 18042 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070008849192 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18043] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18043/stat : 18043 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1037374 33554432000 1073741824 1073778376 140734766416416 140070007797416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1683.69
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+879.401 s]
/proc/loadavg: 3.82 3.66 3.25 5/311 18215
/proc/meminfo: memFree=26926092/32872528 swapFree=7804/7804
[pid=18016] ppid=18013 vsize=10162692 CPUtime=1800.21 cores=0-3,8-11
/proc/18016/stat : 18016 (java) S 18013 18016 15292 0 -1 4202496 38527 0 1 0 178795 1226 0 0 20 0 27 0 22746783 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140734766407552 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/18016/statm: 2540673 1063350 2298 9 0 2531350 0
[pid=18016/tid=18017] ppid=18013 vsize=10162692 CPUtime=1.69 cores=0-3,8-11
/proc/18016/task/18017/stat : 18017 (java) S 18013 18016 15292 0 -1 4202560 2593 0 1 0 163 6 0 0 20 0 27 0 22746783 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070676271992 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18019] ppid=18013 vsize=10162692 CPUtime=5.2 cores=0-3,8-11
/proc/18016/task/18019/stat : 18019 (java) S 18013 18016 15292 0 -1 4202560 978 0 0 0 410 110 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070637763624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18020] ppid=18013 vsize=10162692 CPUtime=5.34 cores=0-3,8-11
/proc/18016/task/18020/stat : 18020 (java) S 18013 18016 15292 0 -1 4202560 1146 0 0 0 440 94 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070636710824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18021] ppid=18013 vsize=10162692 CPUtime=5.27 cores=0-3,8-11
/proc/18016/task/18021/stat : 18021 (java) S 18013 18016 15292 0 -1 4202560 1189 0 0 0 427 100 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070635658024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18022] ppid=18013 vsize=10162692 CPUtime=4.61 cores=0-3,8-11
/proc/18016/task/18022/stat : 18022 (java) S 18013 18016 15292 0 -1 4202560 970 0 0 0 370 91 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070634605224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18023] ppid=18013 vsize=10162692 CPUtime=4.62 cores=0-3,8-11
/proc/18016/task/18023/stat : 18023 (java) S 18013 18016 15292 0 -1 4202560 909 0 0 0 381 81 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070633552424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18024] ppid=18013 vsize=10162692 CPUtime=5.42 cores=0-3,8-11
/proc/18016/task/18024/stat : 18024 (java) S 18013 18016 15292 0 -1 4202560 1040 0 0 0 436 106 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070632499624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18025] ppid=18013 vsize=10162692 CPUtime=4.66 cores=0-3,8-11
/proc/18016/task/18025/stat : 18025 (java) S 18013 18016 15292 0 -1 4202560 897 0 0 0 386 80 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070631446824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18026] ppid=18013 vsize=10162692 CPUtime=5.18 cores=0-3,8-11
/proc/18016/task/18026/stat : 18026 (java) S 18013 18016 15292 0 -1 4202560 1071 0 0 0 414 104 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070630394024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18027] ppid=18013 vsize=10162692 CPUtime=4.64 cores=0-3,8-11
/proc/18016/task/18027/stat : 18027 (java) S 18013 18016 15292 0 -1 4202560 962 0 0 0 381 83 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070629342248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18028] ppid=18013 vsize=10162692 CPUtime=5.05 cores=0-3,8-11
/proc/18016/task/18028/stat : 18028 (java) S 18013 18016 15292 0 -1 4202560 1006 0 0 0 417 88 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070510128040 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18029] ppid=18013 vsize=10162692 CPUtime=4.57 cores=0-3,8-11
/proc/18016/task/18029/stat : 18029 (java) S 18013 18016 15292 0 -1 4202560 875 0 0 0 382 75 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070509075240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18030] ppid=18013 vsize=10162692 CPUtime=4.89 cores=0-3,8-11
/proc/18016/task/18030/stat : 18030 (java) S 18013 18016 15292 0 -1 4202560 902 0 0 0 415 74 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070508022440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18016/tid=18031] ppid=18013 vsize=10162692 CPUtime=4.19 cores=0-3,8-11
/proc/18016/task/18031/stat : 18031 (java) S 18013 18016 15292 0 -1 4202560 910 0 0 0 340 79 0 0 20 0 27 0 22746784 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070506969640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=18016/tid=18032] ppid=18013 vsize=10162692 CPUtime=6.7 cores=0-3,8-11
/proc/18016/task/18032/stat : 18032 (java) S 18013 18016 15292 0 -1 4202560 3081 0 0 0 664 6 0 0 20 0 27 0 22746785 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070019377512 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18033] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18033/stat : 18033 (java) S 18013 18016 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070018323576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18034] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18034/stat : 18034 (java) S 18013 18016 15292 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 22746786 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070017270664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18035] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18035/stat : 18035 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070016220176 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=18016/tid=18036] ppid=18013 vsize=10162692 CPUtime=1.29 cores=0-3,8-11
/proc/18016/task/18036/stat : 18036 (java) S 18013 18016 15292 0 -1 4202560 8955 0 0 0 127 2 0 0 20 0 27 0 22746788 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070015167288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18037] ppid=18013 vsize=10162692 CPUtime=1.34 cores=0-3,8-11
/proc/18016/task/18037/stat : 18037 (java) S 18013 18016 15292 0 -1 4202560 8070 0 0 0 133 1 0 0 20 0 27 0 22746788 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070014114488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18016/tid=18038] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18038/stat : 18038 (java) S 18013 18016 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746788 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070013061880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18039] ppid=18013 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/18016/task/18039/stat : 18039 (java) S 18013 18016 15292 0 -1 4202560 50 0 0 0 12 12 0 0 20 0 27 0 22746788 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070012009288 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18016/tid=18040] ppid=18013 vsize=10162692 CPUtime=860.32 cores=0-3,8-11
/proc/18016/task/18040/stat : 18040 (java) R 18013 18016 15292 0 -1 4202560 307 0 0 0 86017 15 0 0 20 0 27 0 22746981 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070010945424 140070511037511 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=18016/tid=18041] ppid=18013 vsize=10162692 CPUtime=860.28 cores=0-3,8-11
/proc/18016/task/18041/stat : 18041 (java) R 18013 18016 15292 0 -1 4202560 1351 0 0 0 85994 34 0 0 20 0 27 0 22746981 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070009900352 140070511181017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18016/tid=18042] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18042/stat : 18042 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070008849192 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=18016/tid=18043] ppid=18013 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/18016/task/18043/stat : 18043 (java) S 18013 18016 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22746996 10406596608 1063350 33554432000 1073741824 1073778376 140734766416416 140070007797416 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10162692

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 18016 sig 9
??? kill -18016 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18016 and gives
#  childrusage.ru_utime.tv_sec=1783
#  childrusage.ru_utime.tv_usec=420878
#  childrusage.ru_stime.tv_sec=12
#  childrusage.ru_stime.tv_usec=631079
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 879.468
CPU time (s): 1800.21
CPU user time (s): 1787.95
CPU system time (s): 12.26
CPU usage (%): 204.693
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.42
system time used= 12.6311
maximum resident set size= 4253548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38573
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20652
involuntary context switches= 21288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46217 second user time and 6.67798 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 01:43:42
IDJOB=4099826
IDBENCH=1539
IDSOLVER=2543
FILE ID=node132/4099826-1466207022
RUNJOBID= node132-1466206058-15308
PBS_JOBID= 19918145
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099826-1466207022/watcher-4099826-1466207022 -o /tmp/evaluation-result-4099826-1466207022/solver-4099826-1466207022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15308 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099826-1466207022.opb

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

MD5SUM BENCH= ec90eecae558bb98c83f0a39ee76567f
RANDOM SEED=339047626

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5333.53
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31022456 kB
Buffers:           34480 kB
Cached:           113912 kB
SwapCached:         1804 kB
Active:          1060300 kB
Inactive:          68512 kB
Active(anon):     981328 kB
Inactive(anon):     1028 kB
Active(file):      78972 kB
Inactive(file):    67484 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             36612 kB
Writeback:            60 kB
AnonPages:        933960 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             577472 kB
SReclaimable:      16648 kB
SUnreclaim:       560824 kB
KernelStack:        2440 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1948664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    851968 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= 71724 MiB
End job on node132 at 2016-06-18 01:58:21