Trace number 4080527

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.06 896.68

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K141.opb
MD5SUMe981076bb5354ded6cb9b093a6d1a03e
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 variables16779
Total number of constraints17063
Number of constraints which are clauses16922
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint141
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 142
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4080527-1465283425.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
1.90/0.82	c ... done. Wall clock time 0.697s.
1.90/0.82	c declared #vars     16779
1.90/0.82	c #constraints  17063
1.90/0.82	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.90/0.82	c constraints type 
1.90/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15100
1.90/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
1.90/0.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.90/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1820
1.90/0.82	c 17063 constraints processed.
1.90/0.82	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.90/0.82	c constraints type 
1.90/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1820
1.90/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15100
1.90/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 141
1.90/0.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.90/0.82	c 17063 constraints processed.
9.02/3.42	c cleaning 2489 clauses out of 4993 with flag 21908/5000
14.81/6.13	c cleaning 4247 clauses out of 8501 with flag 53545/11001
20.96/9.17	c cleaning 5601 clauses out of 11257 with flag 91183/18008
29.50/13.34	c cleaning 6801 clauses out of 13646 with flag 136960/26000
38.02/17.53	c cleaning 7892 clauses out of 15847 with flag 185096/35003
47.03/22.05	c cleaning 8737 clauses out of 17952 with flag 238150/45001
57.93/27.44	c cleaning 9134 clauses out of 20213 with flag 293126/56001
71.12/34.01	c cleaning 10020 clauses out of 23074 with flag 360652/68000
84.72/40.76	c cleaning 10670 clauses out of 26047 with flag 425375/81000
98.49/47.65	c cleaning 11771 clauses out of 29379 with flag 499300/95004
113.70/55.12	c cleaning 12361 clauses out of 32605 with flag 578680/110002
129.29/62.90	c cleaning 13399 clauses out of 36233 with flag 665410/126000
145.89/71.22	c cleaning 13951 clauses out of 39830 with flag 755213/143000
165.29/80.81	c cleaning 15039 clauses out of 43877 with flag 853609/161001
187.06/91.92	c cleaning 15666 clauses out of 47837 with flag 958931/180003
209.05/102.95	c cleaning 16792 clauses out of 52167 with flag 1069333/200001
231.12/113.97	c cleaning 17374 clauses out of 56374 with flag 1185005/221000
254.34/125.57	c cleaning 18163 clauses out of 60997 with flag 1304905/243000
279.59/138.03	c cleaning 19119 clauses out of 65826 with flag 1428581/266000
304.58/150.55	c cleaning 19989 clauses out of 70705 with flag 1562769/290000
332.89/164.67	c cleaning 20568 clauses out of 75716 with flag 1702971/315002
365.70/180.93	c cleaning 21794 clauses out of 81145 with flag 1851822/341000
396.30/196.22	c cleaning 22405 clauses out of 86350 with flag 2008264/368000
426.87/211.48	c cleaning 22893 clauses out of 91941 with flag 2163472/396002
462.85/229.86	c cleaning 23751 clauses out of 98045 with flag 2325564/425000
472.32/234.53	c cleaning 0 clauses out of 5000 with flag 0/5000
500.80/248.64	c cleaning 24939 clauses out of 104292 with flag 2496745/455000
538.40/267.40	c cleaning 25833 clauses out of 110352 with flag 2676894/486001
580.58/288.25	c cleaning 26787 clauses out of 116506 with flag 2862595/518000
622.50/309.06	c cleaning 27513 clauses out of 122716 with flag 3051941/551000
662.98/329.15	c cleaning 28331 clauses out of 129200 with flag 3249246/585000
706.24/350.61	c cleaning 29366 clauses out of 135868 with flag 3451381/620000
753.33/374.09	c cleaning 30119 clauses out of 142499 with flag 3664132/656000
799.07/396.72	c cleaning 30958 clauses out of 149379 with flag 3896732/693001
845.47/419.95	c cleaning 32133 clauses out of 156419 with flag 4124108/731000
896.26/445.18	c cleaning 32933 clauses out of 163286 with flag 4357165/770000
946.08/469.87	c cleaning 33852 clauses out of 170350 with flag 4606240/810000
996.26/494.92	c cleaning 34529 clauses out of 177497 with flag 4859781/851001
1050.07/521.83	c cleaning 35241 clauses out of 184967 with flag 5133120/893000
1108.87/551.29	c cleaning 36127 clauses out of 192724 with flag 5400675/936000
1166.26/579.96	c cleaning 37233 clauses out of 200595 with flag 5669447/980000
1224.05/608.65	c cleaning 37955 clauses out of 208364 with flag 5953572/1025004
1283.84/638.51	c cleaning 38923 clauses out of 216405 with flag 6253770/1071000
1345.64/669.47	c cleaning 40322 clauses out of 224484 with flag 6563539/1118002
1409.85/701.53	c cleaning 40944 clauses out of 232159 with flag 6872474/1166001
1475.64/734.42	c cleaning 41741 clauses out of 240216 with flag 7190528/1215002
1545.44/769.34	c cleaning 43141 clauses out of 248473 with flag 7522084/1265001
1617.26/805.24	c cleaning 43716 clauses out of 256329 with flag 7865950/1316000
1692.84/843.00	c cleaning 44809 clauses out of 264613 with flag 8219805/1368000
1770.63/881.94	c cleaning 45327 clauses out of 272800 with flag 8587165/1421000
1800.06/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.61	c starts		: 8288
1800.06/896.61	c conflicts		: 1444181
1800.06/896.61	c decisions		: 35770783
1800.06/896.61	c propagations		: 1180746255
1800.06/896.61	c inspects		: 3423579865
1800.06/896.61	c shortcuts		: 0
1800.06/896.61	c learnt literals	: 129
1800.06/896.61	c learnt binary clauses	: 93325
1800.06/896.61	c learnt ternary clauses	: 86573
1800.06/896.61	c learnt constraints	: 1444052
1800.06/896.61	c ignored constraints	: 0
1800.06/896.61	c root simplifications	: 0
1800.06/896.61	c removed literals (reason simplification)	: 12135416
1800.06/896.61	c reason swapping (by a shorter reason)	: 0
1800.06/896.61	c Calls to reduceDB	: 49
1800.06/896.61	c Number of update (reduction) of LBD	: 1054792
1800.06/896.61	c Imported unit clauses	: 0
1800.06/896.61	c number of reductions to clauses (during analyze)	: 0
1800.06/896.61	c number of learned constraints concerned by reduction	: 0
1800.06/896.61	c number of learning phase by resolution	: 0
1800.06/896.61	c number of learning phase by cutting planes	: 0
1800.06/896.61	c speed (assignments/second)	: 1318185.5535559584
1800.06/896.61	c non guided choices	8257
1800.06/896.66	c learnt constraints type 
1800.06/896.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 93325
1800.06/896.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157329
1800.06/896.66	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.66	c starts		: 26
1800.06/896.66	c conflicts		: 6277
1800.06/896.66	c decisions		: 111038
1800.06/896.66	c propagations		: 5996483
1800.06/896.66	c inspects		: 272222240
1800.06/896.66	c shortcuts		: 0
1800.06/896.66	c learnt literals	: 0
1800.06/896.66	c learnt binary clauses	: 0
1800.06/896.66	c learnt ternary clauses	: 6
1800.06/896.66	c learnt constraints	: 6276
1800.06/896.66	c ignored constraints	: 0
1800.06/896.66	c root simplifications	: 0
1800.06/896.66	c removed literals (reason simplification)	: 0
1800.06/896.66	c reason swapping (by a shorter reason)	: 0
1800.06/896.66	c Calls to reduceDB	: 1
1800.06/896.66	c Number of update (reduction) of LBD	: 0
1800.06/896.66	c Imported unit clauses	: 0
1800.06/896.66	c number of reductions to clauses (during analyze)	: 0
1800.06/896.66	c number of learned constraints concerned by reduction	: 0
1800.06/896.66	c number of learning phase by resolution	: 0
1800.06/896.66	c number of learning phase by cutting planes	: 0
1800.06/896.66	c speed (assignments/second)	: 6694.049853035243
1800.06/896.66	c non guided choices	790
1800.06/896.66	c learnt constraints type 
1800.06/896.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 267
1800.06/896.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1268
1800.06/896.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4741
1800.06/896.66	s UNKNOWN
1800.06/896.66	c Total wall clock time (in seconds): 896.543

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-4080527-1465283425/watcher-4080527-1465283425 -o /tmp/evaluation-result-4080527-1465283425/solver-4080527-1465283425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080527-1465283425.opb 

pid=28963
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.16 4.23 4.25 4/198 28966
/proc/meminfo: memFree=26377052/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/28966/stat : 28966 (java) R 28963 28966 27578 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 110274858 9379840 122 33554432000 1073741824 1073778376 140736726255136 140736726252264 213423002080 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2290 126 98 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 4.16 4.23 4.25 4/198 28966
/proc/meminfo: memFree=26377052/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 4423 0 1 0 8 0 0 0 20 0 18 0 110274858 9787879424 6052 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2389619 6052 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.16 4.23 4.25 4/198 28966
/proc/meminfo: memFree=26377052/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 6493 0 1 0 27 1 0 0 20 0 18 0 110274858 9787879424 8499 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2389619 8530 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 4.16 4.23 4.25 4/198 28966
/proc/meminfo: memFree=26377052/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 7296 0 1 0 55 1 0 0 20 0 18 0 110274858 9787879424 11705 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2389619 11705 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 4.16 4.23 4.25 4/198 28966
/proc/meminfo: memFree=26377052/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9558476 CPUtime=1.59 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 21436 0 1 0 154 5 0 0 20 0 18 0 110274858 9787879424 41125 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2389619 41125 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 4.16 4.23 4.25 7/220 28988
/proc/meminfo: memFree=26178240/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 25018 0 1 0 454 8 0 0 20 0 22 0 110274858 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2456183 52003 2281 9 0 2446860 0
[pid=28966/tid=28968] ppid=28963 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28966/task/28968/stat : 28968 (java) S 28963 28966 27578 0 -1 4202560 2480 0 1 0 76 3 0 0 20 0 22 0 110274859 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415739483000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28969] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28969/stat : 28969 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415711934760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28970] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28970/stat : 28970 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415710881960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28971] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/28966/task/28981/stat : 28981 (java) R 28963 28966 27578 0 -1 4202560 8051 0 0 0 123 1 0 0 20 0 22 0 110274864 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415088945416 140415745942684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28982] ppid=28963 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/28966/task/28982/stat : 28982 (java) R 28963 28966 27578 0 -1 4202560 13040 0 0 0 120 1 0 0 20 0 22 0 110274864 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415087887000 140415743600015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28983] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28983/stat : 28983 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415086840952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28984] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28984/stat : 28984 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415085788360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28985] ppid=28963 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/28966/task/28985/stat : 28985 (java) R 28963 28966 27578 0 -1 4202560 23 0 0 0 62 0 0 0 20 0 22 0 110274941 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415084732648 140415585190120 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28986] ppid=28963 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/28966/task/28986/stat : 28986 (java) R 28963 28966 27578 0 -1 4202560 35 0 0 0 62 0 0 0 20 0 22 0 110274941 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415083679752 140415741672993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28987] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28987/stat : 28987 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274945 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415082628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28988] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28988/stat : 28988 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274946 10060525568 52003 33554432000 1073741824 1073778376 140736726255136 140415081575464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.15 4.22 4.25 5/220 28988
/proc/meminfo: memFree=26176248/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9824732 CPUtime=8.38 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 25064 0 1 0 828 10 0 0 20 0 22 0 110274858 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2456183 57134 2288 9 0 2446860 0
[pid=28966/tid=28968] ppid=28963 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28966/task/28968/stat : 28968 (java) S 28963 28966 27578 0 -1 4202560 2480 0 1 0 76 3 0 0 20 0 22 0 110274859 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415739483000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28969] ppid=28963 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28966/task/28969/stat : 28969 (java) S 28963 28966 27578 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415711934760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28970] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28970/stat : 28970 (java) S 28963 28966 27578 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415710881960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28971] ppid=28963 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110274860 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28966/task/28981/stat : 28981 (java) S 28963 28966 27578 0 -1 4202560 8058 0 0 0 153 2 0 0 20 0 22 0 110274864 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415088945848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28982] ppid=28963 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/28966/task/28982/stat : 28982 (java) S 28963 28966 27578 0 -1 4202560 13040 0 0 0 143 2 0 0 20 0 22 0 110274864 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415087893048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28983] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28983/stat : 28983 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415086840952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28984] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28984/stat : 28984 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415085788360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28985] ppid=28963 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/28966/task/28985/stat : 28985 (java) R 28963 28966 27578 0 -1 4202560 23 0 0 0 217 0 0 0 20 0 22 0 110274941 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415084730784 140415584824175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28986] ppid=28963 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/28966/task/28986/stat : 28986 (java) R 28963 28966 27578 0 -1 4202560 38 0 0 0 220 0 0 0 20 0 22 0 110274941 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415083679560 140415585096194 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28987] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28987/stat : 28987 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274945 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415082628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28988] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28988/stat : 28988 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274946 10060525568 57134 33554432000 1073741824 1073778376 140736726255136 140415081575464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.15 4.22 4.25 5/220 28988
/proc/meminfo: memFree=25988608/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9824732 CPUtime=15.21 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 25464 0 1 0 1501 20 0 0 20 0 22 0 110274858 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2456183 113202 2292 9 0 2446860 0
[pid=28966/tid=28968] ppid=28963 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28966/task/28968/stat : 28968 (java) S 28963 28966 27578 0 -1 4202560 2480 0 1 0 76 3 0 0 20 0 22 0 110274859 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415739483000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28969] ppid=28963 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28966/task/28969/stat : 28969 (java) S 28963 28966 27578 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415711934760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28970] ppid=28963 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28966/task/28970/stat : 28970 (java) S 28963 28966 27578 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415710881960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28971] ppid=28963 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 32 0 0 0 1 2 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 52 0 0 0 3 0 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 42 0 0 0 4 0 0 0 20 0 22 0 110274860 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 113202 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.72 cores=1,3,5,7

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

/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 461 0 0 0 150 15 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 446 0 0 0 132 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 374 0 0 0 142 11 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 439 0 0 0 125 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 427 0 0 0 137 12 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 501 0 0 0 142 14 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 1738 0 0 0 171 3 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28966/task/28981/stat : 28981 (java) S 28963 28966 27578 0 -1 4202560 8069 0 0 0 178 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415088945848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28982] ppid=28963 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/28966/task/28982/stat : 28982 (java) S 28963 28966 27578 0 -1 4202560 13051 0 0 0 184 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415087893048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28983] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28983/stat : 28983 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415086840952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28984] ppid=28963 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/28966/task/28984/stat : 28984 (java) S 28963 28966 27578 0 -1 4202560 47 0 0 0 13 19 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415085788360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28985] ppid=28963 vsize=9824732 CPUtime=814.17 cores=1,3,5,7
/proc/28966/task/28985/stat : 28985 (java) R 28963 28966 27578 0 -1 4202560 47 0 0 0 81405 12 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415084723984 140415585111508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28986] ppid=28963 vsize=9824732 CPUtime=814.22 cores=1,3,5,7
/proc/28966/task/28986/stat : 28986 (java) R 28963 28966 27578 0 -1 4202560 1593 0 0 0 81375 47 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415083677504 140415585239742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28987] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28987/stat : 28987 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274945 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415082628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28988] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28988/stat : 28988 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274946 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415081575464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1651.45
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.24 4.26 4.26 5/219 29076
/proc/meminfo: memFree=22938288/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9824732 CPUtime=1771.45 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 31921 0 1 0 176987 158 0 0 20 0 22 0 110274858 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2456183 840978 2301 9 0 2446860 0
[pid=28966/tid=28968] ppid=28963 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/28966/task/28968/stat : 28968 (java) S 28963 28966 27578 0 -1 4202560 2487 0 1 0 78 4 0 0 20 0 22 0 110274859 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415739483000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28969] ppid=28963 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/28966/task/28969/stat : 28969 (java) S 28963 28966 27578 0 -1 4202560 556 0 0 0 168 14 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415711934760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28970] ppid=28963 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28966/task/28970/stat : 28970 (java) S 28963 28966 27578 0 -1 4202560 414 0 0 0 144 11 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415710881960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28971] ppid=28963 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 461 0 0 0 150 15 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 446 0 0 0 132 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 374 0 0 0 142 11 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 439 0 0 0 125 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 427 0 0 0 137 12 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 501 0 0 0 142 14 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 1738 0 0 0 171 4 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28966/task/28981/stat : 28981 (java) S 28963 28966 27578 0 -1 4202560 8069 0 0 0 178 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415088945848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28982] ppid=28963 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/28966/task/28982/stat : 28982 (java) S 28963 28966 27578 0 -1 4202560 13051 0 0 0 184 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415087893048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28983] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28983/stat : 28983 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415086840952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28984] ppid=28963 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28966/task/28984/stat : 28984 (java) S 28963 28966 27578 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415085788360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28985] ppid=28963 vsize=9824732 CPUtime=874.02 cores=1,3,5,7
/proc/28966/task/28985/stat : 28985 (java) R 28963 28966 27578 0 -1 4202560 48 0 0 0 87389 13 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415084723984 140415584496784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28986] ppid=28963 vsize=9824732 CPUtime=874.07 cores=1,3,5,7
/proc/28966/task/28986/stat : 28986 (java) R 28963 28966 27578 0 -1 4202560 1593 0 0 0 87359 48 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415083677504 140415585239616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28987] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28987/stat : 28987 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274945 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415082628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28988] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28988/stat : 28988 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274946 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415081575464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.43 4.30 4.27 5/219 29077
/proc/meminfo: memFree=22945556/32872528 swapFree=16636/1570076
[pid=28966] ppid=28963 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/28966/stat : 28966 (java) S 28963 28966 27578 0 -1 4202496 31921 0 1 0 179847 159 0 0 20 0 22 0 110274858 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140736726246272 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28966/statm: 2456183 840978 2301 9 0 2446860 0
[pid=28966/tid=28968] ppid=28963 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28966/task/28968/stat : 28968 (java) S 28963 28966 27578 0 -1 4202560 2487 0 1 0 78 5 0 0 20 0 22 0 110274859 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415739483000 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28969] ppid=28963 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/28966/task/28969/stat : 28969 (java) S 28963 28966 27578 0 -1 4202560 556 0 0 0 168 14 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415711934760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28970] ppid=28963 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/28966/task/28970/stat : 28970 (java) S 28963 28966 27578 0 -1 4202560 414 0 0 0 144 11 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415710881960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28971] ppid=28963 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/28966/task/28971/stat : 28971 (java) S 28963 28966 27578 0 -1 4202560 461 0 0 0 150 15 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415709829672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28972] ppid=28963 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/28966/task/28972/stat : 28972 (java) S 28963 28966 27578 0 -1 4202560 446 0 0 0 132 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415708776872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28973] ppid=28963 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28966/task/28973/stat : 28973 (java) S 28963 28966 27578 0 -1 4202560 374 0 0 0 142 11 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415707724584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28974] ppid=28963 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28966/task/28974/stat : 28974 (java) S 28963 28966 27578 0 -1 4202560 439 0 0 0 125 10 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415706671784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28975] ppid=28963 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/28966/task/28975/stat : 28975 (java) S 28963 28966 27578 0 -1 4202560 427 0 0 0 137 12 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415705619496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28976] ppid=28963 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/28966/task/28976/stat : 28976 (java) S 28963 28966 27578 0 -1 4202560 501 0 0 0 142 14 0 0 20 0 22 0 110274860 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415704566696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28977] ppid=28963 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/28966/task/28977/stat : 28977 (java) S 28963 28966 27578 0 -1 4202560 1738 0 0 0 171 4 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415093156072 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28978] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28978/stat : 28978 (java) S 28963 28966 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415092102136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28979] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28979/stat : 28979 (java) S 28963 28966 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110274862 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415091049736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28980] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28980/stat : 28980 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415089998224 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28981] ppid=28963 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28966/task/28981/stat : 28981 (java) S 28963 28966 27578 0 -1 4202560 8069 0 0 0 178 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415088945848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28982] ppid=28963 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/28966/task/28982/stat : 28982 (java) S 28963 28966 27578 0 -1 4202560 13051 0 0 0 184 2 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415087893048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28983] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28983/stat : 28983 (java) S 28963 28966 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415086840952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28984] ppid=28963 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/28966/task/28984/stat : 28984 (java) S 28963 28966 27578 0 -1 4202560 51 0 0 0 15 21 0 0 20 0 22 0 110274864 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415085788360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28966/tid=28985] ppid=28963 vsize=9824732 CPUtime=888.28 cores=1,3,5,7
/proc/28966/task/28985/stat : 28985 (java) R 28963 28966 27578 0 -1 4202560 48 0 0 0 88815 13 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415084723984 140415584738790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28966/tid=28986] ppid=28963 vsize=9824732 CPUtime=888.33 cores=1,3,5,7
/proc/28966/task/28986/stat : 28986 (java) R 28963 28966 27578 0 -1 4202560 1593 0 0 0 88785 48 0 0 20 0 22 0 110274941 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415083677504 140415584888233 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28966/tid=28987] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28987/stat : 28987 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274945 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415082628264 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28966/tid=28988] ppid=28963 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28966/task/28988/stat : 28988 (java) S 28963 28966 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110274946 10060525568 840978 33554432000 1073741824 1073778376 140736726255136 140415081575464 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 28966 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28966 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=958276
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=101680
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.68
CPU time (s): 1800.06
CPU user time (s): 1798.47
CPU system time (s): 1.59
CPU usage (%): 200.747
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.10168
maximum resident set size= 3364028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31956
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22248
involuntary context switches= 12413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.01309 second user time and 7.13392 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 09:10:25
IDJOB=4080527
IDBENCH=90203
IDSOLVER=2543
FILE ID=node140/4080527-1465283425
RUNJOBID= node140-1465276272-27595
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K141.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080527-1465283425/watcher-4080527-1465283425 -o /tmp/evaluation-result-4080527-1465283425/solver-4080527-1465283425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080527-1465283425.opb

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

MD5SUM BENCH= e981076bb5354ded6cb9b093a6d1a03e
RANDOM SEED=1373138953

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26377696 kB
Buffers:          127860 kB
Cached:           308608 kB
SwapCached:         1688 kB
Active:          3823228 kB
Inactive:         357596 kB
Active(anon):    3743892 kB
Inactive(anon):     2692 kB
Active(file):      79336 kB
Inactive(file):   354904 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:       5342008 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603596 kB
SReclaimable:      47580 kB
SUnreclaim:       556016 kB
KernelStack:        1816 kB
PageTables:        14128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5548644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5255168 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= 71736 MiB
End job on node140 at 2016-06-07 09:25:22