Trace number 4081514

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 892.452

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081514-1465260139.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.11/0.50	c ... done. Wall clock time 0.396s.
1.11/0.50	c declared #vars     3216
1.11/0.50	c #constraints  3721
1.11/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.11/0.51	c constraints type 
1.11/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63
1.11/0.51	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.11/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 63
1.11/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3210
1.11/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
1.11/0.51	c 3721 constraints processed.
1.11/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.11/0.51	c constraints type 
1.11/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1.11/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1.11/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1.11/0.51	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.11/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
1.11/0.51	c 3721 constraints processed.
1.11/0.51	c objective function length is 6 literals
5.46/1.77	c cleaning 2461 clauses out of 5000 with flag 26696/5000
6.94/2.37	c cleaning 4259 clauses out of 8540 with flag 50368/11001
8.33/3.02	c cleaning 5627 clauses out of 11282 with flag 84547/18002
10.19/3.91	c cleaning 6817 clauses out of 13654 with flag 147900/26001
12.28/4.90	c cleaning 7915 clauses out of 15837 with flag 228764/35001
14.27/5.94	c cleaning 8951 clauses out of 17922 with flag 280015/45001
16.68/7.13	c cleaning 9975 clauses out of 19970 with flag 331587/56000
19.27/8.43	c cleaning 10993 clauses out of 21995 with flag 384489/68000
22.77/10.10	c cleaning 11986 clauses out of 24002 with flag 459736/81000
26.06/11.70	c cleaning 12996 clauses out of 26016 with flag 536606/95000
30.46/13.96	c cleaning 13994 clauses out of 28021 with flag 632391/110001
35.41/16.40	c cleaning 14903 clauses out of 30026 with flag 746888/126000
43.97/20.57	c cleaning 16025 clauses out of 32126 with flag 983024/143003
50.97/24.05	c cleaning 16999 clauses out of 34098 with flag 1227113/161000
59.79/28.37	c cleaning 18045 clauses out of 36102 with flag 1500847/180003
71.25/33.98	c cleaning 19022 clauses out of 38054 with flag 1809258/200000
81.46/39.09	c cleaning 20013 clauses out of 40034 with flag 2130511/221002
91.49/43.99	c cleaning 21010 clauses out of 42019 with flag 2428593/243000
103.08/49.71	c cleaning 21989 clauses out of 44009 with flag 2695149/266000
115.91/56.43	c cleaning 23008 clauses out of 46020 with flag 3060254/290000
127.51/62.27	c cleaning 24001 clauses out of 48012 with flag 3393147/315000
139.80/68.35	c cleaning 24979 clauses out of 50012 with flag 3649606/341001
154.41/75.67	c cleaning 26010 clauses out of 52032 with flag 3914303/368000
173.15/84.96	c cleaning 27008 clauses out of 54024 with flag 4222842/396002
190.92/93.73	c cleaning 27998 clauses out of 56014 with flag 4533332/425000
211.35/104.24	c cleaning 29003 clauses out of 58017 with flag 4822082/455001
228.08/112.57	c cleaning 0 clauses out of 5001 with flag 0/5001
231.51/114.06	c cleaning 29992 clauses out of 60013 with flag 5135606/486000
254.61/125.39	c cleaning 30998 clauses out of 62022 with flag 5452431/518001
279.16/137.58	c cleaning 31993 clauses out of 64023 with flag 5781337/551000
304.18/149.98	c cleaning 33008 clauses out of 66030 with flag 6111719/585000
330.53/163.09	c cleaning 33999 clauses out of 68022 with flag 6472640/620000
359.03/177.12	c cleaning 35006 clauses out of 70023 with flag 6849848/656000
389.25/192.13	c cleaning 36006 clauses out of 72018 with flag 7211552/693001
417.87/206.39	c cleaning 36986 clauses out of 74012 with flag 7608187/731001
446.94/220.71	c cleaning 38009 clauses out of 76026 with flag 8018825/770001
480.86/237.48	c cleaning 39008 clauses out of 78017 with flag 8450240/810001
514.13/253.83	c cleaning 39999 clauses out of 80009 with flag 8900131/851001
550.10/272.22	c cleaning 41000 clauses out of 82009 with flag 9340851/893000
586.19/290.26	c cleaning 41999 clauses out of 84009 with flag 9803883/936000
622.18/308.13	c cleaning 43002 clauses out of 86011 with flag 10324722/980001
659.41/326.64	c cleaning 43995 clauses out of 88011 with flag 10794162/1025003
700.73/347.05	c cleaning 45002 clauses out of 90014 with flag 11313467/1071001
740.75/366.81	c cleaning 45973 clauses out of 92011 with flag 11855970/1118000
787.45/389.81	c cleaning 47009 clauses out of 94038 with flag 12370763/1166000
832.78/412.20	c cleaning 47992 clauses out of 96029 with flag 12955969/1215000
883.27/437.00	c cleaning 49010 clauses out of 98037 with flag 13473393/1265000
935.14/462.75	c cleaning 50009 clauses out of 100028 with flag 14070910/1316001
984.96/487.47	c cleaning 51005 clauses out of 102019 with flag 14646923/1368001
1041.36/515.47	c cleaning 51992 clauses out of 104013 with flag 15229601/1421000
1088.22/538.69	c cleaning 0 clauses out of 11001 with flag 0/11001
1097.83/543.45	c cleaning 53005 clauses out of 106021 with flag 15780010/1475000
1159.41/573.99	c cleaning 53994 clauses out of 108016 with flag 16318493/1530000
1219.79/604.93	c cleaning 55002 clauses out of 110023 with flag 16870084/1586001
1280.72/635.22	c cleaning 55997 clauses out of 112022 with flag 17426045/1643002
1337.97/663.61	c cleaning 57002 clauses out of 114025 with flag 18076856/1701002
1398.59/693.68	c cleaning 58005 clauses out of 116023 with flag 18788029/1760002
1455.80/721.93	c cleaning 58996 clauses out of 118016 with flag 19491188/1820000
1507.62/747.55	c cleaning 60004 clauses out of 120021 with flag 20201678/1881001
1566.76/776.85	c cleaning 60997 clauses out of 122016 with flag 20913991/1943000
1633.24/809.70	c cleaning 61978 clauses out of 124019 with flag 21672931/2006000
1704.66/845.17	c cleaning 63013 clauses out of 126041 with flag 22354312/2070000
1775.65/880.35	c cleaning 64004 clauses out of 128028 with flag 22951465/2135000
1800.05/892.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.40	c starts		: 4627
1800.05/892.40	c conflicts		: 2162269
1800.05/892.40	c decisions		: 3875113
1800.05/892.40	c propagations		: 231808419
1800.05/892.40	c inspects		: 9559845756
1800.05/892.40	c shortcuts		: 0
1800.05/892.40	c learnt literals	: 0
1800.05/892.40	c learnt binary clauses	: 0
1800.05/892.40	c learnt ternary clauses	: 0
1800.05/892.40	c learnt constraints	: 2162269
1800.05/892.40	c ignored constraints	: 0
1800.05/892.40	c root simplifications	: 0
1800.05/892.40	c removed literals (reason simplification)	: 35437619
1800.05/892.40	c reason swapping (by a shorter reason)	: 0
1800.05/892.40	c Calls to reduceDB	: 61
1800.05/892.40	c Number of update (reduction) of LBD	: 1064617
1800.05/892.40	c Imported unit clauses	: 0
1800.05/892.40	c number of reductions to clauses (during analyze)	: 0
1800.05/892.40	c number of learned constraints concerned by reduction	: 0
1800.05/892.40	c number of learning phase by resolution	: 0
1800.05/892.40	c number of learning phase by cutting planes	: 0
1800.05/892.40	c speed (assignments/second)	: 259907.83473691175
1800.05/892.40	c non guided choices	5152
1800.05/892.43	c learnt constraints type 
1800.05/892.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91293
1800.05/892.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.43	c starts		: 40
1800.05/892.43	c conflicts		: 13928
1800.05/892.43	c decisions		: 97438
1800.05/892.43	c propagations		: 2099696
1800.05/892.43	c inspects		: 826539863
1800.05/892.43	c shortcuts		: 0
1800.05/892.43	c learnt literals	: 0
1800.05/892.43	c learnt binary clauses	: 0
1800.05/892.43	c learnt ternary clauses	: 0
1800.05/892.43	c learnt constraints	: 13928
1800.05/892.43	c ignored constraints	: 0
1800.05/892.43	c root simplifications	: 0
1800.05/892.43	c removed literals (reason simplification)	: 0
1800.05/892.43	c reason swapping (by a shorter reason)	: 0
1800.05/892.43	c Calls to reduceDB	: 2
1800.05/892.43	c Number of update (reduction) of LBD	: 0
1800.05/892.43	c Imported unit clauses	: 0
1800.05/892.43	c number of reductions to clauses (during analyze)	: 0
1800.05/892.43	c number of learned constraints concerned by reduction	: 0
1800.05/892.43	c number of learning phase by resolution	: 0
1800.05/892.43	c number of learning phase by cutting planes	: 0
1800.05/892.43	c speed (assignments/second)	: 2354.1488912035143
1800.05/892.43	c non guided choices	2654
1800.05/892.43	c learnt constraints type 
1800.05/892.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13928
1800.05/892.43	s UNKNOWN
1800.05/892.43	c Total wall clock time (in seconds): 892.325

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-4081514-1465260139/watcher-4081514-1465260139 -o /tmp/evaluation-result-4081514-1465260139/solver-4081514-1465260139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081514-1465260139.opb 

pid=5896
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: 2.72 3.44 3.90 3/196 5899
/proc/meminfo: memFree=27737384/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 107947466 96370688 931 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 23528 931 705 9 0 16769 0
[pid=5899/tid=5900] ppid=5896 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5896 5899 3593 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 107947467 98635776 960 33554432000 1073741824 1073778376 140734370163424 140638374321704 217401302269 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.72 3.44 3.90 3/196 5899
/proc/meminfo: memFree=27737384/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 4501 0 1 0 9 1 0 0 20 0 18 0 107947466 9787879424 6125 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2389619 6125 2156 9 0 2380296 0
[pid=5899/tid=5900] ppid=5896 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5896 5899 3593 0 -1 4202560 2405 0 1 0 7 0 0 0 20 0 18 0 107947467 9787879424 6126 33554432000 1073741824 1073778376 140734370163424 140638374325152 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.72 3.44 3.90 3/196 5899
/proc/meminfo: memFree=27737384/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 4801 0 1 0 25 1 0 0 20 0 18 0 107947466 9787879424 7390 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2389619 7390 2220 9 0 2380296 0
[pid=5899/tid=5900] ppid=5896 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5896 5899 3593 0 -1 4202560 2422 0 1 0 17 0 0 0 20 0 18 0 107947467 9787879424 7390 33554432000 1073741824 1073778376 140734370163424 140638374325152 140638246943264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.302152 s]
/proc/loadavg: 2.72 3.44 3.90 3/196 5899
/proc/meminfo: memFree=27737384/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 7158 0 1 0 53 1 0 0 20 0 18 0 107947466 9787879424 10732 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2389619 10732 2233 9 0 2380296 0
[pid=5899/tid=5900] ppid=5896 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) R 5896 5899 3593 0 -1 4202560 2426 0 1 0 26 2 0 0 20 0 18 0 107947467 9787879424 10732 33554432000 1073741824 1073778376 140734370163424 140638374325152 140638246942964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.72 3.44 3.90 3/196 5899
/proc/meminfo: memFree=27737384/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 22900 0 1 0 186 4 0 0 20 0 22 0 107947466 10060525568 27890 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 27890 2255 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2455 0 1 0 47 2 0 0 20 0 22 0 107947467 10060525568 27890 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 2.72 3.44 3.90 6/218 5921
/proc/meminfo: memFree=27634752/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=5.02 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 30465 0 1 0 496 6 0 0 20 0 22 0 107947466 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 44064 2274 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2455 0 1 0 47 2 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5902] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638218300072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5903] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638217247528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5904] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638216194984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638215142440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638214088872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638213036328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638211983784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5896 5899 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638210931240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5910] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5910/stat : 5910 (java) S 5896 5899 3593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107947468 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638198520424 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5911] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5911/stat : 5911 (java) S 5896 5899 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638197466744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5912] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5912/stat : 5912 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638196414088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5913] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5913/stat : 5913 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638195362832 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5914] ppid=5896 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/5899/task/5914/stat : 5914 (java) S 5896 5899 3593 0 -1 4202560 10414 0 0 0 126 1 0 0 20 0 22 0 107947471 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638194309176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5915] ppid=5896 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) R 5896 5899 3593 0 -1 4202560 16200 0 0 0 122 2 0 0 20 0 22 0 107947471 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638193244040 140638376928128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5916] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638192204280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5917] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638191151944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5918] ppid=5896 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) R 5896 5899 3593 0 -1 4202560 28 0 0 0 97 0 0 0 20 0 22 0 107947517 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638190097336 140638248020242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5919] ppid=5896 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5896 5899 3593 0 -1 4202560 89 0 0 0 96 1 0 0 20 0 22 0 107947517 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638189043872 140638247348874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5920] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638187992616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5921] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 44064 33554432000 1073741824 1073778376 140734370163424 140638186940072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 9824732

[startup+3.10549 s]
/proc/loadavg: 2.90 3.46 3.90 4/218 5921
/proc/meminfo: memFree=27531608/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=8.58 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 31862 0 1 0 845 13 0 0 20 0 22 0 107947466 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 87189 2291 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2455 0 1 0 47 2 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5902] ppid=5896 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) R 5896 5899 3593 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638218300072 140638381822199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5903] ppid=5896 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) R 5896 5899 3593 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638217247704 140638378083468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5904] ppid=5896 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) R 5896 5899 3593 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638216195160 140638378502319 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) R 5896 5899 3593 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638215142616 140638378083468 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) R 5896 5899 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638214089000 217410473095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) R 5896 5899 3593 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638213036456 217410473095 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) R 5896 5899 3593 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638211983912 217410473095 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) R 5896 5899 3593 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 107947467 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638210931240 217410473095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5910] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5910/stat : 5910 (java) S 5896 5899 3593 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107947468 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638198519304 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5911] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5911/stat : 5911 (java) S 5896 5899 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638197466744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5912] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5912/stat : 5912 (java) S 5896 5899 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638196414088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5913] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5913/stat : 5913 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638195362832 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5914] ppid=5896 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/5899/task/5914/stat : 5914 (java) S 5896 5899 3593 0 -1 4202560 10416 0 0 0 135 1 0 0 20 0 22 0 107947471 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638194309176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5915] ppid=5896 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5896 5899 3593 0 -1 4202560 17354 0 0 0 138 3 0 0 20 0 22 0 107947471 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638193256632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5916] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638192204280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5917] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638191151944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5918] ppid=5896 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) S 5896 5899 3593 0 -1 4202560 31 0 0 0 250 0 0 0 20 0 22 0 107947517 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638190095240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5919] ppid=5896 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) S 5896 5899 3593 0 -1 4202560 151 0 0 0 248 2 0 0 20 0 22 0 107947517 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638189043160 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5920] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638187992616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5921] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 87189 33554432000 1073741824 1073778376 140734370163424 140638186940072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 2.90 3.46 3.90 5/218 5921
/proc/meminfo: memFree=27358004/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=15.08 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 32127 0 1 0 1490 18 0 0 20 0 22 0 107947466 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 110674 2291 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2455 0 1 0 47 2 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5902] ppid=5896 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5896 5899 3593 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638218300072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5903] ppid=5896 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5896 5899 3593 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638217247528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5904] ppid=5896 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5896 5899 3593 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638216194984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5896 5899 3593 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638215142440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5896 5899 3593 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638214088872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5896 5899 3593 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638213036328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5896 5899 3593 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 107947467 10060525568 110674 33554432000 1073741824 1073778376 140734370163424 140638211983784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/5899/task/5904/stat : 5904 (java) S 5896 5899 3593 0 -1 4202560 752 0 0 0 366 17 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638216194984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5896 5899 3593 0 -1 4202560 659 0 0 0 384 18 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638215142440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5896 5899 3593 0 -1 4202560 586 0 0 0 408 19 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638214088872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5896 5899 3593 0 -1 4202560 606 0 0 0 396 18 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638213036328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=4.49 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5896 5899 3593 0 -1 4202560 794 0 0 0 431 18 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638211983784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5896 5899 3593 0 -1 4202560 607 0 0 0 368 16 0 0 20 0 22 0 107947467 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638210931240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5910] ppid=5896 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/5899/task/5910/stat : 5910 (java) S 5896 5899 3593 0 -1 4202560 2362 0 0 0 454 8 0 0 20 0 22 0 107947468 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638198520424 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5911] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5911/stat : 5911 (java) S 5896 5899 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638197466744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5912] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5912/stat : 5912 (java) S 5896 5899 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638196414088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5913] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5913/stat : 5913 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638195362832 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5914] ppid=5896 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/5899/task/5914/stat : 5914 (java) S 5896 5899 3593 0 -1 4202560 16257 0 0 0 236 1 0 0 20 0 22 0 107947471 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638194309176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5915] ppid=5896 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5896 5899 3593 0 -1 4202560 17354 0 0 0 144 3 0 0 20 0 22 0 107947471 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638193256632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5916] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638192204280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5917] ppid=5896 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5896 5899 3593 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 107947471 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638191151944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5918] ppid=5896 vsize=9824732 CPUtime=806.38 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) R 5896 5899 3593 0 -1 4202560 97 0 0 0 80624 14 0 0 20 0 22 0 107947517 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638190095216 140638247799648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5919] ppid=5896 vsize=9824732 CPUtime=806.31 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5896 5899 3593 0 -1 4202560 1576 0 0 0 80588 43 0 0 20 0 22 0 107947517 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638189043440 140638247873678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5920] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638187992616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5921] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 924170 33554432000 1073741824 1073778376 140734370163424 140638186940072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1658.86
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.17 3.24 3.46 4/218 5941
/proc/meminfo: memFree=24308516/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=1779.66 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 47030 0 1 0 177746 220 0 0 20 0 22 0 107947466 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 943629 2300 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2462 0 1 0 50 3 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5902] ppid=5896 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5896 5899 3593 0 -1 4202560 774 0 0 0 409 20 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638218300072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5903] ppid=5896 vsize=9824732 CPUtime=4.31 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5896 5899 3593 0 -1 4202560 739 0 0 0 408 23 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638217247528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5904] ppid=5896 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5896 5899 3593 0 -1 4202560 768 0 0 0 381 18 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638216194984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5896 5899 3593 0 -1 4202560 672 0 0 0 399 19 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638215142440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5896 5899 3593 0 -1 4202560 598 0 0 0 431 20 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638214088872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5896 5899 3593 0 -1 4202560 624 0 0 0 415 19 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638213036328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5896 5899 3593 0 -1 4202560 801 0 0 0 452 18 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638211983784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5896 5899 3593 0 -1 4202560 612 0 0 0 385 16 0 0 20 0 22 0 107947467 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638210931240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5910] ppid=5896 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/5899/task/5910/stat : 5910 (java) S 5896 5899 3593 0 -1 4202560 2375 0 0 0 454 8 0 0 20 0 22 0 107947468 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638198520424 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5911] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5911/stat : 5911 (java) S 5896 5899 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638197466744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5912] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5912/stat : 5912 (java) S 5896 5899 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638196414088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5913] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5913/stat : 5913 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638195362832 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5914] ppid=5896 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/5899/task/5914/stat : 5914 (java) S 5896 5899 3593 0 -1 4202560 16257 0 0 0 236 1 0 0 20 0 22 0 107947471 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638194309176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5915] ppid=5896 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5896 5899 3593 0 -1 4202560 17354 0 0 0 144 3 0 0 20 0 22 0 107947471 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638193256632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5916] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638192204280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5917] ppid=5896 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5896 5899 3593 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 22 0 107947471 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638191151944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5918] ppid=5896 vsize=9824732 CPUtime=865.79 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) R 5896 5899 3593 0 -1 4202560 98 0 0 0 86564 15 0 0 20 0 22 0 107947517 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638190088336 140638247842258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5919] ppid=5896 vsize=9824732 CPUtime=865.73 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5896 5899 3593 0 -1 4202560 1579 0 0 0 86529 44 0 0 20 0 22 0 107947517 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638189043440 140638247659077 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5920] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638187992616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5921] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 943629 33554432000 1073741824 1073778376 140734370163424 140638186940072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1779.66
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.401 s]
/proc/loadavg: 3.14 3.23 3.46 4/218 5941
/proc/meminfo: memFree=24291256/32872528 swapFree=16080/1655368
[pid=5899] ppid=5896 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/5899/stat : 5899 (java) S 5896 5899 3593 0 -1 4202496 47053 0 1 0 179783 222 0 0 20 0 22 0 107947466 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140734370154560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5899/statm: 2456183 948747 2300 9 0 2446860 0
[pid=5899/tid=5900] ppid=5896 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/5899/task/5900/stat : 5900 (java) S 5896 5899 3593 0 -1 4202560 2462 0 1 0 50 3 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638374327160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5902] ppid=5896 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/5899/task/5902/stat : 5902 (java) S 5896 5899 3593 0 -1 4202560 775 0 0 0 414 20 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638218300072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5903] ppid=5896 vsize=9824732 CPUtime=4.33 cores=1,3,5,7
/proc/5899/task/5903/stat : 5903 (java) S 5896 5899 3593 0 -1 4202560 741 0 0 0 410 23 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638217247528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5904] ppid=5896 vsize=9824732 CPUtime=4.06 cores=1,3,5,7
/proc/5899/task/5904/stat : 5904 (java) S 5896 5899 3593 0 -1 4202560 774 0 0 0 388 18 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638216194984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5905] ppid=5896 vsize=9824732 CPUtime=4.2 cores=1,3,5,7
/proc/5899/task/5905/stat : 5905 (java) S 5896 5899 3593 0 -1 4202560 674 0 0 0 401 19 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638215142440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5906] ppid=5896 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/5899/task/5906/stat : 5906 (java) S 5896 5899 3593 0 -1 4202560 600 0 0 0 434 20 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638214088872 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5907] ppid=5896 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/5899/task/5907/stat : 5907 (java) S 5896 5899 3593 0 -1 4202560 629 0 0 0 423 19 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638213036328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5908] ppid=5896 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/5899/task/5908/stat : 5908 (java) S 5896 5899 3593 0 -1 4202560 803 0 0 0 457 18 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638211983784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5909] ppid=5896 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/5899/task/5909/stat : 5909 (java) S 5896 5899 3593 0 -1 4202560 614 0 0 0 392 16 0 0 20 0 22 0 107947467 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638210931240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5910] ppid=5896 vsize=9824732 CPUtime=4.62 cores=1,3,5,7
/proc/5899/task/5910/stat : 5910 (java) S 5896 5899 3593 0 -1 4202560 2375 0 0 0 454 8 0 0 20 0 22 0 107947468 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638198520424 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5911] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5911/stat : 5911 (java) S 5896 5899 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638197466744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5912] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5912/stat : 5912 (java) S 5896 5899 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107947469 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638196414088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5913] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5913/stat : 5913 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638195362832 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5914] ppid=5896 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/5899/task/5914/stat : 5914 (java) S 5896 5899 3593 0 -1 4202560 16257 0 0 0 236 1 0 0 20 0 22 0 107947471 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638194309176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5915] ppid=5896 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/5899/task/5915/stat : 5915 (java) S 5896 5899 3593 0 -1 4202560 17354 0 0 0 144 3 0 0 20 0 22 0 107947471 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638193256632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5916] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5916/stat : 5916 (java) S 5896 5899 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107947471 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638192204280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5899/tid=5917] ppid=5896 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/5899/task/5917/stat : 5917 (java) S 5896 5899 3593 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 107947471 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638191151944 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5899/tid=5918] ppid=5896 vsize=9824732 CPUtime=875.75 cores=1,3,5,7
/proc/5899/task/5918/stat : 5918 (java) R 5896 5899 3593 0 -1 4202560 98 0 0 0 87560 15 0 0 20 0 22 0 107947517 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638190095216 140638247921190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5919] ppid=5896 vsize=9824732 CPUtime=875.69 cores=1,3,5,7
/proc/5899/task/5919/stat : 5919 (java) R 5896 5899 3593 0 -1 4202560 1580 0 0 0 87525 44 0 0 20 0 22 0 107947517 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638189043232 140638247596987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5899/tid=5920] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5920/stat : 5920 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638187992616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5899/tid=5921] ppid=5896 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5899/task/5921/stat : 5921 (java) S 5896 5899 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107947518 10060525568 948747 33554432000 1073741824 1073778376 140734370163424 140638186940072 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 5899 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 5899 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=238386
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=685591
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 892.452
CPU time (s): 1800.05
CPU user time (s): 1797.83
CPU system time (s): 2.22
CPU usage (%): 201.697
Max. virtual memory (cumulated for all children) (KiB): 9826612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.24
system time used= 2.68559
maximum resident set size= 3795104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47087
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23866
involuntary context switches= 30647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89095 second user time and 6.29804 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 02:42:19
IDJOB=4081514
IDBENCH=71844
IDSOLVER=2543
FILE ID=node122/4081514-1465260139
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081514-1465260139/watcher-4081514-1465260139 -o /tmp/evaluation-result-4081514-1465260139/solver-4081514-1465260139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081514-1465260139.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=1720310589

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27737540 kB
Buffers:           72008 kB
Cached:           101536 kB
SwapCached:          856 kB
Active:          2657156 kB
Inactive:         109216 kB
Active(anon):    2593604 kB
Inactive(anon):     1584 kB
Active(file):      63552 kB
Inactive(file):   107632 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099468 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       4252104 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             569124 kB
SReclaimable:      13108 kB
SUnreclaim:       556016 kB
KernelStack:        1800 kB
PageTables:        12872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4548524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4175872 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= 71740 MiB
End job on node122 at 2016-06-07 02:57:11