Trace number 4108870

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.13 896.081

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-53.opb
MD5SUM3eaa712ef8c4f1e38f38abbb36d752f3
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4108870-1466288928.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
3.25/2.02	c ... done. Wall clock time 1.915s.
3.25/2.02	c declared #vars     10086
3.25/2.02	c #constraints  226608
3.25/2.03	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.25/2.03	c constraints type 
3.25/2.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
3.25/2.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
3.25/2.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
3.25/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.25/2.03	c 226608 constraints processed.
3.25/2.03	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.25/2.03	c constraints type 
3.25/2.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
3.25/2.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
3.25/2.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
3.25/2.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.25/2.03	c 226608 constraints processed.
8.57/4.16	c cleaning 0 clauses out of 5001 with flag 0/5001
8.84/4.27	c cleaning 2490 clauses out of 5000 with flag 87323/5000
13.44/6.38	c cleaning 0 clauses out of 11001 with flag 0/11001
13.63/6.45	c cleaning 4183 clauses out of 8510 with flag 199947/11000
18.73/8.96	c cleaning 5634 clauses out of 11327 with flag 346853/18000
19.31/9.28	c cleaning 0 clauses out of 18002 with flag 0/18002
25.62/12.39	c cleaning 6792 clauses out of 13694 with flag 514577/26001
28.03/13.52	c cleaning 0 clauses out of 26000 with flag 0/26000
33.45/16.21	c cleaning 7917 clauses out of 15901 with flag 682467/35000
41.15/20.00	c cleaning 8872 clauses out of 17984 with flag 840283/45000
47.42/23.17	c cleaning 9979 clauses out of 20112 with flag 995536/56000
53.60/26.30	c cleaning 10861 clauses out of 22135 with flag 1146296/68002
56.86/27.84	c cleaning 0 clauses out of 35001 with flag 0/35001
60.87/29.89	c cleaning 12124 clauses out of 24273 with flag 1292617/81001
67.47/33.17	c cleaning 13040 clauses out of 26148 with flag 1454607/95000
75.48/37.11	c cleaning 13943 clauses out of 28108 with flag 1630563/110000
86.11/42.48	c cleaning 15007 clauses out of 30165 with flag 1820702/126000
96.17/47.48	c cleaning 16022 clauses out of 32154 with flag 2000987/143000
106.55/52.64	c cleaning 17032 clauses out of 34131 with flag 2166858/161000
108.58/53.69	c cleaning 0 clauses out of 45000 with flag 0/45000
114.38/56.55	c cleaning 18023 clauses out of 36098 with flag 2313609/180000
121.82/60.20	c cleaning 18976 clauses out of 38075 with flag 2462068/200000
129.81/64.20	c cleaning 20027 clauses out of 40100 with flag 2666440/221001
139.82/69.27	c cleaning 20920 clauses out of 42074 with flag 2876934/243002
150.64/74.68	c cleaning 22033 clauses out of 44153 with flag 3102760/266001
162.47/80.52	c cleaning 23007 clauses out of 46122 with flag 3298579/290003
174.71/86.61	c cleaning 24017 clauses out of 48114 with flag 3528548/315002
182.80/90.67	c cleaning 0 clauses out of 56000 with flag 0/56000
186.24/92.33	c cleaning 25015 clauses out of 50096 with flag 3748584/341001
197.53/97.98	c cleaning 25966 clauses out of 52080 with flag 3969809/368000
208.16/103.21	c cleaning 26948 clauses out of 54114 with flag 4206058/396000
226.22/112.29	c cleaning 27951 clauses out of 56166 with flag 4492074/425000
240.46/119.33	c cleaning 29065 clauses out of 58216 with flag 4746674/455001
252.09/125.18	c cleaning 30001 clauses out of 60151 with flag 5006209/486001
268.59/133.37	c cleaning 30997 clauses out of 62149 with flag 5293539/518000
284.62/141.30	c cleaning 32037 clauses out of 64153 with flag 5588482/551001
301.88/149.95	c cleaning 0 clauses out of 68000 with flag 0/68000
304.28/151.14	c cleaning 33034 clauses out of 66119 with flag 5922098/585004
320.96/159.50	c cleaning 33998 clauses out of 68081 with flag 6195140/620000
338.66/168.30	c cleaning 35032 clauses out of 70083 with flag 6538168/656000
355.98/176.85	c cleaning 35977 clauses out of 72052 with flag 6867557/693001
371.90/184.78	c cleaning 37033 clauses out of 74075 with flag 7183214/731001
389.39/193.44	c cleaning 37928 clauses out of 76041 with flag 7494044/770000
406.69/202.06	c cleaning 38986 clauses out of 78113 with flag 7828153/810000
427.24/212.26	c cleaning 39986 clauses out of 80127 with flag 8181062/851000
439.53/218.40	c cleaning 0 clauses out of 81000 with flag 0/81000
449.81/223.44	c cleaning 41044 clauses out of 82141 with flag 8489591/893000
472.49/234.73	c cleaning 41997 clauses out of 84100 with flag 8809624/936003
494.44/245.68	c cleaning 43042 clauses out of 86103 with flag 9139592/980003
517.36/257.09	c cleaning 43985 clauses out of 88060 with flag 9500037/1025002
540.95/268.77	c cleaning 45001 clauses out of 90073 with flag 9861686/1071000
562.86/279.63	c cleaning 45997 clauses out of 92073 with flag 10223271/1118001
585.97/291.18	c cleaning 47020 clauses out of 94076 with flag 10593296/1166001
612.95/304.59	c cleaning 48005 clauses out of 96056 with flag 10983558/1215001
640.71/318.33	c cleaning 49009 clauses out of 98051 with flag 11381479/1265001
655.99/325.96	c cleaning 0 clauses out of 95000 with flag 0/95000
679.14/337.47	c cleaning 50005 clauses out of 100041 with flag 11791089/1316000
706.52/351.29	c cleaning 50997 clauses out of 102039 with flag 12164955/1368003
740.47/368.14	c cleaning 51949 clauses out of 104039 with flag 12644044/1421000
775.10/385.32	c cleaning 53037 clauses out of 106091 with flag 13085435/1475001
808.66/402.07	c cleaning 54011 clauses out of 108053 with flag 13543674/1530000
840.46/417.86	c cleaning 54994 clauses out of 110042 with flag 13981269/1586000
872.07/433.54	c cleaning 55992 clauses out of 112048 with flag 14400190/1643000
908.43/451.61	c cleaning 57001 clauses out of 114058 with flag 14898497/1701002
947.70/471.16	c cleaning 58004 clauses out of 116056 with flag 15332749/1760001
983.47/488.93	c cleaning 59016 clauses out of 118052 with flag 15757856/1820001
1027.01/510.83	c cleaning 59967 clauses out of 120037 with flag 16233297/1881002
1037.29/515.93	c cleaning 0 clauses out of 110000 with flag 0/110000
1072.05/533.23	c cleaning 60905 clauses out of 122068 with flag 16699455/1943000
1116.89/555.51	c cleaning 62047 clauses out of 124163 with flag 17223537/2006000
1157.49/575.72	c cleaning 62980 clauses out of 126116 with flag 17701652/2070000
1196.65/595.22	c cleaning 64048 clauses out of 128136 with flag 18197606/2135000
1240.70/617.19	c cleaning 64982 clauses out of 130088 with flag 18764780/2201000
1286.11/639.76	c cleaning 66035 clauses out of 132108 with flag 19293313/2268002
1327.46/660.53	c cleaning 66932 clauses out of 134071 with flag 19773176/2336000
1372.57/683.03	c cleaning 68049 clauses out of 136139 with flag 20292271/2405000
1418.99/706.18	c cleaning 69019 clauses out of 138090 with flag 20840597/2475000
1468.26/730.65	c cleaning 70008 clauses out of 140072 with flag 21376839/2546001
1519.72/756.22	c cleaning 70983 clauses out of 142064 with flag 21906027/2618001
1568.39/780.40	c cleaning 0 clauses out of 126003 with flag 0/126003
1569.39/780.99	c cleaning 72028 clauses out of 144080 with flag 22493285/2691000
1620.03/806.11	c cleaning 72987 clauses out of 146052 with flag 23050540/2765000
1674.91/833.47	c cleaning 74018 clauses out of 148066 with flag 23658324/2840001
1731.36/861.86	c cleaning 74948 clauses out of 150047 with flag 24262603/2916000
1782.42/887.24	c cleaning 75920 clauses out of 152099 with flag 24879098/2993000
1800.13/896.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.00	c starts		: 9516
1800.13/896.00	c conflicts		: 3026927
1800.13/896.00	c decisions		: 19312901
1800.13/896.00	c propagations		: 532514919
1800.13/896.00	c inspects		: 9348527187
1800.13/896.00	c shortcuts		: 0
1800.13/896.00	c learnt literals	: 6
1800.13/896.00	c learnt binary clauses	: 2516
1800.13/896.00	c learnt ternary clauses	: 5023
1800.13/896.00	c learnt constraints	: 3026921
1800.13/896.00	c ignored constraints	: 0
1800.13/896.00	c root simplifications	: 0
1800.13/896.00	c removed literals (reason simplification)	: 31095943
1800.13/896.00	c reason swapping (by a shorter reason)	: 0
1800.13/896.00	c Calls to reduceDB	: 73
1800.13/896.00	c Number of update (reduction) of LBD	: 1751233
1800.13/896.00	c Imported unit clauses	: 0
1800.13/896.00	c number of reductions to clauses (during analyze)	: 0
1800.13/896.00	c number of learned constraints concerned by reduction	: 0
1800.13/896.00	c number of learning phase by resolution	: 0
1800.13/896.00	c number of learning phase by cutting planes	: 0
1800.13/896.00	c speed (assignments/second)	: 595681.5905427431
1800.13/896.00	c non guided choices	506723
1800.13/896.03	c learnt constraints type 
1800.13/896.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2516
1800.13/896.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107590
1800.13/896.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.03	c starts		: 103
1800.13/896.03	c conflicts		: 131185
1800.13/896.03	c decisions		: 566924
1800.13/896.03	c propagations		: 55445087
1800.13/896.03	c inspects		: 2208815021
1800.13/896.03	c shortcuts		: 0
1800.13/896.03	c learnt literals	: 0
1800.13/896.03	c learnt binary clauses	: 23
1800.13/896.03	c learnt ternary clauses	: 406
1800.13/896.03	c learnt constraints	: 131184
1800.13/896.03	c ignored constraints	: 0
1800.13/896.03	c root simplifications	: 0
1800.13/896.03	c removed literals (reason simplification)	: 0
1800.13/896.03	c reason swapping (by a shorter reason)	: 0
1800.13/896.03	c Calls to reduceDB	: 12
1800.13/896.03	c Number of update (reduction) of LBD	: 0
1800.13/896.03	c Imported unit clauses	: 0
1800.13/896.03	c number of reductions to clauses (during analyze)	: 0
1800.13/896.03	c number of learned constraints concerned by reduction	: 0
1800.13/896.03	c number of learning phase by resolution	: 0
1800.13/896.03	c number of learning phase by cutting planes	: 0
1800.13/896.03	c speed (assignments/second)	: 62020.08420713524
1800.13/896.03	c non guided choices	19550
1800.13/896.06	c learnt constraints type 
1800.13/896.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 119446
1800.13/896.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/896.06	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 23
1800.13/896.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11714
1800.13/896.07	s UNKNOWN
1800.13/896.07	c Total wall clock time (in seconds): 895.956

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-4108870-1466288928/watcher-4108870-1466288928 -o /tmp/evaluation-result-4108870-1466288928/solver-4108870-1466288928 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8274 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108870-1466288928.opb 

pid=15165
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.88 4.28 4.32 4/197 15168
/proc/meminfo: memFree=26878316/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15168/stat : 15168 (java) R 15165 15168 8258 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 30939314 23793664 705 33554432000 1073741824 1073778376 140735976015520 140735976004584 252253926352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 5809 705 520 9 0 128 0

[startup+0.100204 s]
/proc/loadavg: 3.88 4.28 4.32 4/197 15168
/proc/meminfo: memFree=26878316/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 4449 0 1 0 9 1 0 0 20 0 18 0 30939314 9787879424 6078 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2389619 6078 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 3.88 4.28 4.32 4/197 15168
/proc/meminfo: memFree=26878316/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 4677 0 1 0 23 1 0 0 20 0 18 0 30939314 9787879424 7787 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2389619 7787 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 3.88 4.28 4.32 4/197 15168
/proc/meminfo: memFree=26878316/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 5552 0 1 0 48 1 0 0 20 0 18 0 30939314 9787879424 9864 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2389619 9864 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 3.88 4.28 4.32 4/197 15168
/proc/meminfo: memFree=26878316/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 12767 0 1 0 135 5 0 0 20 0 18 0 30939314 9787879424 45099 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2389619 45099 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 3.88 4.28 4.32 4/215 15186
/proc/meminfo: memFree=26687932/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9558476 CPUtime=2.59 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 14208 0 1 0 245 14 0 0 20 0 18 0 30939314 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2389619 87780 2264 9 0 2380296 0
[pid=15168/tid=15170] ppid=15165 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/15168/task/15170/stat : 15170 (java) R 15165 15168 8258 0 -1 4202560 2535 0 1 0 133 4 0 0 20 0 18 0 30939315 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571910458760 140571746706743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15171] ppid=15165 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15168/task/15171/stat : 15171 (java) S 15165 15168 8258 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571871951912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15172] ppid=15165 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15168/task/15172/stat : 15172 (java) S 15165 15168 8258 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571870899112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15173] ppid=15165 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 30939316 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 30939317 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30939317 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30939317 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30939319 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 4921 0 0 0 43 0 0 0 20 0 18 0 30939319 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 5166 0 0 0 40 0 0 0 20 0 18 0 30939319 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30939319 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30939319 9787879424 87780 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 3.88 4.28 4.32 7/219 15190
/proc/meminfo: memFree=26491512/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9824732 CPUtime=6.48 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 20021 0 1 0 627 21 0 0 20 0 22 0 30939314 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2456183 131123 2284 9 0 2446860 0
[pid=15168/tid=15170] ppid=15165 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/15168/task/15170/stat : 15170 (java) S 15165 15168 8258 0 -1 4202560 2548 0 1 0 181 4 0 0 20 0 22 0 30939315 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571910460280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15171] ppid=15165 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15168/task/15171/stat : 15171 (java) S 15165 15168 8258 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571871951912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15172] ppid=15165 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15168/task/15172/stat : 15172 (java) S 15165 15168 8258 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571870899112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15173] ppid=15165 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 31 0 0 0 5 3 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 30939316 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 8974 0 0 0 99 2 0 0 20 0 22 0 30939319 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 6662 0 0 0 90 1 0 0 20 0 22 0 30939319 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15187] ppid=15165 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/15168/task/15187/stat : 15187 (java) R 15165 15168 8258 0 -1 4202560 15 0 0 0 104 0 0 0 20 0 22 0 30939518 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570987045656 140571747103110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15188] ppid=15165 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/15168/task/15188/stat : 15188 (java) R 15165 15168 8258 0 -1 4202560 95 0 0 0 102 3 0 0 20 0 22 0 30939518 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570985992968 140571747236740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15189] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15189/stat : 15189 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570984940968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15190] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15190/stat : 15190 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 131123 33554432000 1073741824 1073778376 140735976015520 140570983888168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.89 4.28 4.32 5/219 15190
/proc/meminfo: memFree=26205732/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9824732 CPUtime=13.44 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 23902 0 1 0 1314 30 0 0 20 0 22 0 30939314 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2456183 187039 2288 9 0 2446860 0
[pid=15168/tid=15170] ppid=15165 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/15168/task/15170/stat : 15170 (java) S 15165 15168 8258 0 -1 4202560 2548 0 1 0 181 5 0 0 20 0 22 0 30939315 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571910460280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15171] ppid=15165 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/15168/task/15171/stat : 15171 (java) S 15165 15168 8258 0 -1 4202560 65 0 0 0 10 3 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571871951912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15172] ppid=15165 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15168/task/15172/stat : 15172 (java) S 15165 15168 8258 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571870899112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15173] ppid=15165 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 41 0 0 0 7 3 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 46 0 0 0 8 3 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 30939316 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 475 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 8974 0 0 0 105 2 0 0 20 0 22 0 30939319 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 9578 0 0 0 126 1 0 0 20 0 22 0 30939319 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 187039 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15187] ppid=15165 vsize=9824732 CPUtime=4.15 cores=0,2,4,6

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

/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 367 0 0 0 251 7 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 324 0 0 0 264 8 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 344 0 0 0 253 8 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 412 0 0 0 255 9 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 328 0 0 0 261 8 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 409 0 0 0 268 8 0 0 20 0 22 0 30939316 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 6987 0 0 0 135 34 0 0 20 0 22 0 30939317 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 8980 0 0 0 119 2 0 0 20 0 22 0 30939319 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 9584 0 0 0 145 2 0 0 20 0 22 0 30939319 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 47 0 0 0 14 16 0 0 20 0 22 0 30939319 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15187] ppid=15165 vsize=9824732 CPUtime=810.44 cores=0,2,4,6
/proc/15168/task/15187/stat : 15187 (java) R 15165 15168 8258 0 -1 4202560 85 0 0 0 81032 12 0 0 20 0 22 0 30939518 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570987044144 140571747197608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15188] ppid=15165 vsize=9824732 CPUtime=810.43 cores=0,2,4,6
/proc/15168/task/15188/stat : 15188 (java) R 15165 15168 8258 0 -1 4202560 1883 0 0 0 80995 48 0 0 20 0 22 0 30939518 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570985992032 140571747134374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15189] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15189/stat : 15189 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570984940968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15190] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15190/stat : 15190 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 521863 33554432000 1073741824 1073778376 140735976015520 140570983888168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1652.61
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.43 4.33 4.30 5/219 15282
/proc/meminfo: memFree=25085540/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9824732 CPUtime=1772.57 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 36294 0 1 0 177096 161 0 0 20 0 22 0 30939314 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2456183 520160 2300 9 0 2446860 0
[pid=15168/tid=15170] ppid=15165 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/15168/task/15170/stat : 15170 (java) S 15165 15168 8258 0 -1 4202560 2558 0 1 0 184 6 0 0 20 0 22 0 30939315 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571910460280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15171] ppid=15165 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/15168/task/15171/stat : 15171 (java) S 15165 15168 8258 0 -1 4202560 430 0 0 0 274 9 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571871951912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15172] ppid=15165 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/15168/task/15172/stat : 15172 (java) S 15165 15168 8258 0 -1 4202560 354 0 0 0 273 8 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571870899112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15173] ppid=15165 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 373 0 0 0 266 7 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 352 0 0 0 277 8 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 367 0 0 0 272 8 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 439 0 0 0 275 9 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 353 0 0 0 283 9 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 423 0 0 0 284 8 0 0 20 0 22 0 30939316 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 8780 0 0 0 204 36 0 0 20 0 22 0 30939317 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 8980 0 0 0 119 2 0 0 20 0 22 0 30939319 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 9584 0 0 0 145 2 0 0 20 0 22 0 30939319 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 30939319 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15187] ppid=15165 vsize=9824732 CPUtime=869.16 cores=0,2,4,6
/proc/15168/task/15187/stat : 15187 (java) R 15165 15168 8258 0 -1 4202560 87 0 0 0 86903 13 0 0 20 0 22 0 30939518 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570987044032 140571747185154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15188] ppid=15165 vsize=9824732 CPUtime=869.16 cores=0,2,4,6
/proc/15168/task/15188/stat : 15188 (java) R 15165 15168 8258 0 -1 4202560 1898 0 0 0 86867 49 0 0 20 0 22 0 30939518 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570985992048 140571747189365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15189] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15189/stat : 15189 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570984940968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15190] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15190/stat : 15190 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 520160 33554432000 1073741824 1073778376 140735976015520 140570983888168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1772.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.33 4.31 4.29 6/219 15282
/proc/meminfo: memFree=25088948/32872528 swapFree=1200228/1314692
[pid=15168] ppid=15165 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/15168/stat : 15168 (java) S 15165 15168 8258 0 -1 4202496 36324 0 1 0 179851 162 0 0 20 0 22 0 30939314 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140735976006656 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15168/statm: 2456183 516577 2300 9 0 2446860 0
[pid=15168/tid=15170] ppid=15165 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/15168/task/15170/stat : 15170 (java) S 15165 15168 8258 0 -1 4202560 2559 0 1 0 184 6 0 0 20 0 22 0 30939315 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571910460280 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15171] ppid=15165 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/15168/task/15171/stat : 15171 (java) S 15165 15168 8258 0 -1 4202560 443 0 0 0 279 9 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571871951912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15172] ppid=15165 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/15168/task/15172/stat : 15172 (java) S 15165 15168 8258 0 -1 4202560 355 0 0 0 278 8 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571870899112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15173] ppid=15165 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/15168/task/15173/stat : 15173 (java) S 15165 15168 8258 0 -1 4202560 374 0 0 0 273 7 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571869846312 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15174] ppid=15165 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/15168/task/15174/stat : 15174 (java) S 15165 15168 8258 0 -1 4202560 352 0 0 0 283 8 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571868793512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15175] ppid=15165 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/15168/task/15175/stat : 15175 (java) S 15165 15168 8258 0 -1 4202560 369 0 0 0 275 8 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571867740712 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15176] ppid=15165 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/15168/task/15176/stat : 15176 (java) S 15165 15168 8258 0 -1 4202560 445 0 0 0 281 9 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571866687912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15177] ppid=15165 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/15168/task/15177/stat : 15177 (java) S 15165 15168 8258 0 -1 4202560 354 0 0 0 289 9 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571865635112 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15178] ppid=15165 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/15168/task/15178/stat : 15178 (java) S 15165 15168 8258 0 -1 4202560 423 0 0 0 289 8 0 0 20 0 22 0 30939316 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571746232488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15179] ppid=15165 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/15168/task/15179/stat : 15179 (java) S 15165 15168 8258 0 -1 4202560 8780 0 0 0 204 36 0 0 20 0 22 0 30939317 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571734035432 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15180] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15180/stat : 15180 (java) S 15165 15168 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571732981496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15181] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15181/stat : 15181 (java) S 15165 15168 8258 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30939317 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571731928584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15182] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15182/stat : 15182 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140571730877072 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15183] ppid=15165 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/15168/task/15183/stat : 15183 (java) S 15165 15168 8258 0 -1 4202560 8980 0 0 0 119 2 0 0 20 0 22 0 30939319 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570991258040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15184] ppid=15165 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/15168/task/15184/stat : 15184 (java) S 15165 15168 8258 0 -1 4202560 9584 0 0 0 145 2 0 0 20 0 22 0 30939319 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570990205240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15185] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15185/stat : 15185 (java) S 15165 15168 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30939319 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570989152632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15186] ppid=15165 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/15168/task/15186/stat : 15186 (java) S 15165 15168 8258 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 30939319 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570988100040 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15168/tid=15187] ppid=15165 vsize=9824732 CPUtime=882.7 cores=0,2,4,6
/proc/15168/task/15187/stat : 15187 (java) R 15165 15168 8258 0 -1 4202560 87 0 0 0 88257 13 0 0 20 0 22 0 30939518 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570987044912 140571747228377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15168/tid=15188] ppid=15165 vsize=9824732 CPUtime=882.69 cores=0,2,4,6
/proc/15168/task/15188/stat : 15188 (java) R 15165 15168 8258 0 -1 4202560 1903 0 0 0 88220 49 0 0 20 0 22 0 30939518 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570985991232 140571747544147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15168/tid=15189] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15189/stat : 15189 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570984940968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15168/tid=15190] ppid=15165 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15168/task/15190/stat : 15190 (java) S 15165 15168 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30939519 10060525568 516577 33554432000 1073741824 1073778376 140735976015520 140570983888168 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 15168 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 15168 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=239234
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=81683
# CPU time returned by wait4() is 1796.32
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.081
CPU time (s): 1800.13
CPU user time (s): 1798.51
CPU system time (s): 1.62
CPU usage (%): 200.889
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 2.08168
maximum resident set size= 2828660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36359
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33149
involuntary context switches= 48856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.56115 second user time and 7.51586 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 00:28:48
IDJOB=4108870
IDBENCH=89638
IDSOLVER=2543
FILE ID=node131/4108870-1466288928
RUNJOBID= node131-1466276277-8274
PBS_JOBID= 19918257
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 3eaa712ef8c4f1e38f38abbb36d752f3
RANDOM SEED=1553762447

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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.752
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.57
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.752
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:        26878224 kB
Buffers:          169308 kB
Cached:           260132 kB
SwapCached:         1460 kB
Active:          3620608 kB
Inactive:         302588 kB
Active(anon):    3493540 kB
Inactive(anon):     2920 kB
Active(file):     127068 kB
Inactive(file):   299668 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             10440 kB
Writeback:             0 kB
AnonPages:       4816676 kB
Mapped:            15156 kB
Shmem:                 0 kB
Slab:             607524 kB
SReclaimable:      50184 kB
SUnreclaim:       557340 kB
KernelStack:        1624 kB
PageTables:        13744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5041020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3526656 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= 71652 MiB
End job on node131 at 2016-06-19 00:43:44