Trace number 4101810

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.79 896.462

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-air04.opb
MD5SUM642713e12b3477ef4c8327a12a399c0f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5967
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5953
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 231
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 528751
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 231
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 528751
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101810-1466216099.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.72/0.49	c ... done. Wall clock time 0.369s.
0.72/0.49	c declared #vars     8904
0.72/0.49	c #constraints  1646
0.72/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 821
0.72/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.72/0.49	c 1646 constraints processed.
0.72/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
0.72/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
0.72/0.49	c 1646 constraints processed.
0.72/0.49	c objective function length is 8904 literals
5.13/1.75	c cleaning 2459 clauses out of 4954 with flag 28170/5000
7.59/2.74	c cleaning 4187 clauses out of 8455 with flag 74275/11000
9.78/3.85	c cleaning 5615 clauses out of 11256 with flag 159310/18005
12.85/5.35	c cleaning 6808 clauses out of 13625 with flag 252818/26000
16.26/7.00	c cleaning 7856 clauses out of 15791 with flag 366371/35001
20.19/8.97	c cleaning 8907 clauses out of 17923 with flag 516369/45002
24.63/11.11	c cleaning 9950 clauses out of 19986 with flag 678182/56001
29.61/13.66	c cleaning 10964 clauses out of 22006 with flag 863583/68000
35.28/16.48	c cleaning 12012 clauses out of 24024 with flag 1089558/81003
41.72/19.69	c cleaning 12964 clauses out of 25989 with flag 1341568/95000
48.52/23.05	c cleaning 13967 clauses out of 28008 with flag 1631391/110001
58.05/27.73	c cleaning 14951 clauses out of 30014 with flag 1931442/126001
68.06/32.77	c cleaning 16025 clauses out of 32049 with flag 2304772/143002
77.44/37.30	c cleaning 16914 clauses out of 33993 with flag 2716943/161000
87.65/42.42	c cleaning 17977 clauses out of 36054 with flag 3164170/180000
99.27/48.11	c cleaning 18916 clauses out of 38068 with flag 3625183/200001
111.09/54.01	c cleaning 20049 clauses out of 40135 with flag 4113785/221002
124.09/60.54	c cleaning 20992 clauses out of 42076 with flag 4645553/243001
137.30/67.14	c cleaning 21993 clauses out of 44067 with flag 5199450/266000
152.87/74.86	c cleaning 23030 clauses out of 46068 with flag 5796925/290003
167.65/82.26	c cleaning 23977 clauses out of 48020 with flag 6405228/315001
182.66/89.77	c cleaning 24940 clauses out of 50024 with flag 7036979/341000
200.25/98.55	c cleaning 26003 clauses out of 52059 with flag 7764191/368000
218.59/107.59	c cleaning 26972 clauses out of 54038 with flag 8476665/396001
238.58/117.79	c cleaning 27948 clauses out of 56058 with flag 9246808/425000
258.37/127.62	c cleaning 28965 clauses out of 58101 with flag 10039678/455000
279.34/138.13	c cleaning 29937 clauses out of 60125 with flag 10892100/486001
301.41/149.16	c cleaning 31018 clauses out of 62174 with flag 11743046/518002
322.81/159.84	c cleaning 32017 clauses out of 64136 with flag 12624508/551000
347.58/172.19	c cleaning 33047 clauses out of 66107 with flag 13570228/585000
372.99/184.83	c cleaning 33925 clauses out of 68054 with flag 14551812/620002
399.39/198.06	c cleaning 35009 clauses out of 70123 with flag 15566765/656007
429.09/213.13	c cleaning 35938 clauses out of 72101 with flag 16625972/693000
456.49/226.85	c cleaning 37042 clauses out of 74158 with flag 17765696/731000
485.19/241.15	c cleaning 38011 clauses out of 76097 with flag 18850609/770001
514.97/256.06	c cleaning 38939 clauses out of 78070 with flag 19965411/810000
547.98/272.52	c cleaning 39968 clauses out of 80116 with flag 21185414/851000
584.00/290.46	c cleaning 41048 clauses out of 82144 with flag 22437495/893001
619.63/308.19	c cleaning 42006 clauses out of 84089 with flag 23640418/936000
656.01/326.39	c cleaning 43008 clauses out of 86078 with flag 24957728/980004
694.31/345.31	c cleaning 43865 clauses out of 88048 with flag 26242862/1025000
732.88/364.52	c cleaning 45080 clauses out of 90177 with flag 27578542/1071001
774.36/385.15	c cleaning 45954 clauses out of 92085 with flag 28955549/1118001
813.59/404.62	c cleaning 46993 clauses out of 94120 with flag 30366506/1166000
854.88/425.17	c cleaning 47969 clauses out of 96124 with flag 31782869/1215001
897.52/446.20	c cleaning 49003 clauses out of 98147 with flag 33230928/1265000
940.33/467.69	c cleaning 49901 clauses out of 100141 with flag 34739252/1316002
947.71/471.33	c cleaning 0 clauses out of 4998 with flag 0/5001
989.76/492.89	c cleaning 51037 clauses out of 102229 with flag 36328532/1368000
1035.53/515.71	c cleaning 51992 clauses out of 104185 with flag 37853749/1421000
1086.85/541.29	c cleaning 53026 clauses out of 106194 with flag 39425017/1475003
1137.55/566.39	c cleaning 54080 clauses out of 108159 with flag 41044639/1530000
1187.03/590.94	c cleaning 55033 clauses out of 110074 with flag 42660990/1586001
1237.83/616.34	c cleaning 55851 clauses out of 112033 with flag 44397635/1643000
1293.40/643.96	c cleaning 56863 clauses out of 114174 with flag 46212598/1701000
1351.61/672.87	c cleaning 58128 clauses out of 116301 with flag 48122094/1760002
1410.32/701.77	c cleaning 58993 clauses out of 118168 with flag 49968678/1820000
1473.15/732.63	c cleaning 60000 clauses out of 120167 with flag 51800203/1881005
1539.15/765.10	c cleaning 61032 clauses out of 122157 with flag 53786106/1943000
1605.27/799.41	c cleaning 62028 clauses out of 124118 with flag 55798001/2006001
1665.43/829.48	c cleaning 62906 clauses out of 126082 with flag 57747689/2070000
1727.60/860.35	c cleaning 64019 clauses out of 128168 with flag 59834238/2135000
1796.35/894.57	c cleaning 65013 clauses out of 130146 with flag 61847217/2201001
1800.14/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.40	c starts		: 11399
1800.14/896.40	c conflicts		: 2205533
1800.14/896.40	c decisions		: 29867318
1800.14/896.40	c propagations		: 639228094
1800.14/896.40	c inspects		: 4950386728
1800.14/896.40	c shortcuts		: 0
1800.14/896.40	c learnt literals	: 848
1800.14/896.40	c learnt binary clauses	: 2180
1800.14/896.40	c learnt ternary clauses	: 2839
1800.14/896.40	c learnt constraints	: 2204685
1800.14/896.40	c ignored constraints	: 0
1800.14/896.40	c root simplifications	: 0
1800.14/896.40	c removed literals (reason simplification)	: 44170313
1800.14/896.40	c reason swapping (by a shorter reason)	: 0
1800.14/896.40	c Calls to reduceDB	: 62
1800.14/896.40	c Number of update (reduction) of LBD	: 1850287
1800.14/896.40	c Imported unit clauses	: 0
1800.14/896.40	c number of reductions to clauses (during analyze)	: 0
1800.14/896.40	c number of learned constraints concerned by reduction	: 0
1800.14/896.40	c number of learning phase by resolution	: 0
1800.14/896.40	c number of learning phase by cutting planes	: 0
1800.14/896.40	c speed (assignments/second)	: 713520.569184008
1800.14/896.40	c non guided choices	10671
1800.14/896.43	c learnt constraints type 
1800.14/896.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2180
1800.14/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67485
1800.14/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/896.43	c starts		: 16
1800.14/896.43	c conflicts		: 7088
1800.14/896.43	c decisions		: 234783
1800.14/896.43	c propagations		: 3395454
1800.14/896.43	c inspects		: 275234191
1800.14/896.43	c shortcuts		: 0
1800.14/896.43	c learnt literals	: 3
1800.14/896.43	c learnt binary clauses	: 2
1800.14/896.43	c learnt ternary clauses	: 4
1800.14/896.43	c learnt constraints	: 7084
1800.14/896.43	c ignored constraints	: 0
1800.14/896.43	c root simplifications	: 0
1800.14/896.43	c removed literals (reason simplification)	: 0
1800.14/896.43	c reason swapping (by a shorter reason)	: 0
1800.14/896.43	c Calls to reduceDB	: 1
1800.14/896.43	c Number of update (reduction) of LBD	: 0
1800.14/896.43	c Imported unit clauses	: 0
1800.14/896.43	c number of reductions to clauses (during analyze)	: 0
1800.14/896.43	c number of learned constraints concerned by reduction	: 0
1800.14/896.43	c number of learning phase by resolution	: 0
1800.14/896.43	c number of learning phase by cutting planes	: 0
1800.14/896.43	c speed (assignments/second)	: 3789.9752652069865
1800.14/896.43	c non guided choices	0
1800.14/896.43	c learnt constraints type 
1800.14/896.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 11
1800.14/896.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 916
1800.14/896.43	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.14/896.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6156
1800.14/896.43	s UNKNOWN
1800.14/896.43	c Total wall clock time (in seconds): 896.313

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-4101810-1466216099/watcher-4101810-1466216099 -o /tmp/evaluation-result-4101810-1466216099/solver-4101810-1466216099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101810-1466216099.opb 

pid=27930
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: 4.10 4.06 4.08 4/197 27933
/proc/meminfo: memFree=30185560/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/27933/stat : 27933 (java) R 27930 27933 22589 0 -1 4202496 419 0 0 0 0 0 0 0 20 0 1 0 23655335 9445376 91 33554432000 1073741824 1073778376 140733706839120 140733706836248 211449591223 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2306 93 75 9 0 38 0

[startup+0.100113 s]
/proc/loadavg: 4.10 4.06 4.08 4/197 27933
/proc/meminfo: memFree=30185560/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 4458 0 1 0 8 1 0 0 20 0 18 0 23655335 9787879424 5584 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2389619 5584 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.10 4.06 4.08 4/197 27933
/proc/meminfo: memFree=30185560/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 5080 0 1 0 27 1 0 0 20 0 18 0 23655335 9787879424 6434 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2389619 6434 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 4.10 4.06 4.08 4/197 27933
/proc/meminfo: memFree=30185560/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 7177 0 1 0 49 1 0 0 20 0 18 0 23655335 9787879424 11758 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2389619 11758 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.10 4.06 4.08 4/197 27933
/proc/meminfo: memFree=30185560/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 9552 0 1 0 158 4 0 0 20 0 22 0 23655335 10060525568 41734 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 41734 2268 9 0 2446860 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.10 4.06 4.08 7/219 27955
/proc/meminfo: memFree=29990032/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 27215 0 1 0 462 8 0 0 20 0 22 0 23655335 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 53878 2279 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2542 0 1 0 42 3 0 0 20 0 22 0 23655336 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23655338 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27930 27933 22589 0 -1 4202560 12544 0 0 0 111 2 0 0 20 0 22 0 23655341 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941061376824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27930 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27930 27933 22589 0 -1 4202560 10680 0 0 0 105 2 0 0 20 0 22 0 23655341 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941060324280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27950] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941059271416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27951] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941058219080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27930 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) R 27930 27933 22589 0 -1 4202560 23 0 0 0 96 0 0 0 20 0 22 0 23655385 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941057162000 139941182030998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27953] ppid=27930 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/27933/task/27953/stat : 27953 (java) R 27930 27933 22589 0 -1 4202560 29 0 0 0 93 0 0 0 20 0 22 0 23655385 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941056097120 139941182243346 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27954] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27954/stat : 27954 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941055058728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27955] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27955/stat : 27955 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 53878 33554432000 1073741824 1073778376 140733706839120 139941054006184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.10 4.06 4.08 5/219 27955
/proc/meminfo: memFree=29976340/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=8.38 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 28482 0 1 0 829 9 0 0 20 0 22 0 23655335 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 54055 2283 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2542 0 1 0 42 3 0 0 20 0 22 0 23655336 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23655338 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27930 27933 22589 0 -1 4202560 13808 0 0 0 156 3 0 0 20 0 22 0 23655341 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941061376824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27949] ppid=27930 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27930 27933 22589 0 -1 4202560 10682 0 0 0 108 2 0 0 20 0 22 0 23655341 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941060324280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27950] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941059271416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27951] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941058219080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27930 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) R 27930 27933 22589 0 -1 4202560 24 0 0 0 256 0 0 0 20 0 22 0 23655385 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941057163816 139941182152874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27953] ppid=27930 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/27933/task/27953/stat : 27953 (java) R 27930 27933 22589 0 -1 4202560 29 0 0 0 251 0 0 0 20 0 22 0 23655385 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941056108784 139941182243403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27954] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27954/stat : 27954 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941055058728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27955] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27955/stat : 27955 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 54055 33554432000 1073741824 1073778376 140733706839120 139941054006184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.10 4.06 4.08 5/219 27955
/proc/meminfo: memFree=29839184/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=14.86 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 28726 0 1 0 1471 15 0 0 20 0 22 0 23655335 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 91279 2284 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2542 0 1 0 42 3 0 0 20 0 22 0 23655336 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 22 0 23655337 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23655338 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 91279 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=1.61 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.22 4.28 4.16 5/219 28043
/proc/meminfo: memFree=23999764/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=1651.22 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 41396 0 1 0 164879 243 0 0 20 0 22 0 23655335 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 961575 2293 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2554 0 1 0 44 5 0 0 20 0 22 0 23655336 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 877 0 0 0 232 21 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 1107 0 0 0 265 22 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 1217 0 0 0 283 25 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 1011 0 0 0 260 21 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 1170 0 0 0 259 25 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 725 0 0 0 249 23 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 982 0 0 0 248 18 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 1118 0 0 0 275 29 0 0 20 0 22 0 23655337 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=6.62 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 2624 0 0 0 658 4 0 0 20 0 22 0 23655338 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27930 27933 22589 0 -1 4202560 13872 0 0 0 197 3 0 0 20 0 22 0 23655341 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941061376824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27949] ppid=27930 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27930 27933 22589 0 -1 4202560 10690 0 0 0 117 3 0 0 20 0 22 0 23655341 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941060324280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941059271416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27951] ppid=27930 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27930 27933 22589 0 -1 4202560 47 0 0 0 12 17 0 0 20 0 22 0 23655341 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941058219080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27930 vsize=9824732 CPUtime=809.18 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) R 27930 27933 22589 0 -1 4202560 58 0 0 0 80903 15 0 0 20 0 22 0 23655385 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941057161600 139941182030998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27953] ppid=27930 vsize=9824732 CPUtime=809.09 cores=1,3,5,7
/proc/27933/task/27953/stat : 27953 (java) R 27930 27933 22589 0 -1 4202560 2079 0 0 0 80867 42 0 0 20 0 22 0 23655385 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941056110064 139941182292216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27954] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27954/stat : 27954 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941055058728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27955] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27955/stat : 27955 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 961575 33554432000 1073741824 1073778376 140733706839120 139941054006184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1651.22
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.25 4.16 5/219 28044
/proc/meminfo: memFree=23850028/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=1771.95 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 41461 0 1 0 176951 244 0 0 20 0 22 0 23655335 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 953614 2293 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2554 0 1 0 44 5 0 0 20 0 22 0 23655336 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 877 0 0 0 247 21 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 1107 0 0 0 288 22 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 1228 0 0 0 305 25 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 1011 0 0 0 279 21 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 1182 0 0 0 271 25 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 725 0 0 0 282 23 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 982 0 0 0 262 18 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 1132 0 0 0 290 29 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=6.62 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 2642 0 0 0 658 4 0 0 20 0 22 0 23655338 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27930 27933 22589 0 -1 4202560 13873 0 0 0 197 3 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941061376824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27949] ppid=27930 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27930 27933 22589 0 -1 4202560 10690 0 0 0 117 3 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941060324280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941059271416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27951] ppid=27930 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27930 27933 22589 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941058219080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27930 vsize=9824732 CPUtime=868.81 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) R 27930 27933 22589 0 -1 4202560 58 0 0 0 86865 16 0 0 20 0 22 0 23655385 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941057161976 139941182116304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27953] ppid=27930 vsize=9824732 CPUtime=868.69 cores=1,3,5,7
/proc/27933/task/27953/stat : 27953 (java) R 27930 27933 22589 0 -1 4202560 2084 0 0 0 86825 44 0 0 20 0 22 0 23655385 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941056110144 139941182243328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27954] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27954/stat : 27954 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941055058728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27955] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27955/stat : 27955 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941054006184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1771.95
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.15 4.24 4.16 5/219 28044
/proc/meminfo: memFree=23850084/32872528 swapFree=496868/529572
[pid=27933] ppid=27930 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/27933/stat : 27933 (java) S 27930 27933 22589 0 -1 4202496 41462 0 1 0 179769 245 0 0 20 0 22 0 23655335 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 140733706830256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27933/statm: 2456183 953614 2293 9 0 2446860 0
[pid=27933/tid=27935] ppid=27930 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/27933/task/27935/stat : 27935 (java) S 27930 27933 22589 0 -1 4202560 2554 0 1 0 45 5 0 0 20 0 22 0 23655336 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941241627512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27936] ppid=27930 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/27933/task/27936/stat : 27936 (java) S 27930 27933 22589 0 -1 4202560 877 0 0 0 247 21 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941180357032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27937] ppid=27930 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/27933/task/27937/stat : 27937 (java) S 27930 27933 22589 0 -1 4202560 1107 0 0 0 288 22 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941179304488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27938] ppid=27930 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/27933/task/27938/stat : 27938 (java) S 27930 27933 22589 0 -1 4202560 1228 0 0 0 305 25 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941178251432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27939] ppid=27930 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/27933/task/27939/stat : 27939 (java) S 27930 27933 22589 0 -1 4202560 1011 0 0 0 279 21 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941177198888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27940] ppid=27930 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/27933/task/27940/stat : 27940 (java) S 27930 27933 22589 0 -1 4202560 1182 0 0 0 271 25 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941176146856 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27941] ppid=27930 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/27933/task/27941/stat : 27941 (java) S 27930 27933 22589 0 -1 4202560 725 0 0 0 282 23 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941079890984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27942] ppid=27930 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/27933/task/27942/stat : 27942 (java) S 27930 27933 22589 0 -1 4202560 982 0 0 0 262 18 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941078837928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27943] ppid=27930 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/27933/task/27943/stat : 27943 (java) S 27930 27933 22589 0 -1 4202560 1132 0 0 0 290 29 0 0 20 0 22 0 23655337 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941077785384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27944] ppid=27930 vsize=9824732 CPUtime=6.62 cores=1,3,5,7
/proc/27933/task/27944/stat : 27944 (java) S 27930 27933 22589 0 -1 4202560 2642 0 0 0 658 4 0 0 20 0 22 0 23655338 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941065587048 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27945] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27945/stat : 27945 (java) S 27930 27933 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941064533368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27946] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27946/stat : 27946 (java) S 27930 27933 22589 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23655339 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941063480200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27947] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27947/stat : 27947 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941062428944 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27948] ppid=27930 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/27933/task/27948/stat : 27948 (java) S 27930 27933 22589 0 -1 4202560 13874 0 0 0 197 3 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941061376824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27949] ppid=27930 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27933/task/27949/stat : 27949 (java) S 27930 27933 22589 0 -1 4202560 10690 0 0 0 117 3 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941060324280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27933/tid=27950] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27950/stat : 27950 (java) S 27930 27933 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941059271416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27933/tid=27951] ppid=27930 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/27933/task/27951/stat : 27951 (java) S 27930 27933 22589 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 23655341 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941058219080 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27952] ppid=27930 vsize=9824732 CPUtime=882.9 cores=1,3,5,7
/proc/27933/task/27952/stat : 27952 (java) R 27930 27933 22589 0 -1 4202560 58 0 0 0 88274 16 0 0 20 0 22 0 23655385 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941057154976 139941181960327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27953] ppid=27930 vsize=9824732 CPUtime=882.78 cores=1,3,5,7
/proc/27933/task/27953/stat : 27953 (java) R 27930 27933 22589 0 -1 4202560 2084 0 0 0 88234 44 0 0 20 0 22 0 23655385 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941056110584 139941182291747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27933/tid=27954] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27954/stat : 27954 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941055058728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27933/tid=27955] ppid=27930 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27933/task/27955/stat : 27955 (java) S 27930 27933 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23655388 10060525568 953614 33554432000 1073741824 1073778376 140733706839120 139941054006184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 27933 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.462
CPU time (s): 1800.79
CPU user time (s): 1797.84
CPU system time (s): 2.94955
CPU usage (%): 200.878
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.94955
maximum resident set size= 3846412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41502
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22409
involuntary context switches= 22692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90895 second user time and 4.30335 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 04:14:59
IDJOB=4101810
IDBENCH=1797
IDSOLVER=2543
FILE ID=node141/4101810-1466216099
RUNJOBID= node141-1466206051-22606
PBS_JOBID= 19918136
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-air04.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101810-1466216099/watcher-4101810-1466216099 -o /tmp/evaluation-result-4101810-1466216099/solver-4101810-1466216099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101810-1466216099.opb

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

MD5SUM BENCH= 642713e12b3477ef4c8327a12a399c0f
RANDOM SEED=488952370

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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.56
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.547
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.547
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.547
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:        30185716 kB
Buffers:           92392 kB
Cached:            89720 kB
SwapCached:         2524 kB
Active:          1282288 kB
Inactive:         124100 kB
Active(anon):    1224480 kB
Inactive(anon):     2020 kB
Active(file):      57808 kB
Inactive(file):   122080 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1901472 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             603032 kB
SReclaimable:      46688 kB
SUnreclaim:       556344 kB
KernelStack:        1808 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1979596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1359872 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= 71720 MiB
End job on node141 at 2016-06-18 04:29:56