Trace number 4080495

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.18 896.282

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080495-1465265549.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
3.27/2.07	c ... done. Wall clock time 1.95s.
3.27/2.07	c declared #vars     10086
3.27/2.07	c #constraints  226608
3.27/2.07	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.27/2.07	c constraints type 
3.27/2.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
3.27/2.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
3.27/2.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
3.27/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.27/2.07	c 226608 constraints processed.
3.27/2.07	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.27/2.07	c constraints type 
3.27/2.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
3.27/2.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
3.27/2.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
3.27/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.27/2.07	c 226608 constraints processed.
8.59/4.24	c cleaning 0 clauses out of 5003 with flag 0/5003
9.07/4.48	c cleaning 2478 clauses out of 5000 with flag 93823/5000
13.60/6.64	c cleaning 0 clauses out of 11000 with flag 0/11000
15.86/7.73	c cleaning 4250 clauses out of 8523 with flag 229843/11001
20.28/9.93	c cleaning 0 clauses out of 18001 with flag 0/18001
21.07/10.39	c cleaning 5591 clauses out of 11272 with flag 374331/18000
27.92/13.60	c cleaning 6823 clauses out of 13681 with flag 563412/26000
29.92/14.61	c cleaning 0 clauses out of 26002 with flag 0/26002
35.83/17.52	c cleaning 7860 clauses out of 15858 with flag 740973/35000
43.49/21.33	c cleaning 8974 clauses out of 17998 with flag 904903/45000
51.30/25.24	c cleaning 9825 clauses out of 20024 with flag 1056709/56000
58.54/28.84	c cleaning 11039 clauses out of 22199 with flag 1199635/68000
66.75/32.98	c cleaning 12009 clauses out of 24160 with flag 1356968/81000
74.98/37.07	c cleaning 12798 clauses out of 26151 with flag 1539703/95000
77.18/38.13	c cleaning 0 clauses out of 35000 with flag 0/35000
82.42/40.76	c cleaning 14136 clauses out of 28353 with flag 1769874/110000
92.21/45.66	c cleaning 15004 clauses out of 30217 with flag 1985573/126000
100.84/49.97	c cleaning 15990 clauses out of 32213 with flag 2180549/143000
108.87/53.96	c cleaning 17095 clauses out of 34222 with flag 2348285/161001
118.29/58.61	c cleaning 18033 clauses out of 36122 with flag 2537613/180000
127.50/63.21	c cleaning 19028 clauses out of 38090 with flag 2754029/200001
134.34/66.61	c cleaning 19971 clauses out of 40061 with flag 2935345/221000
141.34/70.18	c cleaning 20974 clauses out of 42090 with flag 3114710/243000
149.78/74.38	c cleaning 22027 clauses out of 44118 with flag 3301446/266002
157.19/78.05	c cleaning 23043 clauses out of 46089 with flag 3493309/290000
157.79/78.37	c cleaning 0 clauses out of 45000 with flag 0/45000
165.43/82.18	c cleaning 23981 clauses out of 48046 with flag 3677618/315000
176.27/87.60	c cleaning 25030 clauses out of 50065 with flag 3883418/341000
187.70/93.26	c cleaning 25968 clauses out of 52035 with flag 4108936/368000
200.34/99.56	c cleaning 27009 clauses out of 54068 with flag 4348844/396001
212.95/105.85	c cleaning 28013 clauses out of 56060 with flag 4588677/425002
224.79/111.77	c cleaning 28978 clauses out of 58045 with flag 4830129/455000
238.45/118.52	c cleaning 29988 clauses out of 60067 with flag 5070953/486000
251.50/125.03	c cleaning 31002 clauses out of 62079 with flag 5344945/518000
266.94/132.77	c cleaning 32014 clauses out of 64077 with flag 5632352/551000
283.91/141.14	c cleaning 32922 clauses out of 66063 with flag 5952044/585000
298.79/148.55	c cleaning 0 clauses out of 56000 with flag 0/56000
302.60/150.42	c cleaning 34048 clauses out of 68142 with flag 6312747/620001
322.70/160.46	c cleaning 34954 clauses out of 70093 with flag 6709419/656000
341.04/169.51	c cleaning 36034 clauses out of 72140 with flag 7021364/693001
363.76/180.80	c cleaning 37002 clauses out of 74105 with flag 7404413/731000
385.30/191.59	c cleaning 37969 clauses out of 76103 with flag 7750702/770000
407.23/202.50	c cleaning 39002 clauses out of 78134 with flag 8069988/810000
426.93/212.28	c cleaning 0 clauses out of 68000 with flag 0/68000
432.94/215.25	c cleaning 40027 clauses out of 80132 with flag 8419862/851000
457.11/227.26	c cleaning 40982 clauses out of 82106 with flag 8809884/893001
478.86/238.07	c cleaning 41989 clauses out of 84123 with flag 9172871/936000
501.38/249.21	c cleaning 42998 clauses out of 86135 with flag 9590106/980001
525.28/261.16	c cleaning 44037 clauses out of 88137 with flag 9991578/1025001
549.18/273.03	c cleaning 45007 clauses out of 90099 with flag 10419986/1071000
561.62/279.28	c cleaning 0 clauses out of 81000 with flag 0/81000
576.10/286.43	c cleaning 45990 clauses out of 92092 with flag 10779926/1118000
603.27/299.97	c cleaning 47014 clauses out of 94102 with flag 11196342/1166000
633.69/315.04	c cleaning 47976 clauses out of 96088 with flag 11594130/1215000
661.85/329.23	c cleaning 49037 clauses out of 98112 with flag 11980414/1265000
687.79/342.17	c cleaning 50005 clauses out of 100075 with flag 12384044/1316000
719.89/358.14	c cleaning 50969 clauses out of 102071 with flag 12841138/1368001
755.72/375.98	c cleaning 51993 clauses out of 104102 with flag 13290030/1421001
793.28/394.65	c cleaning 52981 clauses out of 106108 with flag 13760169/1475000
828.01/411.98	c cleaning 54044 clauses out of 108130 with flag 14231137/1530003
861.36/428.51	c cleaning 54999 clauses out of 110084 with flag 14678000/1586001
895.35/445.46	c cleaning 55999 clauses out of 112086 with flag 15207933/1643002
930.98/463.12	c cleaning 57039 clauses out of 114085 with flag 15666699/1701000
966.53/480.82	c cleaning 57983 clauses out of 116046 with flag 16182025/1760000
1003.79/499.62	c cleaning 58943 clauses out of 118063 with flag 16733613/1820000
1043.77/519.57	c cleaning 59913 clauses out of 120120 with flag 17243921/1881000
1051.59/523.44	c cleaning 0 clauses out of 95000 with flag 0/95000
1083.52/539.39	c cleaning 61083 clauses out of 122208 with flag 17769299/1943001
1124.51/559.73	c cleaning 62010 clauses out of 124124 with flag 18216163/2006000
1163.63/579.26	c cleaning 62987 clauses out of 126114 with flag 18719147/2070000
1207.40/601.03	c cleaning 64017 clauses out of 128127 with flag 19273633/2135000
1251.17/622.85	c cleaning 64999 clauses out of 130111 with flag 19815542/2201001
1294.75/644.56	c cleaning 65964 clauses out of 132112 with flag 20302257/2268001
1340.96/667.52	c cleaning 67049 clauses out of 134148 with flag 20893847/2336001
1384.20/689.04	c cleaning 67995 clauses out of 136099 with flag 21453383/2405001
1427.81/710.79	c cleaning 69021 clauses out of 138104 with flag 22077398/2475001
1481.66/737.52	c cleaning 70024 clauses out of 140082 with flag 22741547/2546000
1528.47/761.03	c cleaning 70971 clauses out of 142058 with flag 23286349/2618000
1574.48/783.96	c cleaning 71839 clauses out of 144087 with flag 23866925/2691000
1622.53/807.86	c cleaning 73082 clauses out of 146248 with flag 24509602/2765000
1641.68/817.36	c cleaning 0 clauses out of 110000 with flag 0/110000
1673.41/833.15	c cleaning 74053 clauses out of 148167 with flag 25160416/2840001
1729.46/861.08	c cleaning 74996 clauses out of 150113 with flag 25782496/2916000
1787.73/890.06	c cleaning 76039 clauses out of 152118 with flag 26331089/2993001
1800.18/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.20	c starts		: 10969
1800.18/896.20	c conflicts		: 3013831
1800.18/896.20	c decisions		: 21675766
1800.18/896.20	c propagations		: 550320552
1800.18/896.20	c inspects		: 9249353489
1800.18/896.20	c shortcuts		: 0
1800.18/896.20	c learnt literals	: 6
1800.18/896.20	c learnt binary clauses	: 2579
1800.18/896.20	c learnt ternary clauses	: 5464
1800.18/896.20	c learnt constraints	: 3013825
1800.18/896.20	c ignored constraints	: 0
1800.18/896.20	c root simplifications	: 0
1800.18/896.20	c removed literals (reason simplification)	: 31909638
1800.18/896.20	c reason swapping (by a shorter reason)	: 0
1800.18/896.20	c Calls to reduceDB	: 73
1800.18/896.20	c Number of update (reduction) of LBD	: 1797312
1800.18/896.20	c Imported unit clauses	: 0
1800.18/896.20	c number of reductions to clauses (during analyze)	: 0
1800.18/896.20	c number of learned constraints concerned by reduction	: 0
1800.18/896.20	c number of learning phase by resolution	: 0
1800.18/896.20	c number of learning phase by cutting planes	: 0
1800.18/896.20	c speed (assignments/second)	: 615492.6016145592
1800.18/896.20	c non guided choices	439611
1800.18/896.23	c learnt constraints type 
1800.18/896.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2579
1800.18/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94330
1800.18/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.23	c starts		: 95
1800.18/896.23	c conflicts		: 114317
1800.18/896.23	c decisions		: 460508
1800.18/896.23	c propagations		: 50965475
1800.18/896.23	c inspects		: 2178910464
1800.18/896.23	c shortcuts		: 0
1800.18/896.23	c learnt literals	: 0
1800.18/896.23	c learnt binary clauses	: 34
1800.18/896.23	c learnt ternary clauses	: 373
1800.18/896.23	c learnt constraints	: 114317
1800.18/896.23	c ignored constraints	: 0
1800.18/896.23	c root simplifications	: 0
1800.18/896.23	c removed literals (reason simplification)	: 0
1800.18/896.23	c reason swapping (by a shorter reason)	: 0
1800.18/896.23	c Calls to reduceDB	: 11
1800.18/896.23	c Number of update (reduction) of LBD	: 0
1800.18/896.23	c Imported unit clauses	: 0
1800.18/896.23	c number of reductions to clauses (during analyze)	: 0
1800.18/896.23	c number of learned constraints concerned by reduction	: 0
1800.18/896.23	c number of learning phase by resolution	: 0
1800.18/896.23	c number of learning phase by cutting planes	: 0
1800.18/896.23	c speed (assignments/second)	: 56999.307716224044
1800.18/896.23	c non guided choices	17451
1800.18/896.27	c learnt constraints type 
1800.18/896.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 104429
1800.18/896.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.18/896.27	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 34
1800.18/896.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9852
1800.18/896.27	s UNKNOWN
1800.18/896.27	c Total wall clock time (in seconds): 896.146

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-4080495-1465265549/watcher-4080495-1465265549 -o /tmp/evaluation-result-4080495-1465265549/solver-4080495-1465265549 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080495-1465265549.opb 

pid=15946
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.59 3.90 3.90 4/198 15949
/proc/meminfo: memFree=28158912/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 1356 0 0 0 0 0 0 0 20 0 2 0 108489570 98570240 979 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 24065 979 744 9 0 16771 0
[pid=15949/tid=15950] ppid=15946 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 108489570 98570240 979 33554432000 1073741824 1073778376 140736372510096 140211776441896 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 3.59 3.90 3.90 4/198 15949
/proc/meminfo: memFree=28158912/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 4430 0 1 0 9 0 0 0 20 0 18 0 108489570 9787879424 6052 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2389619 6052 2126 9 0 2380296 0
[pid=15949/tid=15950] ppid=15946 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 108489570 9787879424 6052 33554432000 1073741824 1073778376 140736372510096 140211776445344 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 3.59 3.90 3.90 4/198 15949
/proc/meminfo: memFree=28158912/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 4683 0 1 0 22 1 0 0 20 0 18 0 108489570 9787879424 7797 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2389619 7797 2198 9 0 2380296 0
[pid=15949/tid=15950] ppid=15946 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 2415 0 1 0 17 0 0 0 20 0 18 0 108489570 9787879424 7797 33554432000 1073741824 1073778376 140736372510096 140211776445344 224925891640 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300266 s]
/proc/loadavg: 3.59 3.90 3.90 4/198 15949
/proc/meminfo: memFree=28158912/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 5675 0 1 0 47 1 0 0 20 0 18 0 108489570 9787879424 9423 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2389619 9423 2232 9 0 2380296 0
[pid=15949/tid=15950] ppid=15946 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 2417 0 1 0 27 0 0 0 20 0 18 0 108489570 9787879424 9423 33554432000 1073741824 1073778376 140736372510096 140211776445344 140211640196785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 3.59 3.90 3.90 4/198 15949
/proc/meminfo: memFree=28158912/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 12889 0 1 0 134 5 0 0 20 0 18 0 108489570 9787879424 45003 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2389619 45003 2264 9 0 2380296 0
[pid=15949/tid=15950] ppid=15946 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 2479 0 1 0 62 3 0 0 20 0 18 0 108489570 9787879424 45003 33554432000 1073741824 1073778376 140736372510096 140211776445880 140211640490697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 3.59 3.90 3.90 5/216 15967
/proc/meminfo: memFree=27969020/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9558476 CPUtime=2.6 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 14059 0 1 0 247 13 0 0 20 0 18 0 108489570 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2389619 87838 2264 9 0 2380296 0
[pid=15949/tid=15950] ppid=15946 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) R 15946 15949 8839 0 -1 4202560 2539 0 1 0 134 4 0 0 20 0 18 0 108489570 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211776445832 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15952] ppid=15946 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15949/task/15952/stat : 15952 (java) S 15946 15949 8839 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211765508520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15953] ppid=15946 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15949/task/15953/stat : 15953 (java) S 15946 15949 8839 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211764455976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15954] ppid=15946 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 108489571 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108489572 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108489573 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 108489573 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15963/stat : 15963 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108489575 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211597142288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15964] ppid=15946 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/15949/task/15964/stat : 15964 (java) S 15946 15949 8839 0 -1 4202560 4869 0 0 0 40 0 0 0 20 0 18 0 108489575 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211596090168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15965] ppid=15946 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/15949/task/15965/stat : 15965 (java) S 15946 15949 8839 0 -1 4202560 5063 0 0 0 44 0 0 0 20 0 18 0 108489575 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211595037624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15966] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15966/stat : 15966 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108489575 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211593984760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15967] ppid=15946 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15967/stat : 15967 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108489575 9787879424 87838 33554432000 1073741824 1073778376 140736372510096 140211592932424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.70 3.92 3.91 7/220 15971
/proc/meminfo: memFree=27776448/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9824732 CPUtime=6.32 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 17892 0 1 0 611 21 0 0 20 0 22 0 108489570 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2456183 136154 2284 9 0 2446860 0
[pid=15949/tid=15950] ppid=15946 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) S 15946 15949 8839 0 -1 4202560 2552 0 1 0 186 4 0 0 20 0 22 0 108489570 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211776447352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15952] ppid=15946 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15949/task/15952/stat : 15952 (java) S 15946 15949 8839 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211765508520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15953] ppid=15946 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15949/task/15953/stat : 15953 (java) S 15946 15949 8839 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211764455976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15954] ppid=15946 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 41 0 0 0 3 1 0 0 20 0 22 0 108489571 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108489572 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15963/stat : 15963 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211597142288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15964] ppid=15946 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/15949/task/15964/stat : 15964 (java) S 15946 15949 8839 0 -1 4202560 4909 0 0 0 84 0 0 0 20 0 22 0 108489575 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211596090168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15965] ppid=15946 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/15949/task/15965/stat : 15965 (java) S 15946 15949 8839 0 -1 4202560 8566 0 0 0 94 2 0 0 20 0 22 0 108489575 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211595037624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15966] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15966/stat : 15966 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211593984760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15967] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15967/stat : 15967 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211592932424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15968] ppid=15946 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/15949/task/15968/stat : 15968 (java) R 15946 15949 8839 0 -1 4202560 16 0 0 0 99 0 0 0 20 0 22 0 108489778 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211591877240 140211640966575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15969] ppid=15946 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/15949/task/15969/stat : 15969 (java) R 15946 15949 8839 0 -1 4202560 100 0 0 0 97 1 0 0 20 0 22 0 108489778 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211590824472 140211641001704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15970] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15970/stat : 15970 (java) S 15946 15949 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211589772072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15971] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15971/stat : 15971 (java) S 15946 15949 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 136154 33554432000 1073741824 1073778376 140736372510096 140211588719528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.70 3.92 3.91 5/220 15971
/proc/meminfo: memFree=27497456/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9824732 CPUtime=12.98 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 18964 0 1 0 1270 28 0 0 20 0 22 0 108489570 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2456183 180954 2288 9 0 2446860 0
[pid=15949/tid=15950] ppid=15946 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) S 15946 15949 8839 0 -1 4202560 2552 0 1 0 186 4 0 0 20 0 22 0 108489570 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211776447352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15952] ppid=15946 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15949/task/15952/stat : 15952 (java) S 15946 15949 8839 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211765508520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15953] ppid=15946 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15949/task/15953/stat : 15953 (java) S 15946 15949 8839 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211764455976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15954] ppid=15946 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 57 0 0 0 9 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 22 0 108489571 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 475 0 0 0 0 0 0 0 20 0 22 0 108489572 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 180954 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 455 0 0 0 244 7 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 393 0 0 0 246 7 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 433 0 0 0 268 7 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 595 0 0 0 236 6 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 395 0 0 0 271 8 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 381 0 0 0 242 8 0 0 20 0 22 0 108489571 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 6421 0 0 0 142 30 0 0 20 0 22 0 108489572 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15963/stat : 15963 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211597142288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15964] ppid=15946 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/15949/task/15964/stat : 15964 (java) S 15946 15949 8839 0 -1 4202560 5663 0 0 0 121 2 0 0 20 0 22 0 108489575 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211596090168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15965] ppid=15946 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/15949/task/15965/stat : 15965 (java) S 15946 15949 8839 0 -1 4202560 13996 0 0 0 131 3 0 0 20 0 22 0 108489575 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211595037624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15966] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15966/stat : 15966 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211593984760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15967] ppid=15946 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/15949/task/15967/stat : 15967 (java) S 15946 15949 8839 0 -1 4202560 47 0 0 0 18 16 0 0 20 0 22 0 108489575 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211592932424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15968] ppid=15946 vsize=9824732 CPUtime=810.34 cores=0,2,4,6
/proc/15949/task/15968/stat : 15968 (java) R 15946 15949 8839 0 -1 4202560 103 0 0 0 81017 17 0 0 20 0 22 0 108489778 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211591876016 140211641041290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15969] ppid=15946 vsize=9824732 CPUtime=810.16 cores=0,2,4,6
/proc/15949/task/15969/stat : 15969 (java) R 15946 15949 8839 0 -1 4202560 1861 0 0 0 80965 51 0 0 20 0 22 0 108489778 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211590824624 140211641014980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15970] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15970/stat : 15970 (java) S 15946 15949 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211589772072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15971] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15971/stat : 15971 (java) S 15946 15949 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 521134 33554432000 1073741824 1073778376 140736372510096 140211588719528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1651.71
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.03 4.09 3.98 5/219 16263
/proc/meminfo: memFree=26252660/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9824732 CPUtime=1772.25 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 35422 0 1 0 177068 157 0 0 20 0 22 0 108489570 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2456183 511015 2300 9 0 2446860 0
[pid=15949/tid=15950] ppid=15946 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) S 15946 15949 8839 0 -1 4202560 2562 0 1 0 190 6 0 0 20 0 22 0 108489570 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211776447352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15952] ppid=15946 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/15949/task/15952/stat : 15952 (java) S 15946 15949 8839 0 -1 4202560 372 0 0 0 268 8 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211765508520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15953] ppid=15946 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/15949/task/15953/stat : 15953 (java) S 15946 15949 8839 0 -1 4202560 381 0 0 0 259 9 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211764455976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15954] ppid=15946 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 456 0 0 0 263 7 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 414 0 0 0 263 7 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 448 0 0 0 287 8 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 609 0 0 0 253 6 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 395 0 0 0 289 9 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 391 0 0 0 257 8 0 0 20 0 22 0 108489571 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 6425 0 0 0 143 31 0 0 20 0 22 0 108489572 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15963/stat : 15963 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211597142288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15964] ppid=15946 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/15949/task/15964/stat : 15964 (java) S 15946 15949 8839 0 -1 4202560 5663 0 0 0 121 2 0 0 20 0 22 0 108489575 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211596090168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15965] ppid=15946 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/15949/task/15965/stat : 15965 (java) S 15946 15949 8839 0 -1 4202560 13996 0 0 0 131 3 0 0 20 0 22 0 108489575 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211595037624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15966] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15966/stat : 15966 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211593984760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15967] ppid=15946 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/15949/task/15967/stat : 15967 (java) S 15946 15949 8839 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 108489575 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211592932424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15968] ppid=15946 vsize=9824732 CPUtime=869.73 cores=0,2,4,6
/proc/15949/task/15968/stat : 15968 (java) R 15946 15949 8839 0 -1 4202560 106 0 0 0 86955 18 0 0 20 0 22 0 108489778 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211591876000 140211641040974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15969] ppid=15946 vsize=9824732 CPUtime=869.57 cores=0,2,4,6
/proc/15949/task/15969/stat : 15969 (java) R 15946 15949 8839 0 -1 4202560 1880 0 0 0 86905 52 0 0 20 0 22 0 108489778 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211590824560 140211640963368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15970] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15970/stat : 15970 (java) S 15946 15949 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211589772072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15971] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15971/stat : 15971 (java) S 15946 15949 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 511015 33554432000 1073741824 1073778376 140736372510096 140211588719528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.25
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.10 4.10 3.99 5/218 16263
/proc/meminfo: memFree=26262468/32872528 swapFree=11372/178980
[pid=15949] ppid=15946 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/15949/stat : 15949 (java) S 15946 15949 8839 0 -1 4202496 35449 0 1 0 179860 158 0 0 20 0 22 0 108489570 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140736372501232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15949/statm: 2456183 507957 2300 9 0 2446860 0
[pid=15949/tid=15950] ppid=15946 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/15949/task/15950/stat : 15950 (java) S 15946 15949 8839 0 -1 4202560 2562 0 1 0 190 6 0 0 20 0 22 0 108489570 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211776447352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15952] ppid=15946 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/15949/task/15952/stat : 15952 (java) S 15946 15949 8839 0 -1 4202560 376 0 0 0 273 8 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211765508520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15953] ppid=15946 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/15949/task/15953/stat : 15953 (java) S 15946 15949 8839 0 -1 4202560 388 0 0 0 264 9 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211764455976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15954] ppid=15946 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/15949/task/15954/stat : 15954 (java) S 15946 15949 8839 0 -1 4202560 457 0 0 0 267 7 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211763402920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15955] ppid=15946 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/15949/task/15955/stat : 15955 (java) S 15946 15949 8839 0 -1 4202560 414 0 0 0 266 7 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211762350376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15956] ppid=15946 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/15949/task/15956/stat : 15956 (java) S 15946 15949 8839 0 -1 4202560 448 0 0 0 292 8 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211761298344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15957] ppid=15946 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/15949/task/15957/stat : 15957 (java) S 15946 15949 8839 0 -1 4202560 617 0 0 0 258 6 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211760245800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15958] ppid=15946 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/15949/task/15958/stat : 15958 (java) S 15946 15949 8839 0 -1 4202560 395 0 0 0 296 9 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211759192744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15959] ppid=15946 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/15949/task/15959/stat : 15959 (java) S 15946 15949 8839 0 -1 4202560 391 0 0 0 264 8 0 0 20 0 22 0 108489571 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211612498728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15960] ppid=15946 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/15949/task/15960/stat : 15960 (java) S 15946 15949 8839 0 -1 4202560 6425 0 0 0 143 32 0 0 20 0 22 0 108489572 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211600300392 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15961] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15961/stat : 15961 (java) S 15946 15949 8839 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211599246712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15962] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15962/stat : 15962 (java) S 15946 15949 8839 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108489573 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211598193544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15963] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15963/stat : 15963 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211597142288 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15964] ppid=15946 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/15949/task/15964/stat : 15964 (java) S 15946 15949 8839 0 -1 4202560 5663 0 0 0 121 2 0 0 20 0 22 0 108489575 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211596090168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15965] ppid=15946 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/15949/task/15965/stat : 15965 (java) S 15946 15949 8839 0 -1 4202560 13996 0 0 0 131 3 0 0 20 0 22 0 108489575 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211595037624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15966] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15966/stat : 15966 (java) S 15946 15949 8839 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108489575 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211593984760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15949/tid=15967] ppid=15946 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/15949/task/15967/stat : 15967 (java) S 15946 15949 8839 0 -1 4202560 51 0 0 0 20 17 0 0 20 0 22 0 108489575 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211592932424 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15949/tid=15968] ppid=15946 vsize=9824732 CPUtime=883.45 cores=0,2,4,6
/proc/15949/task/15968/stat : 15968 (java) R 15946 15949 8839 0 -1 4202560 108 0 0 0 88327 18 0 0 20 0 22 0 108489778 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211591875248 140211640966541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15949/tid=15969] ppid=15946 vsize=9824732 CPUtime=883.29 cores=0,2,4,6
/proc/15949/task/15969/stat : 15969 (java) R 15946 15949 8839 0 -1 4202560 1885 0 0 0 88277 52 0 0 20 0 22 0 108489778 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211590823392 140211641025204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15970] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15970/stat : 15970 (java) S 15946 15949 8839 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211589772072 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15949/tid=15971] ppid=15946 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15949/task/15971/stat : 15971 (java) S 15946 15949 8839 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 108489779 10060525568 507957 33554432000 1073741824 1073778376 140736372510096 140211588719528 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 15949 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 15949 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=200240
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=80683
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.282
CPU time (s): 1800.18
CPU user time (s): 1798.6
CPU system time (s): 1.58
CPU usage (%): 200.85
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 2.08068
maximum resident set size= 2824696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35482
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33473
involuntary context switches= 49536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92595 second user time and 6.14207 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 04:12:29
IDJOB=4080495
IDBENCH=89634
IDSOLVER=2543
FILE ID=node105/4080495-1465265549
RUNJOBID= node105-1465255598-8855
PBS_JOBID= 19843277
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080495-1465265549/watcher-4080495-1465265549 -o /tmp/evaluation-result-4080495-1465265549/solver-4080495-1465265549 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465255598-8855 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080495-1465265549.opb

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

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=75668621

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28159192 kB
Buffers:           77416 kB
Cached:           186776 kB
SwapCached:         1780 kB
Active:          3642900 kB
Inactive:         162984 kB
Active(anon):    3540420 kB
Inactive(anon):     3504 kB
Active(file):     102480 kB
Inactive(file):   159480 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098480 kB
Dirty:             10544 kB
Writeback:             0 kB
AnonPages:       3679156 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             572596 kB
SReclaimable:      15268 kB
SUnreclaim:       557328 kB
KernelStack:        1792 kB
PageTables:        12072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3898340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3565568 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= 71688 MiB
End job on node105 at 2016-06-07 04:27:25