Trace number 4117270

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.02 895.059

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-0.opb
MD5SUM1be3474b392293aca463ff329e8b6f75
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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4117270-1466956829.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.369s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9984
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.49	c org.sat4j.specs.Constr$1 => 904
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.49	c 9984 constraints processed.
0.73/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.49	c org.sat4j.specs.Constr$1 => 904
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.73/0.49	c 9984 constraints processed.
4.55/1.43	c cleaning 2493 clauses out of 4999 with flag 16299/5000
5.94/2.03	c cleaning 4220 clauses out of 8505 with flag 39084/11000
7.40/2.79	c cleaning 5638 clauses out of 11288 with flag 67669/18003
9.51/3.61	c cleaning 6795 clauses out of 13647 with flag 103112/26000
11.77/4.61	c cleaning 7889 clauses out of 15852 with flag 145521/35000
13.96/5.75	c cleaning 8955 clauses out of 17963 with flag 193903/45000
16.64/7.07	c cleaning 9995 clauses out of 20011 with flag 248144/56003
19.64/8.51	c cleaning 10995 clauses out of 22014 with flag 308996/68001
22.95/10.13	c cleaning 11982 clauses out of 24018 with flag 377382/81000
26.63/11.92	c cleaning 13005 clauses out of 26036 with flag 451891/95000
30.46/13.83	c cleaning 14005 clauses out of 28031 with flag 533809/110000
34.67/15.99	c cleaning 14963 clauses out of 30026 with flag 623166/126000
36.86/17.03	c cleaning 0 clauses out of 5001 with flag 0/5001
40.03/18.47	c cleaning 16013 clauses out of 32064 with flag 717043/143001
45.04/20.94	c cleaning 17015 clauses out of 34050 with flag 817844/161000
50.43/23.70	c cleaning 18003 clauses out of 36036 with flag 926496/180001
56.78/26.73	c cleaning 18993 clauses out of 38034 with flag 1041464/200002
62.79/29.80	c cleaning 20013 clauses out of 40040 with flag 1161297/221001
70.15/33.31	c cleaning 20966 clauses out of 42026 with flag 1290390/243000
77.33/36.99	c cleaning 22009 clauses out of 44061 with flag 1424577/266001
85.14/40.81	c cleaning 23017 clauses out of 46054 with flag 1566563/290003
93.43/44.96	c cleaning 24004 clauses out of 48034 with flag 1715952/315000
102.03/49.25	c cleaning 24999 clauses out of 50031 with flag 1871891/341001
111.57/54.00	c cleaning 26011 clauses out of 52031 with flag 2030567/368000
121.56/58.97	c cleaning 26970 clauses out of 54021 with flag 2200340/396001
132.45/64.32	c cleaning 28016 clauses out of 56052 with flag 2374604/425002
143.44/69.81	c cleaning 29003 clauses out of 58034 with flag 2551921/455000
155.13/75.65	c cleaning 30009 clauses out of 60031 with flag 2738740/486000
167.60/81.88	c cleaning 30985 clauses out of 62023 with flag 2931918/518001
181.08/88.60	c cleaning 31968 clauses out of 64037 with flag 3131030/551000
194.77/95.32	c cleaning 33023 clauses out of 66069 with flag 3339096/585000
209.57/102.70	c cleaning 34009 clauses out of 68049 with flag 3552731/620003
225.50/110.60	c cleaning 0 clauses out of 11001 with flag 0/11001
225.70/110.79	c cleaning 34992 clauses out of 70037 with flag 3772874/656000
242.62/119.56	c cleaning 36010 clauses out of 72045 with flag 4004029/693000
260.09/128.21	c cleaning 36998 clauses out of 74035 with flag 4239027/731000
277.55/136.96	c cleaning 37966 clauses out of 76038 with flag 4478155/770001
296.47/146.31	c cleaning 39006 clauses out of 78071 with flag 4722098/810000
315.37/155.73	c cleaning 40017 clauses out of 80065 with flag 4976291/851000
335.47/165.78	c cleaning 40991 clauses out of 82048 with flag 5239505/893000
357.12/176.50	c cleaning 42006 clauses out of 84057 with flag 5506264/936000
378.63/187.28	c cleaning 43025 clauses out of 86053 with flag 5778621/980002
400.73/198.22	c cleaning 43948 clauses out of 88026 with flag 6058049/1025000
423.43/209.59	c cleaning 45008 clauses out of 90078 with flag 6338457/1071000
446.92/221.25	c cleaning 46008 clauses out of 92070 with flag 6632780/1118000
472.34/233.84	c cleaning 46973 clauses out of 94062 with flag 6931233/1166000
499.44/247.35	c cleaning 48011 clauses out of 96091 with flag 7238493/1215002
527.51/261.83	c cleaning 49017 clauses out of 98078 with flag 7550518/1265000
554.56/275.35	c cleaning 50011 clauses out of 100062 with flag 7869170/1316001
583.96/289.99	c cleaning 51008 clauses out of 102050 with flag 8188987/1368000
612.68/304.29	c cleaning 52007 clauses out of 104042 with flag 8519434/1421000
641.98/318.85	c cleaning 52964 clauses out of 106035 with flag 8854057/1475000
673.28/334.31	c cleaning 54027 clauses out of 108071 with flag 9197369/1530000
705.37/350.28	c cleaning 55021 clauses out of 110047 with flag 9547681/1586003
739.26/367.01	c cleaning 56004 clauses out of 112023 with flag 9901885/1643000
774.73/384.69	c cleaning 56976 clauses out of 114020 with flag 10265416/1701001
812.56/403.40	c cleaning 57994 clauses out of 116044 with flag 10637181/1760001
850.10/422.13	c cleaning 58991 clauses out of 118052 with flag 11011707/1820003
889.87/441.95	c cleaning 60029 clauses out of 120058 with flag 11392685/1881000
930.87/462.30	c cleaning 61002 clauses out of 122030 with flag 11776509/1943001
971.12/482.20	c cleaning 61991 clauses out of 124027 with flag 12162842/2006000
1011.60/502.38	c cleaning 63002 clauses out of 126037 with flag 12555530/2070001
1036.34/514.63	c cleaning 0 clauses out of 18001 with flag 0/18001
1054.67/523.74	c cleaning 63993 clauses out of 128035 with flag 12960809/2135001
1099.96/547.04	c cleaning 65004 clauses out of 130041 with flag 13370060/2201000
1145.32/569.62	c cleaning 65965 clauses out of 132038 with flag 13784137/2268001
1192.09/592.98	c cleaning 67023 clauses out of 134072 with flag 14205101/2336000
1239.38/616.40	c cleaning 68002 clauses out of 136049 with flag 14634201/2405000
1289.87/641.44	c cleaning 68997 clauses out of 138049 with flag 15067303/2475002
1338.52/665.67	c cleaning 70020 clauses out of 140052 with flag 15503745/2546002
1389.92/691.11	c cleaning 70989 clauses out of 142032 with flag 15946129/2618002
1444.70/718.38	c cleaning 72012 clauses out of 144041 with flag 16395970/2691000
1498.74/745.25	c cleaning 72990 clauses out of 146029 with flag 16850428/2765000
1557.40/774.47	c cleaning 74013 clauses out of 148039 with flag 17310228/2840000
1615.13/803.18	c cleaning 74977 clauses out of 150026 with flag 17777802/2916000
1672.85/831.85	c cleaning 76017 clauses out of 152050 with flag 18255248/2993001
1732.65/861.54	c cleaning 76998 clauses out of 154032 with flag 18738496/3071000
1795.23/892.60	c cleaning 77976 clauses out of 156035 with flag 19226784/3150001
1800.02/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.00	c starts		: 27658
1800.02/895.00	c conflicts		: 3158345
1800.02/895.00	c decisions		: 29701585
1800.02/895.00	c propagations		: 425501148
1800.02/895.00	c inspects		: 9023678232
1800.02/895.00	c shortcuts		: 0
1800.02/895.00	c learnt literals	: 2
1800.02/895.00	c learnt binary clauses	: 60
1800.02/895.00	c learnt ternary clauses	: 730
1800.02/895.00	c learnt constraints	: 3158343
1800.02/895.00	c ignored constraints	: 0
1800.02/895.00	c root simplifications	: 0
1800.02/895.00	c removed literals (reason simplification)	: 2426874
1800.02/895.00	c reason swapping (by a shorter reason)	: 0
1800.02/895.00	c Calls to reduceDB	: 75
1800.02/895.00	c Number of update (reduction) of LBD	: 673601
1800.02/895.00	c Imported unit clauses	: 0
1800.02/895.00	c number of reductions to clauses (during analyze)	: 0
1800.02/895.00	c number of learned constraints concerned by reduction	: 0
1800.02/895.00	c number of learning phase by resolution	: 0
1800.02/895.00	c number of learning phase by cutting planes	: 0
1800.02/895.00	c speed (assignments/second)	: 475686.0234768027
1800.02/895.00	c non guided choices	6526
1800.02/895.03	c learnt constraints type 
1800.02/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60
1800.02/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86343
1800.02/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/895.03	c starts		: 51
1800.02/895.03	c conflicts		: 22396
1800.02/895.03	c decisions		: 73462
1800.02/895.03	c propagations		: 2611185
1800.02/895.03	c inspects		: 828968273
1800.02/895.03	c shortcuts		: 0
1800.02/895.03	c learnt literals	: 0
1800.02/895.03	c learnt binary clauses	: 0
1800.02/895.03	c learnt ternary clauses	: 0
1800.02/895.03	c learnt constraints	: 22396
1800.02/895.03	c ignored constraints	: 0
1800.02/895.03	c root simplifications	: 0
1800.02/895.03	c removed literals (reason simplification)	: 0
1800.02/895.03	c reason swapping (by a shorter reason)	: 0
1800.02/895.03	c Calls to reduceDB	: 3
1800.02/895.03	c Number of update (reduction) of LBD	: 0
1800.02/895.03	c Imported unit clauses	: 0
1800.02/895.03	c number of reductions to clauses (during analyze)	: 0
1800.02/895.03	c number of learned constraints concerned by reduction	: 0
1800.02/895.03	c number of learning phase by resolution	: 0
1800.02/895.03	c number of learning phase by cutting planes	: 0
1800.02/895.03	c speed (assignments/second)	: 2919.0808956281726
1800.02/895.03	c non guided choices	288
1800.02/895.04	c learnt constraints type 
1800.02/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.02/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22388
1800.02/895.04	s UNKNOWN
1800.02/895.04	c Total wall clock time (in seconds): 894.919

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-4117270-1466956829/watcher-4117270-1466956829 -o /tmp/evaluation-result-4117270-1466956829/solver-4117270-1466956829 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117270-1466956829.opb 

pid=22124
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: 4.35 4.39 4.31 4/198 22127
/proc/meminfo: memFree=26724820/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22127/stat : 22127 (java) D 22124 22127 19474 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28721631 2560000 46 33554432000 1073741824 1073778376 140734313598528 140734313595656 270698376487 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 625 46 37 9 0 29 0

[startup+0.100142 s]
/proc/loadavg: 4.35 4.39 4.31 4/198 22127
/proc/meminfo: memFree=26724820/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 4433 0 1 0 8 1 0 0 20 0 18 0 28721631 9787879424 6052 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2389619 6052 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 4.35 4.39 4.31 4/198 22127
/proc/meminfo: memFree=26724820/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 4700 0 1 0 23 1 0 0 20 0 18 0 28721631 9787879424 6790 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2389619 6790 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.35 4.39 4.31 4/198 22127
/proc/meminfo: memFree=26724820/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 5799 0 1 0 47 1 0 0 20 0 18 0 28721631 9787879424 8466 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2389619 8466 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.35 4.39 4.31 4/198 22127
/proc/meminfo: memFree=26724820/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 15036 0 1 0 180 3 0 0 20 0 22 0 28721631 10060525568 23216 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 23216 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.35 4.39 4.31 5/194 22159
/proc/meminfo: memFree=30279604/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 20824 0 1 0 473 7 0 0 20 0 22 0 28721631 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 47788 2292 9 0 2446860 0
[pid=22127/tid=22129] ppid=22124 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/22127/task/22129/stat : 22129 (java) S 22124 22127 19474 0 -1 4202560 2438 0 1 0 46 0 0 0 20 0 22 0 28721632 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019458302840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019430754472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019429701928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28721633 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28721634 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19474 0 -1 4202560 8755 0 0 0 110 1 0 0 20 0 22 0 28721637 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018806893112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19474 0 -1 4202560 8152 0 0 0 113 1 0 0 20 0 22 0 28721637 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018805840568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018804788216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018803735880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/22127/task/22146/stat : 22146 (java) R 22124 22127 19474 0 -1 4202560 18 0 0 0 97 0 0 0 20 0 22 0 28721681 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018802679768 140019306779467 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22147] ppid=22124 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/22127/task/22147/stat : 22147 (java) R 22124 22127 19474 0 -1 4202560 76 0 0 0 96 0 0 0 20 0 22 0 28721681 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018801627416 140019306611223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22148] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22148/stat : 22148 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018800575528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22149] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22149/stat : 22149 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 47788 33554432000 1073741824 1073778376 140734313598528 140018799522984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.32 4.39 4.31 7/220 22218
/proc/meminfo: memFree=30007660/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=8.46 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 23970 0 1 0 832 14 0 0 20 0 22 0 28721631 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 91975 2292 9 0 2446860 0
[pid=22127/tid=22129] ppid=22124 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/22127/task/22129/stat : 22129 (java) S 22124 22127 19474 0 -1 4202560 2438 0 1 0 46 0 0 0 20 0 22 0 28721632 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019458302840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19474 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019430754472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019429701928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 28721633 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28721634 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19474 0 -1 4202560 8755 0 0 0 117 1 0 0 20 0 22 0 28721637 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018806893112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/22127/task/22143/stat : 22143 (java) R 22124 22127 19474 0 -1 4202560 11009 0 0 0 139 2 0 0 20 0 22 0 28721637 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018805827848 140019465289279 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018804788216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018803735880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/22127/task/22146/stat : 22146 (java) R 22124 22127 19474 0 -1 4202560 21 0 0 0 248 0 0 0 20 0 22 0 28721681 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018802678176 140019306830088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22147] ppid=22124 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22127/task/22147/stat : 22147 (java) R 22124 22127 19474 0 -1 4202560 135 0 0 0 246 3 0 0 20 0 22 0 28721681 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018801627672 140019306875221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22148] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22148/stat : 22148 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018800575528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22149] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22149/stat : 22149 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 91975 33554432000 1073741824 1073778376 140734313598528 140018799522984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.32 4.39 4.31 5/220 22218
/proc/meminfo: memFree=29281076/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=15.24 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 26189 0 1 0 1499 25 0 0 20 0 22 0 28721631 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 163871 2292 9 0 2446860 0
[pid=22127/tid=22129] ppid=22124 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/22127/task/22129/stat : 22129 (java) S 22124 22127 19474 0 -1 4202560 2438 0 1 0 46 0 0 0 20 0 22 0 28721632 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019458302840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19474 0 -1 4202560 170 0 0 0 7 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019430754472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19474 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019429701928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 191 0 0 0 3 1 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 163 0 0 0 7 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 78 0 0 0 5 2 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 28721633 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 28721634 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 163871 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.19 cores=0,2,4,6

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

/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 546 0 0 0 263 15 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 728 0 0 0 242 16 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 577 0 0 0 251 15 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 661 0 0 0 256 16 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 606 0 0 0 249 17 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 590 0 0 0 266 17 0 0 20 0 22 0 28721633 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 2334 0 0 0 342 6 0 0 20 0 22 0 28721634 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19474 0 -1 4202560 8765 0 0 0 124 1 0 0 20 0 22 0 28721637 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018806893112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19474 0 -1 4202560 12444 0 0 0 188 2 0 0 20 0 22 0 28721637 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018805840568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018804788216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19474 0 -1 4202560 46 0 0 0 15 16 0 0 20 0 22 0 28721637 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018803735880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9824732 CPUtime=810.23 cores=0,2,4,6
/proc/22127/task/22146/stat : 22146 (java) R 22124 22127 19474 0 -1 4202560 53 0 0 0 81010 13 0 0 20 0 22 0 28721681 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018802679056 140019306829993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22147] ppid=22124 vsize=9824732 CPUtime=810.28 cores=0,2,4,6
/proc/22127/task/22147/stat : 22147 (java) R 22124 22127 19474 0 -1 4202560 1592 0 0 0 80978 50 0 0 20 0 22 0 28721681 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018801627376 140019307244625 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22148] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22148/stat : 22148 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018800575528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22149] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22149/stat : 22149 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 938435 33554432000 1073741824 1073778376 140734313598528 140018799522984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1653.75
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.21 4.20 4.21 5/219 22261
/proc/meminfo: memFree=22985904/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=1774.53 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 33967 0 1 0 177255 198 0 0 20 0 22 0 28721631 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 950215 2301 9 0 2446860 0
[pid=22127/tid=22129] ppid=22124 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22127/task/22129/stat : 22129 (java) S 22124 22127 19474 0 -1 4202560 2444 0 1 0 47 3 0 0 20 0 22 0 28721632 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019458302840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19474 0 -1 4202560 704 0 0 0 273 20 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019430754472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19474 0 -1 4202560 545 0 0 0 267 14 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019429701928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 554 0 0 0 281 16 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 731 0 0 0 256 16 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 589 0 0 0 278 16 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 672 0 0 0 278 17 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 610 0 0 0 271 17 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 599 0 0 0 284 18 0 0 20 0 22 0 28721633 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 2344 0 0 0 342 6 0 0 20 0 22 0 28721634 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19474 0 -1 4202560 8765 0 0 0 124 1 0 0 20 0 22 0 28721637 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018806893112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19474 0 -1 4202560 12444 0 0 0 188 2 0 0 20 0 22 0 28721637 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018805840568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018804788216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19474 0 -1 4202560 50 0 0 0 16 17 0 0 20 0 22 0 28721637 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018803735880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9824732 CPUtime=869.61 cores=0,2,4,6
/proc/22127/task/22146/stat : 22146 (java) R 22124 22127 19474 0 -1 4202560 55 0 0 0 86947 14 0 0 20 0 22 0 28721681 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018802679040 140019306849462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22147] ppid=22124 vsize=9824732 CPUtime=869.65 cores=0,2,4,6
/proc/22127/task/22147/stat : 22147 (java) R 22124 22127 19474 0 -1 4202560 1597 0 0 0 86914 51 0 0 20 0 22 0 28721681 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018801627520 140019306898153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22148] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22148/stat : 22148 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018800575528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22149] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22149/stat : 22149 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 950215 33554432000 1073741824 1073778376 140734313598528 140018799522984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.33 4.22 4.22 6/219 22261
/proc/meminfo: memFree=22973620/32872528 swapFree=1541156/1696500
[pid=22127] ppid=22124 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/22127/stat : 22127 (java) S 22124 22127 19474 0 -1 4202496 33987 0 1 0 179802 200 0 0 20 0 22 0 28721631 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140734313589664 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22127/statm: 2456183 953285 2301 9 0 2446860 0
[pid=22127/tid=22129] ppid=22124 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/22127/task/22129/stat : 22129 (java) S 22124 22127 19474 0 -1 4202560 2444 0 1 0 47 3 0 0 20 0 22 0 28721632 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019458302840 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22130] ppid=22124 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22127/task/22130/stat : 22130 (java) S 22124 22127 19474 0 -1 4202560 704 0 0 0 275 20 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019430754472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22131] ppid=22124 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/22127/task/22131/stat : 22131 (java) S 22124 22127 19474 0 -1 4202560 548 0 0 0 272 14 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019429701928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22132] ppid=22124 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/22127/task/22132/stat : 22132 (java) S 22124 22127 19474 0 -1 4202560 554 0 0 0 283 16 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019428649384 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22133] ppid=22124 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/22127/task/22133/stat : 22133 (java) S 22124 22127 19474 0 -1 4202560 736 0 0 0 257 17 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019427596840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22134] ppid=22124 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/22127/task/22134/stat : 22134 (java) S 22124 22127 19474 0 -1 4202560 589 0 0 0 280 16 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019426544296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22135] ppid=22124 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/22127/task/22135/stat : 22135 (java) S 22124 22127 19474 0 -1 4202560 672 0 0 0 280 17 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019425491752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22136] ppid=22124 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/22127/task/22136/stat : 22136 (java) S 22124 22127 19474 0 -1 4202560 615 0 0 0 273 17 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019295103912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22137] ppid=22124 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/22127/task/22137/stat : 22137 (java) S 22124 22127 19474 0 -1 4202560 605 0 0 0 290 18 0 0 20 0 22 0 28721633 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140019294051368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22138] ppid=22124 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/22127/task/22138/stat : 22138 (java) S 22124 22127 19474 0 -1 4202560 2344 0 0 0 342 6 0 0 20 0 22 0 28721634 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018811103336 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22139] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22139/stat : 22139 (java) S 22124 22127 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018810049656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22140] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22140/stat : 22140 (java) S 22124 22127 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28721635 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018808997000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22141] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22141/stat : 22141 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018807945744 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22142] ppid=22124 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/22127/task/22142/stat : 22142 (java) S 22124 22127 19474 0 -1 4202560 8765 0 0 0 124 1 0 0 20 0 22 0 28721637 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018806893112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22143] ppid=22124 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/22127/task/22143/stat : 22143 (java) S 22124 22127 19474 0 -1 4202560 12444 0 0 0 188 2 0 0 20 0 22 0 28721637 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018805840568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22144] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22144/stat : 22144 (java) S 22124 22127 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28721637 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018804788216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22127/tid=22145] ppid=22124 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/22127/task/22145/stat : 22145 (java) S 22124 22127 19474 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 28721637 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018803735880 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22127/tid=22146] ppid=22124 vsize=9824732 CPUtime=882.2 cores=0,2,4,6
/proc/22127/task/22146/stat : 22146 (java) R 22124 22127 19474 0 -1 4202560 55 0 0 0 88206 14 0 0 20 0 22 0 28721681 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018802671344 140019306830088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22147] ppid=22124 vsize=9824732 CPUtime=882.24 cores=0,2,4,6
/proc/22127/task/22147/stat : 22147 (java) R 22124 22127 19474 0 -1 4202560 1598 0 0 0 88173 51 0 0 20 0 22 0 28721681 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018801626400 140019306135465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22127/tid=22148] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22148/stat : 22148 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018800575528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22127/tid=22149] ppid=22124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22127/task/22149/stat : 22149 (java) S 22124 22127 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28721682 10060525568 953285 33554432000 1073741824 1073778376 140734313598528 140018799522984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 22127 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 22127 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=307375
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=482622
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.059
CPU time (s): 1800.02
CPU user time (s): 1798.02
CPU system time (s): 2
CPU usage (%): 201.106
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.31
system time used= 2.48262
maximum resident set size= 3813256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34021
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= 24259
involuntary context switches= 27122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81296 second user time and 6.16506 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 18:00:29
IDJOB=4117270
IDBENCH=109574
IDSOLVER=2543
FILE ID=node125/4117270-1466956829
RUNJOBID= node125-1466943674-19490
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117270-1466956829/watcher-4117270-1466956829 -o /tmp/evaluation-result-4117270-1466956829/solver-4117270-1466956829 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117270-1466956829.opb

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

MD5SUM BENCH= 1be3474b392293aca463ff329e8b6f75
RANDOM SEED=915722071

node125.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		: 2667.021
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	: 5334.04
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		: 2667.021
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.56
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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:        26725200 kB
Buffers:           17952 kB
Cached:            42248 kB
SwapCached:         1744 kB
Active:          3708060 kB
Inactive:          35900 kB
Active(anon):    3685800 kB
Inactive(anon):      448 kB
Active(file):      22260 kB
Inactive(file):    35452 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098444 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:       5510536 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             565572 kB
SReclaimable:       9364 kB
SUnreclaim:       556208 kB
KernelStack:        1816 kB
PageTables:        15252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5780404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3905536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-26 18:15:24