Trace number 3689670

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.65 918.869

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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 --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
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@4e3eca90
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 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689670-1337884127.opb
0.09/0.12	c reading problem ... 
1.51/0.75	c ... done. Wall clock time 0.629s.
1.51/0.75	c declared #vars     22848
1.51/0.75	c #constraints  23234
1.51/0.75	c constraints type 
1.51/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1.51/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1.51/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.51/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1.51/0.75	c 23234 constraints processed.
1.51/0.75	c constraints type 
1.51/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2483
1.51/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20557
1.51/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 192
1.51/0.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.51/0.75	c 23234 constraints processed.
8.92/3.60	c cleaning 2479 clauses out of 4993 with flag 5000/5000
14.63/6.48	c cleaning 4226 clauses out of 8510 with flag 11000/11000
21.77/9.98	c cleaning 5541 clauses out of 11283 with flag 18003/18003
29.89/14.01	c cleaning 6743 clauses out of 13737 with flag 26001/26001
38.13/18.26	c cleaning 7792 clauses out of 15988 with flag 35001/35001
47.56/23.02	c cleaning 8904 clauses out of 18190 with flag 45000/45000
59.42/29.00	c cleaning 9938 clauses out of 20288 with flag 56003/56003
71.06/34.96	c cleaning 11121 clauses out of 22346 with flag 68000/68000
84.35/41.78	c cleaning 11989 clauses out of 24225 with flag 81001/81001
97.11/48.24	c cleaning 13019 clauses out of 26232 with flag 95000/95000
110.62/55.14	c cleaning 13852 clauses out of 28213 with flag 110000/110000
127.13/63.59	c cleaning 14899 clauses out of 30361 with flag 126001/126001
145.68/73.02	c cleaning 15078 clauses out of 32458 with flag 143000/143000
165.82/83.20	c cleaning 15943 clauses out of 35379 with flag 161000/161000
187.76/94.31	c cleaning 16812 clauses out of 38433 with flag 180001/180001
211.26/106.26	c cleaning 17784 clauses out of 41619 with flag 200002/200002
235.96/118.88	c cleaning 18990 clauses out of 44832 with flag 221000/221000
256.36/129.21	c cleaning 19853 clauses out of 47837 with flag 243000/243000
283.19/142.88	c cleaning 20396 clauses out of 50987 with flag 266003/266003
310.18/156.52	c cleaning 21249 clauses out of 54589 with flag 290002/290002
338.31/170.91	c cleaning 22301 clauses out of 58338 with flag 315000/315000
367.87/185.94	c cleaning 23169 clauses out of 62038 with flag 341001/341001
399.15/201.80	c cleaning 24491 clauses out of 65867 with flag 368000/368000
432.47/219.62	c cleaning 24723 clauses out of 69376 with flag 396000/396000
434.83/221.13	c cleaning 0 clauses out of 5000 with flag 0/5000
499.00/253.39	c cleaning 27231 clauses out of 73654 with flag 425001/425001
536.97/272.58	c cleaning 27712 clauses out of 76422 with flag 455000/455000
583.94/296.53	c cleaning 28635 clauses out of 79710 with flag 486000/486000
620.64/315.20	c cleaning 28455 clauses out of 83074 with flag 518000/518000
657.75/334.15	c cleaning 29743 clauses out of 87618 with flag 551000/551000
699.28/355.21	c cleaning 30386 clauses out of 91875 with flag 585000/585000
740.39/376.42	c cleaning 31802 clauses out of 96487 with flag 620000/620000
782.67/397.91	c cleaning 32678 clauses out of 100684 with flag 656000/656000
826.17/420.09	c cleaning 33705 clauses out of 105007 with flag 693002/693002
872.46/443.52	c cleaning 34297 clauses out of 109299 with flag 731000/731000
919.84/467.91	c cleaning 35357 clauses out of 114002 with flag 770000/770000
968.04/492.47	c cleaning 36398 clauses out of 118649 with flag 810005/810005
1021.01/519.38	c cleaning 37225 clauses out of 123246 with flag 851000/851000
1071.71/545.16	c cleaning 37751 clauses out of 128021 with flag 893000/893000
1121.21/570.68	c cleaning 39735 clauses out of 133273 with flag 936003/936003
1175.26/598.13	c cleaning 40244 clauses out of 137535 with flag 980000/980000
1232.67/628.17	c cleaning 41041 clauses out of 142294 with flag 1025003/1025003
1287.29/656.38	c cleaning 42534 clauses out of 147250 with flag 1071000/1071000
1344.92/685.61	c cleaning 42518 clauses out of 151716 with flag 1118000/1118000
1401.76/714.69	c cleaning 43562 clauses out of 157198 with flag 1166000/1166000
1462.84/745.78	c cleaning 44871 clauses out of 162636 with flag 1215001/1215001
1528.92/779.73	c cleaning 45541 clauses out of 167765 with flag 1265001/1265001
1600.28/815.94	c cleaning 46935 clauses out of 173223 with flag 1316000/1316000
1667.75/850.27	c cleaning 48325 clauses out of 178288 with flag 1368000/1368000
1735.22/884.57	c cleaning 47964 clauses out of 182963 with flag 1421000/1421000
1795.13/915.66	c cleaning 49737 clauses out of 189002 with flag 1475003/1475003
1800.02/918.81	c starts		: 190
1800.02/918.81	c conflicts		: 1478798
1800.02/918.81	c decisions		: 50631917
1800.02/918.81	c propagations		: 1462556686
1800.02/918.81	c inspects		: 2431312440
1800.02/918.81	c shortcuts		: 0
1800.02/918.81	c learnt literals	: 64
1800.02/918.81	c learnt binary clauses	: 124389
1800.02/918.81	c learnt ternary clauses	: 106842
1800.02/918.81	c learnt constraints	: 1478734
1800.02/918.81	c ignored constraints	: 0
1800.02/918.81	c root simplifications	: 0
1800.02/918.81	c removed literals (reason simplification)	: 7912685
1800.02/918.81	c reason swapping (by a shorter reason)	: 0
1800.02/918.81	c Calls to reduceDB	: 50
1800.02/918.81	c number of reductions to clauses (during analyze)	: 0
1800.02/918.81	c number of learned constraints concerned by reduction	: 0
1800.02/918.81	c number of learning phase by resolution	: 0
1800.02/918.81	c number of learning phase by cutting planes	: 0
1800.02/918.81	c speed (assignments/second)	: 1593144.511302438
1800.02/918.81	c non guided choices	50863
1800.02/918.84	c learnt constraints type 
1800.02/918.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 124398
1800.02/918.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18764
1800.02/918.84	c constraints type 
1800.02/918.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1800.02/918.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1800.02/918.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/918.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1800.02/918.84	c 23234 constraints processed.
1800.02/918.84	c constraints type 
1800.02/918.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2483
1800.02/918.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20557
1800.02/918.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 192
1800.02/918.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.02/918.84	c 23234 constraints processed.
1800.02/918.84	s UNKNOWN
1800.02/918.84	c Total wall clock time (in seconds): 918.725

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689670-1337884127/watcher-3689670-1337884127 -o /tmp/evaluation-result-3689670-1337884127/solver-3689670-1337884127 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689670-1337884127.opb 

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.72 3.81 3.72 5/199 30018
/proc/meminfo: memFree=29056936/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30018/stat : 30018 (java) R 30016 30018 26250 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254537543 9515008 182 33554432000 1073741824 1073778376 140736107437408 140736107420136 215143497456 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/30018/statm: 2331 184 140 9 0 79 0

[startup+0.044153 s]
/proc/loadavg: 3.72 3.81 3.72 5/199 30018
/proc/meminfo: memFree=29056936/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 3077 0 1 0 2 1 0 0 20 0 13 0 254537543 9446973440 3263 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2306390 3263 1698 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100231 s]
/proc/loadavg: 3.72 3.81 3.72 5/199 30018
/proc/meminfo: memFree=29056936/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 4352 0 1 0 8 1 0 0 20 0 18 0 254537543 9787813888 5033 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2389603 5033 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300204 s]
/proc/loadavg: 3.72 3.81 3.72 5/199 30018
/proc/meminfo: memFree=29056936/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 7315 0 1 0 54 2 0 0 20 0 18 0 254537543 9787813888 10790 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2389603 10790 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700206 s]
/proc/loadavg: 3.72 3.81 3.72 5/199 30018
/proc/meminfo: memFree=29056936/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9558412 CPUtime=1.51 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 14401 0 1 0 144 7 0 0 20 0 18 0 254537543 9787813888 45422 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2389603 45422 2250 9 0 2380296 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 3.72 3.81 3.72 7/221 30040
/proc/meminfo: memFree=28808872/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=4.31 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 19968 0 1 0 420 11 0 0 20 0 22 0 254537543 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 53640 2270 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2574 0 1 0 66 4 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254537544 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7276 0 0 0 94 0 0 0 20 0 22 0 254537549 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30034] ppid=30016 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/30018/task/30034/stat : 30034 (java) R 30016 30018 26250 0 -1 4202560 8662 0 0 0 102 2 0 0 20 0 22 0 254537549 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710262109832 140710450170173 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30035] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30035/stat : 30035 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710261070456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30036] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30036/stat : 30036 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710260017864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30037] ppid=30016 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/30018/task/30037/stat : 30037 (java) R 30016 30018 26250 0 -1 4202560 26 0 0 0 69 0 0 0 20 0 22 0 254537618 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710258961392 140710383513419 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 70 0 0 0 67 0 0 0 20 0 22 0 254537618 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710257909176 140710383657703 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 53640 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9824668

[startup+3.10089 s]
/proc/loadavg: 3.72 3.81 3.72 5/221 30040
/proc/meminfo: memFree=28746660/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=7.81 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 20425 0 1 0 763 18 0 0 20 0 22 0 254537543 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 87154 2272 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2574 0 1 0 66 4 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 22 0 254537544 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7345 0 0 0 107 0 0 0 20 0 22 0 254537549 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30034] ppid=30016 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/30018/task/30034/stat : 30034 (java) S 30016 30018 26250 0 -1 4202560 8816 0 0 0 113 2 0 0 20 0 22 0 254537549 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710262122552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30035] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30035/stat : 30035 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710261070456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30036] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30036/stat : 30036 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710260017864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30037] ppid=30016 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/30018/task/30037/stat : 30037 (java) R 30016 30018 26250 0 -1 4202560 27 0 0 0 225 0 0 0 20 0 22 0 254537618 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710258961416 140710383675399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 127 0 0 0 220 3 0 0 20 0 22 0 254537618 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710257910144 140710384031245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 87154 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824668

[startup+6.3009 s]
/proc/loadavg: 3.75 3.81 3.72 5/221 30040
/proc/meminfo: memFree=28244572/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=14.43 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 21055 0 1 0 1414 29 0 0 20 0 22 0 254537543 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 157680 2285 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2574 0 1 0 66 4 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 53 0 0 0 5 3 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 42 0 0 0 6 3 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 57 0 0 0 8 3 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 47 0 0 0 8 3 0 0 20 0 22 0 254537544 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 486 0 0 0 8 0 0 0 20 0 22 0 254537546 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7405 0 0 0 115 0 0 0 20 0 22 0 254537549 10060460032 157680 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=717.09 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 1686 0 0 0 71660 49 0 0 20 0 22 0 254537618 10060460032 796635 33554432000 1073741824 1073778376 140733927874160 140710257909392 140710384027077 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 796635 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 796635 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1494.05
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.26 4.06 3.87 5/221 30049
/proc/meminfo: memFree=22655644/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=1611.74 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 32634 0 1 0 160998 176 0 0 20 0 22 0 254537543 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 818284 2285 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2606 0 1 0 69 6 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 326 0 0 0 191 14 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 541 0 0 0 194 13 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 648 0 0 0 195 9 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 488 0 0 0 198 11 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 392 0 0 0 186 12 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 433 0 0 0 186 12 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 608 0 0 0 190 14 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 624 0 0 0 208 14 0 0 20 0 22 0 254537544 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=43.03 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 2602 0 0 0 4288 15 0 0 20 0 22 0 254537546 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7429 0 0 0 139 0 0 0 20 0 22 0 254537549 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30034] ppid=30016 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/30018/task/30034/stat : 30034 (java) S 30016 30018 26250 0 -1 4202560 12934 0 0 0 188 3 0 0 20 0 22 0 254537549 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710262122552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30035] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30035/stat : 30035 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710261070456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30036] ppid=30016 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/30018/task/30036/stat : 30036 (java) S 30016 30018 26250 0 -1 4202560 47 0 0 0 23 19 0 0 20 0 22 0 254537549 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710260017864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30037] ppid=30016 vsize=9824668 CPUtime=774.03 cores=1,3,5,7
/proc/30018/task/30037/stat : 30037 (java) R 30016 30018 26250 0 -1 4202560 81 0 0 0 77390 13 0 0 20 0 22 0 254537618 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710258963168 140710383763536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=773.91 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 1686 0 0 0 77341 50 0 0 20 0 22 0 254537618 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710257908480 140710383525091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 818284 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1611.74
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.87 5/221 30050
/proc/meminfo: memFree=22482496/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=1730.71 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 32798 0 1 0 172891 180 0 0 20 0 22 0 254537543 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 832201 2285 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2607 0 1 0 69 6 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 345 0 0 0 204 14 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 546 0 0 0 205 13 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 658 0 0 0 208 9 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 492 0 0 0 218 11 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 415 0 0 0 197 12 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 447 0 0 0 197 13 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 611 0 0 0 202 14 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 656 0 0 0 221 14 0 0 20 0 22 0 254537544 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=44.56 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 2647 0 0 0 4440 16 0 0 20 0 22 0 254537546 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7429 0 0 0 139 0 0 0 20 0 22 0 254537549 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30034] ppid=30016 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/30018/task/30034/stat : 30034 (java) S 30016 30018 26250 0 -1 4202560 12934 0 0 0 188 3 0 0 20 0 22 0 254537549 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710262122552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30035] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30035/stat : 30035 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710261070456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30036] ppid=30016 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/30018/task/30036/stat : 30036 (java) S 30016 30018 26250 0 -1 4202560 51 0 0 0 25 20 0 0 20 0 22 0 254537549 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710260017864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30037] ppid=30016 vsize=9824668 CPUtime=832.2 cores=1,3,5,7
/proc/30018/task/30037/stat : 30037 (java) R 30016 30018 26250 0 -1 4202560 82 0 0 0 83206 14 0 0 20 0 22 0 254537618 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710258961392 140710383513287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=832.08 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 1689 0 0 0 83157 51 0 0 20 0 22 0 254537618 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710257909280 140710384030996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 832201 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730.71
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.801 s]
/proc/loadavg: 3.88 3.99 3.87 5/221 30112
/proc/meminfo: memFree=25623924/32873844 swapFree=7364/7364
[pid=30018] ppid=30016 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/30018/stat : 30018 (java) S 30016 30018 26250 0 -1 4202496 32880 0 1 0 179819 183 0 0 20 0 22 0 254537543 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140733927865296 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30018/statm: 2456167 845533 2286 9 0 2446860 0
[pid=30018/tid=30020] ppid=30016 vsize=9824668 CPUtime=0.75 cores=1,3,5,7
/proc/30018/task/30020/stat : 30020 (java) S 30016 30018 26250 0 -1 4202560 2608 0 1 0 69 6 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710443193336 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30021] ppid=30016 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/30018/task/30021/stat : 30021 (java) S 30016 30018 26250 0 -1 4202560 355 0 0 0 214 14 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710381923112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30022] ppid=30016 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/30018/task/30022/stat : 30022 (java) S 30016 30018 26250 0 -1 4202560 546 0 0 0 215 13 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710380870312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30023] ppid=30016 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/30018/task/30023/stat : 30023 (java) S 30016 30018 26250 0 -1 4202560 665 0 0 0 215 9 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710379818024 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30024] ppid=30016 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/30018/task/30024/stat : 30024 (java) S 30016 30018 26250 0 -1 4202560 492 0 0 0 233 11 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710378765224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30025] ppid=30016 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/30018/task/30025/stat : 30025 (java) S 30016 30018 26250 0 -1 4202560 417 0 0 0 205 12 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710377711912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30026] ppid=30016 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/30018/task/30026/stat : 30026 (java) S 30016 30018 26250 0 -1 4202560 448 0 0 0 206 13 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710281689256 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30018/tid=30027] ppid=30016 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/30018/task/30027/stat : 30027 (java) S 30016 30018 26250 0 -1 4202560 611 0 0 0 213 14 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710280636968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30028] ppid=30016 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/30018/task/30028/stat : 30028 (java) S 30016 30018 26250 0 -1 4202560 660 0 0 0 232 14 0 0 20 0 22 0 254537544 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710279584168 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30029] ppid=30016 vsize=9824668 CPUtime=48.63 cores=1,3,5,7
/proc/30018/task/30029/stat : 30029 (java) S 30016 30018 26250 0 -1 4202560 2697 0 0 0 4845 18 0 0 20 0 22 0 254537546 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710267386600 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30030] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30030/stat : 30030 (java) S 30016 30018 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710266332664 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30031] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30031/stat : 30031 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537546 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710265280264 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30032] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30032/stat : 30032 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710264228752 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30033] ppid=30016 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/30018/task/30033/stat : 30033 (java) S 30016 30018 26250 0 -1 4202560 7429 0 0 0 139 0 0 0 20 0 22 0 254537549 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710263175352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30034] ppid=30016 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/30018/task/30034/stat : 30034 (java) S 30016 30018 26250 0 -1 4202560 12937 0 0 0 190 3 0 0 20 0 22 0 254537549 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710262122552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30035] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30035/stat : 30035 (java) S 30016 30018 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254537549 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710261070456 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30036] ppid=30016 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/30018/task/30036/stat : 30036 (java) S 30016 30018 26250 0 -1 4202560 53 0 0 0 26 21 0 0 20 0 22 0 254537549 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710260017864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30037] ppid=30016 vsize=9824668 CPUtime=864.43 cores=1,3,5,7
/proc/30018/task/30037/stat : 30037 (java) R 30016 30018 26250 0 -1 4202560 84 0 0 0 86428 15 0 0 20 0 22 0 254537618 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710258963168 140710383513419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30018/tid=30038] ppid=30016 vsize=9824668 CPUtime=864.28 cores=1,3,5,7
/proc/30018/task/30038/stat : 30038 (java) R 30016 30018 26250 0 -1 4202560 1689 0 0 0 86376 52 0 0 20 0 22 0 254537618 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710257908368 140710383972551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30018/tid=30039] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30039/stat : 30039 (java) S 30016 30018 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710256858792 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30018/tid=30040] ppid=30016 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30018/task/30040/stat : 30040 (java) S 30016 30018 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254537621 10060460032 845533 33554432000 1073741824 1073778376 140733927874160 140710255805992 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 918.869
CPU time (s): 1800.65
CPU user time (s): 1798.33
CPU system time (s): 2.32265
CPU usage (%): 195.964
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 2.32265
maximum resident set size= 3382256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24800
involuntary context switches= 33818

runsolver used 3.57046 second user time and 9.34458 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 20:28:48
IDJOB=3689670
IDBENCH=90163
IDSOLVER=2268
FILE ID=node133/3689670-1337884127
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K192.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689670-1337884127/watcher-3689670-1337884127 -o /tmp/evaluation-result-3689670-1337884127/solver-3689670-1337884127 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689670-1337884127.opb

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=1024136948

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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.08
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.540
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	: 5331.92
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.540
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	: 5331.92
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.540
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	: 5331.91
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.540
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	: 5331.91
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.540
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	: 5331.90
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.540
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	: 5331.91
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.540
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29059364 kB
Buffers:          221980 kB
Cached:          2518472 kB
SwapCached:            0 kB
Active:           719196 kB
Inactive:        2316624 kB
Active(anon):     297800 kB
Inactive(anon):        0 kB
Active(file):     421396 kB
Inactive(file):  2316624 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3252 kB
Writeback:             0 kB
AnonPages:        249428 kB
Mapped:            22644 kB
Shmem:               212 kB
Slab:             631768 kB
SReclaimable:      73800 kB
SUnreclaim:       557968 kB
KernelStack:        1640 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     836164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node133 at 2012-05-24 20:44:08