Trace number 4117987

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 PB16SAT (TO)-49825 1800.32 1016.33

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-45.opb
MD5SUM22a7b45a0186a661638b15a7db7b7fcd
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-114288
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 43689
Biggest coefficient in the objective function 22846
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 9057216
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 22846
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 9057216
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)43629
Sum of products size (including duplicates)143020
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4117987-1467216336.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
54.98/54.03	c ... done. Wall clock time 53.918s.
54.98/54.03	c declared #vars     60
54.98/54.03	c internal #vars     43689
54.98/54.03	c #constraints  87258
54.98/54.03	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
54.98/54.03	c constraints type 
54.98/54.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43629
54.98/54.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 43629
54.98/54.03	c 87258 constraints processed.
54.98/54.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
54.98/54.03	c constraints type 
54.98/54.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43629
54.98/54.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 43629
54.98/54.03	c 87258 constraints processed.
54.98/54.03	c objective function length is 43689 literals
55.59/54.26	c And the winner is solver0
55.80/54.54	c SATISFIABLE
55.80/54.54	c OPTIMIZING...
55.80/54.54	c Got one! Elapsed wall clock time (in seconds):54.438
55.80/54.54	o 0
57.05/55.03	c And the winner is solver0
57.31/55.27	c Got one! Elapsed wall clock time (in seconds):55.16
57.31/55.27	o -946
57.99/55.54	c And the winner is solver0
58.18/55.92	c Got one! Elapsed wall clock time (in seconds):55.817
58.18/55.92	o -1892
58.31/56.05	c And the winner is solver0
58.49/56.48	c Got one! Elapsed wall clock time (in seconds):56.377
58.49/56.48	o -3657
58.67/56.61	c And the winner is solver0
58.72/57.09	c Got one! Elapsed wall clock time (in seconds):56.984
58.72/57.09	o -4644
59.09/57.25	c And the winner is solver0
59.22/57.65	c Got one! Elapsed wall clock time (in seconds):57.541
59.22/57.65	o -5422
59.27/57.75	c And the winner is solver0
59.39/58.21	c Got one! Elapsed wall clock time (in seconds):58.099
59.39/58.21	o -7887
60.06/58.52	c And the winner is solver0
60.21/58.76	c Got one! Elapsed wall clock time (in seconds):58.657
60.21/58.76	o -8295
60.43/58.97	c And the winner is solver0
60.69/59.32	c Got one! Elapsed wall clock time (in seconds):59.216
60.69/59.32	o -10352
60.99/59.55	c And the winner is solver0
61.10/59.88	c Got one! Elapsed wall clock time (in seconds):59.775
61.10/59.88	o -11661
61.97/60.38	c And the winner is solver0
62.17/60.45	c Got one! Elapsed wall clock time (in seconds):60.339
62.17/60.45	o -11969
62.74/60.75	c And the winner is solver0
62.87/61.00	c Got one! Elapsed wall clock time (in seconds):60.897
62.87/61.00	o -12786
63.00/61.13	c And the winner is solver0
63.10/61.56	c Got one! Elapsed wall clock time (in seconds):61.456
63.10/61.56	o -12934
63.14/61.67	c And the winner is solver0
63.42/62.12	c Got one! Elapsed wall clock time (in seconds):62.014
63.42/62.12	o -13406
63.51/62.24	c And the winner is solver0
63.63/62.68	c Got one! Elapsed wall clock time (in seconds):62.573
63.63/62.68	o -15988
65.06/63.42	c And the winner is solver0
65.14/63.74	c Got one! Elapsed wall clock time (in seconds):63.632
65.14/63.74	o -16460
66.00/64.23	c And the winner is solver0
66.10/64.30	c Got one! Elapsed wall clock time (in seconds):64.195
66.10/64.30	o -17352
68.76/65.67	c And the winner is solver0
69.01/65.86	c Got one! Elapsed wall clock time (in seconds):65.758
69.01/65.86	o -18201
70.03/66.48	c And the winner is solver0
70.22/66.92	c Got one! Elapsed wall clock time (in seconds):66.817
70.22/66.92	o -20000
71.63/67.65	c And the winner is solver0
71.76/68.03	c Got one! Elapsed wall clock time (in seconds):67.924
71.76/68.03	o -22373
78.05/71.11	c And the winner is solver0
95.88/88.96	c Got one! Elapsed wall clock time (in seconds):88.853
95.88/88.96	o -23206
97.67/89.89	c And the winner is solver0
97.88/90.02	c Got one! Elapsed wall clock time (in seconds):89.911
97.88/90.02	o -23540
99.19/90.71	c And the winner is solver0
99.25/91.08	c Got one! Elapsed wall clock time (in seconds):90.97
99.25/91.08	o -24158
107.68/95.35	c And the winner is solver0
124.84/112.42	c Got one! Elapsed wall clock time (in seconds):112.314
124.84/112.42	o -26638
129.35/114.70	c And the winner is solver0
129.39/114.98	c Got one! Elapsed wall clock time (in seconds):114.873
129.39/114.98	o -26910
133.92/117.25	c And the winner is solver0
134.06/117.54	c Got one! Elapsed wall clock time (in seconds):117.432
134.06/117.54	o -27471
134.53/117.84	c And the winner is solver0
134.64/118.10	c Got one! Elapsed wall clock time (in seconds):117.992
134.64/118.10	o -29749
153.91/127.78	c And the winner is solver0
166.00/139.64	c Got one! Elapsed wall clock time (in seconds):139.528
166.00/139.64	o -30269
172.91/143.15	c And the winner is solver0
190.87/161.08	c Got one! Elapsed wall clock time (in seconds):160.977
190.87/161.08	o -30635
193.41/162.34	c And the winner is solver0
193.53/162.64	c Got one! Elapsed wall clock time (in seconds):162.537
193.53/162.64	o -30841
197.45/164.63	c And the winner is solver0
197.54/164.70	c Got one! Elapsed wall clock time (in seconds):164.597
197.54/164.70	o -31196
198.28/165.16	c And the winner is solver0
198.45/165.26	c Got one! Elapsed wall clock time (in seconds):165.157
198.45/165.26	o -31402
198.85/165.52	c And the winner is solver0
198.93/165.82	c Got one! Elapsed wall clock time (in seconds):165.717
198.93/165.82	o -34504
249.81/191.47	c And the winner is solver0
249.97/191.58	c Got one! Elapsed wall clock time (in seconds):191.47
249.97/191.58	o -34767
256.17/194.80	c And the winner is solver0
271.78/210.27	c Got one! Elapsed wall clock time (in seconds):210.161
271.78/210.27	o -35076
275.86/212.37	c And the winner is solver0
292.43/228.86	c Got one! Elapsed wall clock time (in seconds):228.757
292.43/228.86	o -35343
293.69/229.55	c And the winner is solver0
293.83/229.93	c Got one! Elapsed wall clock time (in seconds):229.817
293.83/229.93	o -35549
294.12/230.17	c And the winner is solver0
294.30/230.49	c Got one! Elapsed wall clock time (in seconds):230.377
294.30/230.49	o -35637
294.87/230.84	c And the winner is solver0
295.00/231.04	c Got one! Elapsed wall clock time (in seconds):230.937
295.00/231.04	o -39872
352.49/259.94	c cleaning 4907 clauses out of 9813 with flag 6001/9813
414.32/290.85	c And the winner is solver0
418.77/295.21	c Got one! Elapsed wall clock time (in seconds):295.106
418.77/295.21	o -39885
469.41/320.64	c And the winner is solver0
475.15/326.31	c Got one! Elapsed wall clock time (in seconds):326.202
475.15/326.31	o -39891
494.35/335.94	c cleaning 5698 clauses out of 11396 with flag 2022/16303
507.15/342.34	c And the winner is solver0
518.82/353.91	c Got one! Elapsed wall clock time (in seconds):353.8
518.82/353.91	o -40097
532.89/360.94	c And the winner is solver0
552.93/380.96	c Got one! Elapsed wall clock time (in seconds):380.85
552.93/380.96	o -40117
565.07/387.06	c And the winner is solver0
565.25/387.52	c Got one! Elapsed wall clock time (in seconds):387.412
565.25/387.52	o -41233
624.45/417.13	c And the winner is solver0
624.58/417.58	c Got one! Elapsed wall clock time (in seconds):417.477
624.58/417.58	o -43225
658.64/434.63	c And the winner is solver0
662.85/438.81	c Got one! Elapsed wall clock time (in seconds):438.703
662.85/438.81	o -43663
685.76/450.54	c cleaning 6616 clauses out of 13232 with flag 2016/23837
704.41/459.90	c And the winner is solver0
705.00/460.37	c Got one! Elapsed wall clock time (in seconds):460.26
705.00/460.37	o -44255
705.66/460.70	c And the winner is solver0
705.71/460.93	c Got one! Elapsed wall clock time (in seconds):460.82
705.71/460.93	o -44264
706.61/461.45	c And the winner is solver0
706.77/461.54	c Got one! Elapsed wall clock time (in seconds):461.43
706.77/461.54	o -44332
707.04/461.72	c And the winner is solver0
707.14/462.10	c Got one! Elapsed wall clock time (in seconds):461.991
707.14/462.10	o -44352
707.48/462.30	c And the winner is solver0
707.54/462.66	c Got one! Elapsed wall clock time (in seconds):462.551
707.54/462.66	o -48832
813.42/515.57	c cleaning 6250 clauses out of 12499 with flag 10001/29720
938.53/577.97	c cleaning 6123 clauses out of 12250 with flag 22003/35721
1112.15/664.56	c cleaning 6564 clauses out of 13127 with flag 36003/42721
1126.14/671.53	c And the winner is solver0
1135.53/680.90	c Got one! Elapsed wall clock time (in seconds):680.796
1135.53/680.90	o -49198
1233.99/730.00	c cleaning 6037 clauses out of 12073 with flag 10001/48231
1364.37/794.98	c cleaning 6018 clauses out of 12036 with flag 22001/54231
1536.62/881.12	c cleaning 6509 clauses out of 13019 with flag 36003/61232
1578.29/901.95	c And the winner is solver0
1578.59/902.24	c Got one! Elapsed wall clock time (in seconds):902.13
1578.59/902.24	o -49784
1662.11/943.70	c cleaning 6022 clauses out of 12052 with flag 8004/66774
1683.91/954.61	c And the winner is solver0
1690.53/961.21	c Got one! Elapsed wall clock time (in seconds):961.108
1690.53/961.21	o -49825
1798.82/1015.30	c And the winner is solver0
1800.03/1016.30	c >>>>>>>>>> Solver number 0 (55 answers) <<<<<<<<<<<<<<<<<<
1800.03/1016.30	c starts		: 55
1800.03/1016.30	c conflicts		: 72178
1800.03/1016.30	c decisions		: 75260
1800.03/1016.30	c propagations		: 167609309
1800.03/1016.30	c inspects		: 545472666
1800.03/1016.30	c shortcuts		: 0
1800.03/1016.30	c learnt literals	: 0
1800.03/1016.30	c learnt binary clauses	: 0
1800.03/1016.30	c learnt ternary clauses	: 0
1800.03/1016.30	c learnt constraints	: 72178
1800.03/1016.30	c ignored constraints	: 0
1800.03/1016.30	c root simplifications	: 0
1800.03/1016.30	c removed literals (reason simplification)	: 420612011
1800.03/1016.30	c reason swapping (by a shorter reason)	: 0
1800.03/1016.30	c Calls to reduceDB	: 10
1800.03/1016.30	c Number of update (reduction) of LBD	: 92
1800.03/1016.30	c Imported unit clauses	: 0
1800.03/1016.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1016.30	c number of learned constraints concerned by reduction	: 0
1800.03/1016.30	c number of learning phase by resolution	: 0
1800.03/1016.30	c number of learning phase by cutting planes	: 0
1800.03/1016.30	c speed (assignments/second)	: 174192.3877165852
1800.03/1016.30	c non guided choices	0
1800.03/1016.31	c learnt constraints type 
1800.03/1016.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11434
1800.03/1016.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1016.31	c starts		: 55
1800.03/1016.31	c conflicts		: 82
1800.03/1016.31	c decisions		: 3178
1800.03/1016.31	c propagations		: 2329297
1800.03/1016.31	c inspects		: 9821684
1800.03/1016.31	c shortcuts		: 0
1800.03/1016.31	c learnt literals	: 0
1800.03/1016.31	c learnt binary clauses	: 0
1800.03/1016.31	c learnt ternary clauses	: 0
1800.03/1016.31	c learnt constraints	: 29
1800.03/1016.31	c ignored constraints	: 0
1800.03/1016.31	c root simplifications	: 0
1800.03/1016.31	c removed literals (reason simplification)	: 0
1800.03/1016.31	c reason swapping (by a shorter reason)	: 0
1800.03/1016.31	c Calls to reduceDB	: 0
1800.03/1016.31	c Number of update (reduction) of LBD	: 0
1800.03/1016.31	c Imported unit clauses	: 0
1800.03/1016.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1016.31	c number of learned constraints concerned by reduction	: 0
1800.03/1016.31	c number of learning phase by resolution	: 0
1800.03/1016.31	c number of learning phase by cutting planes	: 0
1800.03/1016.31	c speed (assignments/second)	: 42332.382233207325
1800.03/1016.31	c non guided choices	0
1800.03/1016.31	c learnt constraints type 
1800.03/1016.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29
1800.03/1016.31	s SATISFIABLE
1800.03/1016.31	c Found 54 solution(s)
1800.03/1016.31	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 x59 x60 
1800.03/1016.31	c objective function=-49825
1800.03/1016.31	c Total wall clock time (in seconds): 1016.201

Verifier Data

OK	-49825

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-4117987-1467216336/watcher-4117987-1467216336 -o /tmp/evaluation-result-4117987-1467216336/solver-4117987-1467216336 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5284 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117987-1467216336.opb 

pid=8107
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: 3.94 4.16 4.16 3/193 8110
/proc/meminfo: memFree=28414816/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 2584765 98570240 977 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 24065 977 743 9 0 16771 0
[pid=8110/tid=8111] ppid=8107 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2584765 98570240 977 33554432000 1073741824 1073778376 140734176750032 140559331126824 239873115520 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 3.94 4.16 4.16 3/193 8110
/proc/meminfo: memFree=28414816/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 2584765 9787879424 6125 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 6125 2156 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 2584765 9787879424 6125 33554432000 1073741824 1073778376 140734176750032 140559331128560 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 3.94 4.16 4.16 3/193 8110
/proc/meminfo: memFree=28414816/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 4623 0 1 0 24 1 0 0 20 0 18 0 2584765 9787879424 7254 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 7254 2218 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2407 0 1 0 18 0 0 0 20 0 18 0 2584765 9787879424 7254 33554432000 1073741824 1073778376 140734176750032 140559331128560 140559337643760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 3.94 4.16 4.16 3/193 8110
/proc/meminfo: memFree=28414816/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 5657 0 1 0 49 1 0 0 20 0 18 0 2584765 9787879424 8522 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 8522 2234 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2410 0 1 0 26 2 0 0 20 0 18 0 2584765 9787879424 8522 33554432000 1073741824 1073778376 140734176750032 140559331131176 140559197301757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700344 s]
/proc/loadavg: 3.94 4.16 4.16 3/193 8110
/proc/meminfo: memFree=28414816/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 9250 0 1 0 116 2 0 0 20 0 18 0 2584765 9787879424 13651 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 13651 2247 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=0.68 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2416 0 1 0 66 2 0 0 20 0 18 0 2584765 9787879424 13651 33554432000 1073741824 1073778376 140734176750032 140559331131176 140559196994015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 3.94 4.16 4.16 3/211 8128
/proc/meminfo: memFree=28360720/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=2.04 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 9290 0 1 0 202 2 0 0 20 0 18 0 2584765 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 17126 2251 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=1.48 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2424 0 1 0 146 2 0 0 20 0 18 0 2584765 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559331131504 140559197301884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584769 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 3243 0 0 0 26 0 0 0 20 0 18 0 2584769 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 2360 0 0 0 28 0 0 0 20 0 18 0 2584769 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584770 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8128/stat : 8128 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584770 9787879424 17126 33554432000 1073741824 1073778376 140734176750032 140559147633864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 3.94 4.16 4.16 3/211 8128
/proc/meminfo: memFree=28341916/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=3.81 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 9617 0 1 0 378 3 0 0 20 0 18 0 2584765 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 21768 2251 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=3.08 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2435 0 1 0 306 2 0 0 20 0 18 0 2584765 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559331129360 140559197301796 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584769 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 3252 0 0 0 32 2 0 0 20 0 18 0 2584769 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 2667 0 0 0 36 0 0 0 20 0 18 0 2584769 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584770 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8128/stat : 8128 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584770 9787879424 21768 33554432000 1073741824 1073778376 140734176750032 140559147633864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 3.79 4.12 4.15 4/211 8128
/proc/meminfo: memFree=28310620/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9558476 CPUtime=7.03 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 9631 0 1 0 700 3 0 0 20 0 18 0 2584765 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2389619 27357 2253 9 0 2380296 0
[pid=8110/tid=8111] ppid=8107 vsize=9558476 CPUtime=6.28 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) R 8107 8110 5267 0 -1 4202560 2447 0 1 0 625 3 0 0 20 0 18 0 2584765 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559331122992 140559197301757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584766 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 2584767 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584769 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 3253 0 0 0 34 2 0 0 20 0 18 0 2584769 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 2667 0 0 0 37 0 0 0 20 0 18 0 2584769 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 2584770 9787879424 27357 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=8110/tid=8506] ppid=8107 vsize=9824732 CPUtime=39.79 cores=1,3,5,7
/proc/8110/task/8506/stat : 8506 (java) R 8107 8110 5267 0 -1 4202560 2 0 0 0 3979 0 0 0 20 0 22 0 2674995 10060525568 755885 33554432000 1073741824 1073778376 140734176750032 140559145523504 140559198090660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8507] ppid=8107 vsize=9824732 CPUtime=39.81 cores=1,3,5,7
/proc/8110/task/8507/stat : 8507 (java) R 8107 8110 5267 0 -1 4202560 5 0 0 0 3981 0 0 0 20 0 22 0 2674995 10060525568 755885 33554432000 1073741824 1073778376 140734176750032 140559144471376 140559198208210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8508] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8508/stat : 8508 (java) S 8107 8110 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2674996 10060525568 755885 33554432000 1073741824 1073778376 140734176750032 140559146579112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1658.95
Current children cumulated vsize (KiB) 9824732

[startup+1002.3 s]
/proc/loadavg: 4.16 4.16 4.01 6/219 8635
/proc/meminfo: memFree=24033584/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9824732 CPUtime=1773.03 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 31060 0 1 0 176941 362 0 0 20 0 22 0 2584765 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2456183 845740 2303 9 0 2446860 0
[pid=8110/tid=8111] ppid=8107 vsize=9824732 CPUtime=57.43 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) S 8107 8110 5267 0 -1 4202560 2642 0 1 0 5735 8 0 0 20 0 22 0 2584765 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559331132280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 761 0 0 0 139 24 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 509 0 0 0 127 19 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 575 0 0 0 152 23 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 493 0 0 0 137 17 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 859 0 0 0 147 28 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 698 0 0 0 154 25 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 697 0 0 0 153 22 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 552 0 0 0 157 21 0 0 20 0 22 0 2584766 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 2848 0 0 0 243 8 0 0 20 0 22 0 2584767 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2584767 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 2584767 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2584769 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 11093 0 0 0 155 4 0 0 20 0 22 0 2584769 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 6270 0 0 0 184 0 0 0 20 0 22 0 2584769 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2584770 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8110/task/8128/stat : 8128 (java) S 8107 8110 5267 0 -1 4202560 58 0 0 0 16 22 0 0 20 0 22 0 2584770 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559147633864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8220] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8220/stat : 8220 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2590175 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559143420968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8510] ppid=8107 vsize=9824732 CPUtime=40.76 cores=1,3,5,7
/proc/8110/task/8510/stat : 8510 (java) R 8107 8110 5267 0 -1 4202560 3 0 0 0 4076 0 0 0 20 0 22 0 2680893 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559144470960 140559197533719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8511] ppid=8107 vsize=9824732 CPUtime=40.77 cores=1,3,5,7
/proc/8110/task/8511/stat : 8511 (java) R 8107 8110 5267 0 -1 4202560 3 0 0 0 4077 0 0 0 20 0 22 0 2680893 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559146577360 140559198325804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8512] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8512/stat : 8512 (java) S 8107 8110 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 2680893 10060525568 845740 33554432000 1073741824 1073778376 140734176750032 140559145526568 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1016.3 s]
/proc/loadavg: 4.04 4.14 4.01 4/218 8723
/proc/meminfo: memFree=24556656/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 31065 0 1 0 179640 363 0 0 20 0 20 0 2584765 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2456183 845736 2303 9 0 2446860 0
[pid=8110/tid=8111] ppid=8107 vsize=9824732 CPUtime=57.43 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) S 8107 8110 5267 0 -1 4202560 2642 0 1 0 5735 8 0 0 20 0 20 0 2584765 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559331132280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 761 0 0 0 139 24 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 509 0 0 0 127 19 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 575 0 0 0 152 23 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 493 0 0 0 137 17 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 859 0 0 0 147 28 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 698 0 0 0 154 25 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 697 0 0 0 153 22 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 552 0 0 0 157 21 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 2849 0 0 0 243 8 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 11093 0 0 0 155 4 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 6270 0 0 0 184 0 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2584770 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8110/task/8128/stat : 8128 (java) S 8107 8110 5267 0 -1 4202560 60 0 0 0 17 22 0 0 20 0 20 0 2584770 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559147633864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8220] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8220/stat : 8220 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2590175 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559143420968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8511] ppid=8107 vsize=9824732 CPUtime=54.77 cores=1,3,5,7
/proc/8110/task/8511/stat : 8511 (java) R 8107 8110 5267 0 -1 4202560 3 0 0 0 5477 0 0 0 20 0 20 0 2680893 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559146576448 140559198371184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

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

[startup+1016.3 s]
/proc/loadavg: 4.04 4.14 4.01 4/218 8723
/proc/meminfo: memFree=24556656/32872528 swapFree=1459092/1655316
[pid=8110] ppid=8107 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/8110/stat : 8110 (java) S 8107 8110 5267 0 -1 4202496 31065 0 1 0 179640 363 0 0 20 0 20 0 2584765 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140734176741168 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8110/statm: 2456183 845736 2303 9 0 2446860 0
[pid=8110/tid=8111] ppid=8107 vsize=9824732 CPUtime=57.43 cores=1,3,5,7
/proc/8110/task/8111/stat : 8111 (java) S 8107 8110 5267 0 -1 4202560 2642 0 1 0 5735 8 0 0 20 0 20 0 2584765 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559331132280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8113] ppid=8107 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/8110/task/8113/stat : 8113 (java) S 8107 8110 5267 0 -1 4202560 761 0 0 0 139 24 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559320193320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8114] ppid=8107 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/8110/task/8114/stat : 8114 (java) S 8107 8110 5267 0 -1 4202560 509 0 0 0 127 19 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559319140520 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8115] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8115/stat : 8115 (java) S 8107 8110 5267 0 -1 4202560 575 0 0 0 152 23 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559318088232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8116] ppid=8107 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/8110/task/8116/stat : 8116 (java) S 8107 8110 5267 0 -1 4202560 493 0 0 0 137 17 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559317035432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8117] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8117/stat : 8117 (java) S 8107 8110 5267 0 -1 4202560 859 0 0 0 147 28 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559315983144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8118] ppid=8107 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/8110/task/8118/stat : 8118 (java) S 8107 8110 5267 0 -1 4202560 698 0 0 0 154 25 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559169305256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8119] ppid=8107 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/8110/task/8119/stat : 8119 (java) S 8107 8110 5267 0 -1 4202560 697 0 0 0 153 22 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559168252968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8120] ppid=8107 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/8110/task/8120/stat : 8120 (java) S 8107 8110 5267 0 -1 4202560 552 0 0 0 157 21 0 0 20 0 20 0 2584766 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559167200168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8121] ppid=8107 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/8110/task/8121/stat : 8121 (java) S 8107 8110 5267 0 -1 4202560 2849 0 0 0 243 8 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559155001576 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8122] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8122/stat : 8122 (java) S 8107 8110 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559153947640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8123] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8123/stat : 8123 (java) S 8107 8110 5267 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 20 0 2584767 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559152895240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8124] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8124/stat : 8124 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559151843728 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8125] ppid=8107 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/8110/task/8125/stat : 8125 (java) S 8107 8110 5267 0 -1 4202560 11093 0 0 0 155 4 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559150791352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8126] ppid=8107 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/8110/task/8126/stat : 8126 (java) S 8107 8110 5267 0 -1 4202560 6270 0 0 0 184 0 0 0 20 0 20 0 2584769 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559149738552 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8110/tid=8127] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8127/stat : 8127 (java) S 8107 8110 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2584770 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559148686456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8110/tid=8128] ppid=8107 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8110/task/8128/stat : 8128 (java) S 8107 8110 5267 0 -1 4202560 60 0 0 0 17 22 0 0 20 0 20 0 2584770 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559147633864 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8110/tid=8220] ppid=8107 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8110/task/8220/stat : 8220 (java) S 8107 8110 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2590175 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559143420968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8110/tid=8511] ppid=8107 vsize=9824732 CPUtime=54.77 cores=1,3,5,7
/proc/8110/task/8511/stat : 8511 (java) R 8107 8110 5267 0 -1 4202560 3 0 0 0 5477 0 0 0 20 0 20 0 2680893 10060525568 845736 33554432000 1073741824 1073778376 140734176750032 140559146576448 140559198371184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1016.33
CPU time (s): 1800.32
CPU user time (s): 1796.44
CPU system time (s): 3.88141
CPU usage (%): 177.14
Max. virtual memory (cumulated for all children) (KiB): 9825692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.44
system time used= 3.88141
maximum resident set size= 3611196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31089
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29707
involuntary context switches= 19938

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.74697 second user time and 8.5397 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 18:05:36
IDJOB=4117987
IDBENCH=111422
IDSOLVER=2543
FILE ID=node136/4117987-1467216336
RUNJOBID= node136-1467208983-5284
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-45.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117987-1467216336/watcher-4117987-1467216336 -o /tmp/evaluation-result-4117987-1467216336/solver-4117987-1467216336 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5284 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117987-1467216336.opb

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

MD5SUM BENCH= 22a7b45a0186a661638b15a7db7b7fcd
RANDOM SEED=443687368

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28414724 kB
Buffers:          141448 kB
Cached:          1747012 kB
SwapCached:            0 kB
Active:           379920 kB
Inactive:        1670028 kB
Active(anon):     163440 kB
Inactive(anon):      224 kB
Active(file):     216480 kB
Inactive(file):  1669804 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3080 kB
Writeback:             0 kB
AnonPages:       1865320 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             609476 kB
SReclaimable:      53428 kB
SUnreclaim:       556048 kB
KernelStack:        1776 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2357820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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= 71644 MiB
End job on node136 at 2016-06-29 18:22:32