Trace number 4116894

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.74 895.659

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-0.opb
MD5SUMcb6970291396a46a7f7f877e2dc367cc
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 variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
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-4116894-1466969305.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.391s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10720
1.01/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.52	c org.sat4j.specs.Constr$1 => 856
1.01/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.52	c 10720 constraints processed.
1.01/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.52	c constraints type 
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.52	c org.sat4j.specs.Constr$1 => 856
1.01/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.01/0.52	c 10720 constraints processed.
4.26/1.46	c cleaning 2497 clauses out of 4998 with flag 16277/5000
6.40/2.16	c cleaning 4239 clauses out of 8501 with flag 38015/11000
8.31/2.91	c cleaning 5595 clauses out of 11262 with flag 65424/18000
10.20/3.81	c cleaning 6823 clauses out of 13667 with flag 98646/26000
12.27/4.86	c cleaning 7922 clauses out of 15844 with flag 135213/35000
14.47/5.96	c cleaning 8951 clauses out of 17922 with flag 181316/45000
17.14/7.26	c cleaning 9918 clauses out of 19971 with flag 229910/56000
19.94/8.66	c cleaning 10935 clauses out of 22053 with flag 287236/68000
23.39/10.36	c cleaning 12049 clauses out of 24118 with flag 347245/81000
27.00/12.15	c cleaning 13025 clauses out of 26069 with flag 417327/95000
31.09/14.19	c cleaning 14010 clauses out of 28044 with flag 491485/110000
35.29/16.25	c cleaning 15011 clauses out of 30036 with flag 572513/126002
37.69/17.46	c cleaning 0 clauses out of 5001 with flag 0/5001
40.62/18.71	c cleaning 15993 clauses out of 32023 with flag 661066/143000
46.52/21.54	c cleaning 17013 clauses out of 34030 with flag 755690/161000
52.32/24.47	c cleaning 17931 clauses out of 36017 with flag 858398/180000
58.89/27.66	c cleaning 19036 clauses out of 38086 with flag 966616/200000
65.67/31.05	c cleaning 20002 clauses out of 40051 with flag 1081337/221001
73.55/34.94	c cleaning 21010 clauses out of 42048 with flag 1202123/243000
81.34/38.82	c cleaning 22006 clauses out of 44040 with flag 1329413/266002
89.55/42.92	c cleaning 22982 clauses out of 46033 with flag 1465610/290001
98.44/47.31	c cleaning 23976 clauses out of 48050 with flag 1607026/315000
107.63/51.96	c cleaning 25000 clauses out of 50075 with flag 1756709/341001
117.53/56.86	c cleaning 25992 clauses out of 52074 with flag 1912205/368000
127.85/61.90	c cleaning 27039 clauses out of 54082 with flag 2078016/396000
137.85/66.94	c cleaning 27993 clauses out of 56043 with flag 2246512/425000
148.75/72.39	c cleaning 29006 clauses out of 58051 with flag 2419094/455001
160.64/78.29	c cleaning 29977 clauses out of 60044 with flag 2597330/486000
172.82/84.34	c cleaning 30985 clauses out of 62067 with flag 2783860/518000
185.49/90.68	c cleaning 32041 clauses out of 64082 with flag 2975867/551000
199.16/97.40	c cleaning 32994 clauses out of 66041 with flag 3180457/585000
212.45/104.09	c cleaning 33981 clauses out of 68047 with flag 3389661/620000
227.14/111.35	c cleaning 35023 clauses out of 70067 with flag 3602135/656001
242.66/119.46	c cleaning 36012 clauses out of 72043 with flag 3821373/693000
258.11/127.18	c cleaning 36978 clauses out of 74031 with flag 4052540/731000
259.33/127.74	c cleaning 0 clauses out of 11000 with flag 0/11000
274.58/135.36	c cleaning 38016 clauses out of 76053 with flag 4285315/770000
291.44/143.72	c cleaning 38979 clauses out of 78037 with flag 4526124/810000
309.14/152.54	c cleaning 39992 clauses out of 80059 with flag 4773173/851001
327.60/161.75	c cleaning 40968 clauses out of 82066 with flag 5025677/893000
347.26/171.50	c cleaning 42010 clauses out of 84099 with flag 5284705/936001
367.12/181.50	c cleaning 43027 clauses out of 86088 with flag 5551642/980000
389.21/192.46	c cleaning 44021 clauses out of 88061 with flag 5827052/1025000
412.08/203.82	c cleaning 44981 clauses out of 90041 with flag 6108359/1071001
433.95/214.76	c cleaning 46001 clauses out of 92060 with flag 6392150/1118001
456.48/225.97	c cleaning 47006 clauses out of 94058 with flag 6686828/1166000
480.98/238.11	c cleaning 47969 clauses out of 96053 with flag 6989902/1215001
507.17/251.15	c cleaning 49007 clauses out of 98083 with flag 7296700/1265000
533.55/264.20	c cleaning 50015 clauses out of 100076 with flag 7614504/1316000
561.27/278.06	c cleaning 51020 clauses out of 102063 with flag 7939720/1368002
591.47/293.00	c cleaning 51989 clauses out of 104041 with flag 8269481/1421000
621.29/308.46	c cleaning 52990 clauses out of 106052 with flag 8600516/1475000
652.02/323.74	c cleaning 54032 clauses out of 108064 with flag 8935290/1530002
682.53/338.99	c cleaning 55003 clauses out of 110030 with flag 9278356/1586000
712.79/354.04	c cleaning 55996 clauses out of 112028 with flag 9628114/1643001
743.19/369.28	c cleaning 56975 clauses out of 114032 with flag 9984039/1701001
772.47/383.88	c cleaning 57998 clauses out of 116056 with flag 10346575/1760000
807.20/401.14	c cleaning 58990 clauses out of 118059 with flag 10718874/1820001
843.59/419.12	c cleaning 60009 clauses out of 120068 with flag 11091721/1881000
879.91/437.11	c cleaning 60968 clauses out of 122059 with flag 11477342/1943000
917.43/455.76	c cleaning 62011 clauses out of 124092 with flag 11863437/2006001
957.51/475.63	c cleaning 62997 clauses out of 126080 with flag 12265055/2070000
1000.11/496.80	c cleaning 64031 clauses out of 128084 with flag 12670789/2135001
1040.10/516.74	c cleaning 65008 clauses out of 130053 with flag 13079893/2201001
1084.05/538.62	c cleaning 66010 clauses out of 132044 with flag 13498475/2268000
1129.90/561.42	c cleaning 66988 clauses out of 134035 with flag 13920287/2336001
1130.70/561.87	c cleaning 0 clauses out of 18000 with flag 0/18000
1174.10/583.43	c cleaning 68020 clauses out of 136046 with flag 14349511/2405000
1218.93/605.71	c cleaning 68972 clauses out of 138026 with flag 14784912/2475000
1267.51/630.67	c cleaning 70001 clauses out of 140054 with flag 15223467/2546000
1315.96/654.76	c cleaning 71002 clauses out of 142054 with flag 15669905/2618001
1366.73/680.02	c cleaning 72012 clauses out of 144054 with flag 16121853/2691003
1420.07/706.57	c cleaning 72990 clauses out of 146039 with flag 16580755/2765000
1472.94/732.84	c cleaning 73975 clauses out of 148049 with flag 17041528/2840000
1525.68/759.07	c cleaning 75001 clauses out of 150076 with flag 17512584/2916002
1579.29/785.78	c cleaning 76005 clauses out of 152073 with flag 17992957/2993000
1635.14/813.55	c cleaning 77019 clauses out of 154068 with flag 18474113/3071000
1692.96/842.39	c cleaning 77979 clauses out of 156051 with flag 18963337/3150002
1752.40/871.95	c cleaning 79012 clauses out of 158070 with flag 19456711/3230000
1800.10/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.60	c starts		: 22380
1800.10/895.60	c conflicts		: 3297512
1800.10/895.60	c decisions		: 31610256
1800.10/895.60	c propagations		: 446550998
1800.10/895.60	c inspects		: 8683934471
1800.10/895.60	c shortcuts		: 0
1800.10/895.60	c learnt literals	: 2
1800.10/895.60	c learnt binary clauses	: 34
1800.10/895.60	c learnt ternary clauses	: 484
1800.10/895.60	c learnt constraints	: 3297510
1800.10/895.60	c ignored constraints	: 0
1800.10/895.60	c root simplifications	: 0
1800.10/895.60	c removed literals (reason simplification)	: 2231016
1800.10/895.60	c reason swapping (by a shorter reason)	: 0
1800.10/895.60	c Calls to reduceDB	: 76
1800.10/895.60	c Number of update (reduction) of LBD	: 697272
1800.10/895.60	c Imported unit clauses	: 0
1800.10/895.60	c number of reductions to clauses (during analyze)	: 0
1800.10/895.60	c number of learned constraints concerned by reduction	: 0
1800.10/895.60	c number of learning phase by resolution	: 0
1800.10/895.60	c number of learning phase by cutting planes	: 0
1800.10/895.60	c speed (assignments/second)	: 498897.2981065295
1800.10/895.60	c non guided choices	17352
1800.10/895.63	c learnt constraints type 
1800.10/895.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.10/895.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146536
1800.10/895.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.63	c starts		: 51
1800.10/895.63	c conflicts		: 22170
1800.10/895.63	c decisions		: 85097
1800.10/895.63	c propagations		: 2733414
1800.10/895.63	c inspects		: 767706416
1800.10/895.63	c shortcuts		: 0
1800.10/895.63	c learnt literals	: 0
1800.10/895.63	c learnt binary clauses	: 0
1800.10/895.63	c learnt ternary clauses	: 0
1800.10/895.63	c learnt constraints	: 22170
1800.10/895.63	c ignored constraints	: 0
1800.10/895.63	c root simplifications	: 0
1800.10/895.63	c removed literals (reason simplification)	: 0
1800.10/895.63	c reason swapping (by a shorter reason)	: 0
1800.10/895.63	c Calls to reduceDB	: 3
1800.10/895.63	c Number of update (reduction) of LBD	: 0
1800.10/895.63	c Imported unit clauses	: 0
1800.10/895.63	c number of reductions to clauses (during analyze)	: 0
1800.10/895.63	c number of learned constraints concerned by reduction	: 0
1800.10/895.63	c number of learning phase by resolution	: 0
1800.10/895.63	c number of learning phase by cutting planes	: 0
1800.10/895.63	c speed (assignments/second)	: 3053.7435356601422
1800.10/895.63	c non guided choices	413
1800.10/895.64	c learnt constraints type 
1800.10/895.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 24
1800.10/895.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22146
1800.10/895.64	s UNKNOWN
1800.10/895.64	c Total wall clock time (in seconds): 895.515

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-4116894-1466969305/watcher-4116894-1466969305 -o /tmp/evaluation-result-4116894-1466969305/solver-4116894-1466969305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116894-1466969305.opb 

pid=22039
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: 1.38 2.01 2.13 4/170 22042
/proc/meminfo: memFree=30285280/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22042/stat : 22042 (java) D 22039 22042 22007 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 29969797 9515008 182 33554432000 1073741824 1073778376 140733623702256 140733623693288 266435641013 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/22042/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.38 2.01 2.13 4/170 22042
/proc/meminfo: memFree=30285280/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 29969797 9787879424 6045 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 1.38 2.01 2.13 4/170 22042
/proc/meminfo: memFree=30285280/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 4676 0 1 0 23 1 0 0 20 0 18 0 29969797 9787879424 6774 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2389619 6774 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 1.38 2.01 2.13 4/170 22042
/proc/meminfo: memFree=30285280/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 5736 0 1 0 46 1 0 0 20 0 18 0 29969797 9787879424 8344 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2389619 8344 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700164 s]
/proc/loadavg: 1.38 2.01 2.13 4/170 22042
/proc/meminfo: memFree=30285280/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 14291 0 1 0 169 4 0 0 20 0 22 0 29969797 10060525568 23972 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 23972 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 1.38 2.01 2.13 9/219 22096
/proc/meminfo: memFree=30013016/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 22734 0 1 0 455 8 0 0 20 0 22 0 29969797 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 48705 2292 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 29969798 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883464186664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883463133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) S 22039 22042 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883462081576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) S 22039 22042 22007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883366267816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) S 22039 22042 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883365214504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883364161704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) S 22039 22042 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883363109416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) S 22039 22042 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29969800 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883362056616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883349646056 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/22042/task/22080/stat : 22080 (java) R 22039 22042 22007 0 -1 4202560 8176 0 0 0 113 2 0 0 20 0 22 0 29969804 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883345434808 139883528322544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22081] ppid=22039 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/22042/task/22081/stat : 22081 (java) R 22039 22042 22007 0 -1 4202560 10608 0 0 0 104 2 0 0 20 0 22 0 29969804 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883344382008 139883531416763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22082] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22082/stat : 22082 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883343329912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22083] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22083/stat : 22083 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883342277320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22089] ppid=22039 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/22042/task/22089/stat : 22089 (java) R 22039 22042 22007 0 -1 4202560 23 0 0 0 88 0 0 0 20 0 22 0 29969850 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883341213984 139883465892674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22090] ppid=22039 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/22042/task/22090/stat : 22090 (java) R 22039 22042 22007 0 -1 4202560 72 0 0 0 90 2 0 0 20 0 22 0 29969850 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883340169240 139883465938356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22091] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22091/stat : 22091 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883339118248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22092] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22092/stat : 22092 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 48705 33554432000 1073741824 1073778376 140734091292656 139883338065448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 1.59 2.04 2.14 6/219 22096
/proc/meminfo: memFree=29815988/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=8.73 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 26564 0 1 0 858 15 0 0 20 0 22 0 29969797 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 85769 2293 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 29969798 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) S 22039 22042 22007 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883464186664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) S 22039 22042 22007 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883463133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) S 22039 22042 22007 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883462081576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) S 22039 22042 22007 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883366267816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883365214504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) S 22039 22042 22007 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883364161704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883363109416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) S 22039 22042 22007 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29969800 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883362056616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883349646056 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/22042/task/22080/stat : 22080 (java) S 22039 22042 22007 0 -1 4202560 8178 0 0 0 132 2 0 0 20 0 22 0 29969804 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883345434808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22081] ppid=22039 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/22042/task/22081/stat : 22081 (java) S 22039 22042 22007 0 -1 4202560 14181 0 0 0 169 2 0 0 20 0 22 0 29969804 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883344382008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22082] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22082/stat : 22082 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883343329912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22083] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22083/stat : 22083 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883342277320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22089] ppid=22039 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22042/task/22089/stat : 22089 (java) R 22039 22042 22007 0 -1 4202560 26 0 0 0 243 0 0 0 20 0 22 0 29969850 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883341222880 139883465884486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22090] ppid=22039 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/22042/task/22090/stat : 22090 (java) R 22039 22042 22007 0 -1 4202560 130 0 0 0 242 4 0 0 20 0 22 0 29969850 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883340169784 139883465937355 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22091] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22091/stat : 22091 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883339118248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22092] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22092/stat : 22092 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 85769 33554432000 1073741824 1073778376 140734091292656 139883338065448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 1.59 2.04 2.14 5/219 22096
/proc/meminfo: memFree=29054556/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=15.33 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 27214 0 1 0 1505 28 0 0 20 0 22 0 29969797 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 162892 2293 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 29969798 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) R 22039 22042 22007 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883464186664 266435595399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) R 22039 22042 22007 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883463133864 266435595399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) R 22039 22042 22007 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883462081704 266435595399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) R 22039 22042 22007 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883366267992 139883529213039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) R 22039 22042 22007 0 -1 4202560 70 0 0 0 6 2 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883365214632 139883532951799 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) R 22039 22042 22007 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883364161832 266435595399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) R 22039 22042 22007 0 -1 4202560 67 0 0 0 5 1 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883363109544 266435595399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) R 22039 22042 22007 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 29969800 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883362056744 266435595399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883349644936 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 162892 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.34 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.55 4.20 3.39 5/219 22118
/proc/meminfo: memFree=22706700/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=1652.81 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 39132 0 1 0 165084 197 0 0 20 0 22 0 29969797 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 937750 2302 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2487 0 1 0 49 4 0 0 20 0 22 0 29969798 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) S 22039 22042 22007 0 -1 4202560 679 0 0 0 240 19 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883464186664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) S 22039 22042 22007 0 -1 4202560 714 0 0 0 249 19 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883463133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) S 22039 22042 22007 0 -1 4202560 524 0 0 0 200 16 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883462081576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) S 22039 22042 22007 0 -1 4202560 756 0 0 0 223 20 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883366267816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) S 22039 22042 22007 0 -1 4202560 669 0 0 0 225 14 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883365214504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) S 22039 22042 22007 0 -1 4202560 713 0 0 0 214 16 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883364161704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) S 22039 22042 22007 0 -1 4202560 577 0 0 0 205 17 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883363109416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) S 22039 22042 22007 0 -1 4202560 571 0 0 0 221 16 0 0 20 0 22 0 29969800 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883362056616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 2287 0 0 0 343 7 0 0 20 0 22 0 29969801 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883349646056 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/22042/task/22080/stat : 22080 (java) S 22039 22042 22007 0 -1 4202560 11528 0 0 0 180 3 0 0 20 0 22 0 29969804 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883345434808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22081] ppid=22039 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/22042/task/22081/stat : 22081 (java) S 22039 22042 22007 0 -1 4202560 14198 0 0 0 180 2 0 0 20 0 22 0 29969804 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883344382008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22082] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22082/stat : 22082 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883343329912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22083] ppid=22039 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/22042/task/22083/stat : 22083 (java) S 22039 22042 22007 0 -1 4202560 47 0 0 0 17 15 0 0 20 0 22 0 29969804 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883342277320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22089] ppid=22039 vsize=9824732 CPUtime=812.97 cores=0,2,4,6
/proc/22042/task/22089/stat : 22089 (java) R 22039 22042 22007 0 -1 4202560 71 0 0 0 81283 14 0 0 20 0 22 0 29969850 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883341221760 139883465884974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22090] ppid=22039 vsize=9824732 CPUtime=812.92 cores=0,2,4,6
/proc/22042/task/22090/stat : 22090 (java) R 22039 22042 22007 0 -1 4202560 2047 0 0 0 81241 51 0 0 20 0 22 0 29969850 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883340169984 139883466233216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22091] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22091/stat : 22091 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883339118248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22092] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22092/stat : 22092 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 937750 33554432000 1073741824 1073778376 140734091292656 139883338065448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1652.81
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.35 4.21 3.45 6/219 22119
/proc/meminfo: memFree=22645896/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=1773.4 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 39180 0 1 0 177139 201 0 0 20 0 22 0 29969797 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 942360 2302 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2487 0 1 0 49 4 0 0 20 0 22 0 29969798 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) S 22039 22042 22007 0 -1 4202560 680 0 0 0 255 19 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883464186664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) S 22039 22042 22007 0 -1 4202560 717 0 0 0 264 20 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883463133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) S 22039 22042 22007 0 -1 4202560 525 0 0 0 216 16 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883462081576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) S 22039 22042 22007 0 -1 4202560 759 0 0 0 235 20 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883366267816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) S 22039 22042 22007 0 -1 4202560 672 0 0 0 239 14 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883365214504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) S 22039 22042 22007 0 -1 4202560 718 0 0 0 232 16 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883364161704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) S 22039 22042 22007 0 -1 4202560 581 0 0 0 226 17 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883363109416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) S 22039 22042 22007 0 -1 4202560 577 0 0 0 238 17 0 0 20 0 22 0 29969800 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883362056616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 2297 0 0 0 343 7 0 0 20 0 22 0 29969801 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883349646056 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/22042/task/22080/stat : 22080 (java) S 22039 22042 22007 0 -1 4202560 11528 0 0 0 180 3 0 0 20 0 22 0 29969804 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883345434808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22081] ppid=22039 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/22042/task/22081/stat : 22081 (java) S 22039 22042 22007 0 -1 4202560 14198 0 0 0 180 2 0 0 20 0 22 0 29969804 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883344382008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22082] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22082/stat : 22082 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883343329912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22083] ppid=22039 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22042/task/22083/stat : 22083 (java) S 22039 22042 22007 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 29969804 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883342277320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22089] ppid=22039 vsize=9824732 CPUtime=872.62 cores=0,2,4,6
/proc/22042/task/22089/stat : 22089 (java) R 22039 22042 22007 0 -1 4202560 73 0 0 0 87247 15 0 0 20 0 22 0 29969850 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883341221112 139883465671885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22090] ppid=22039 vsize=9824732 CPUtime=872.55 cores=0,2,4,6
/proc/22042/task/22090/stat : 22090 (java) R 22039 22042 22007 0 -1 4202560 2053 0 0 0 87203 52 0 0 20 0 22 0 29969850 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883340168864 139883465935723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22091] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22091/stat : 22091 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883339118248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22092] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22092/stat : 22092 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 942360 33554432000 1073741824 1073778376 140734091292656 139883338065448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.30 4.20 3.45 5/215 22184
/proc/meminfo: memFree=26479432/32872528 swapFree=1437460/1543748
[pid=22042] ppid=22039 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/22042/stat : 22042 (java) S 22039 22042 22007 0 -1 4202496 39253 0 1 0 179809 201 0 0 20 0 22 0 29969797 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 140734091283792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/22042/statm: 2456183 943960 2302 9 0 2446860 0
[pid=22042/tid=22049] ppid=22039 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/22042/task/22049/stat : 22049 (java) S 22039 22042 22007 0 -1 4202560 2487 0 1 0 49 4 0 0 20 0 22 0 29969798 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883525456760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22055] ppid=22039 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/22042/task/22055/stat : 22055 (java) S 22039 22042 22007 0 -1 4202560 681 0 0 0 256 19 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883464186664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22056] ppid=22039 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/22042/task/22056/stat : 22056 (java) S 22039 22042 22007 0 -1 4202560 718 0 0 0 266 20 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883463133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22057] ppid=22039 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/22042/task/22057/stat : 22057 (java) S 22039 22042 22007 0 -1 4202560 525 0 0 0 217 16 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883462081576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22058] ppid=22039 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/22042/task/22058/stat : 22058 (java) S 22039 22042 22007 0 -1 4202560 778 0 0 0 237 20 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883366267816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22059] ppid=22039 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/22042/task/22059/stat : 22059 (java) S 22039 22042 22007 0 -1 4202560 695 0 0 0 242 14 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883365214504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22060] ppid=22039 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/22042/task/22060/stat : 22060 (java) S 22039 22042 22007 0 -1 4202560 719 0 0 0 238 16 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883364161704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22061] ppid=22039 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/22042/task/22061/stat : 22061 (java) S 22039 22042 22007 0 -1 4202560 607 0 0 0 232 17 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883363109416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22062] ppid=22039 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/22042/task/22062/stat : 22062 (java) S 22039 22042 22007 0 -1 4202560 578 0 0 0 241 17 0 0 20 0 22 0 29969800 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883362056616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22064] ppid=22039 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/22042/task/22064/stat : 22064 (java) S 22039 22042 22007 0 -1 4202560 2297 0 0 0 343 7 0 0 20 0 22 0 29969801 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883349646056 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22066] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22066/stat : 22066 (java) S 22039 22042 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883348592120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22067] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22067/stat : 22067 (java) S 22039 22042 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29969801 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883347539720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22079] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22079/stat : 22079 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883346488208 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22080] ppid=22039 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/22042/task/22080/stat : 22080 (java) S 22039 22042 22007 0 -1 4202560 11528 0 0 0 180 3 0 0 20 0 22 0 29969804 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883345434808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22081] ppid=22039 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/22042/task/22081/stat : 22081 (java) S 22039 22042 22007 0 -1 4202560 14198 0 0 0 180 2 0 0 20 0 22 0 29969804 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883344382008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22082] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22082/stat : 22082 (java) S 22039 22042 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29969804 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883343329912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22042/tid=22083] ppid=22039 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22042/task/22083/stat : 22083 (java) S 22039 22042 22007 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 29969804 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883342277320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22042/tid=22089] ppid=22039 vsize=9824732 CPUtime=885.85 cores=0,2,4,6
/proc/22042/task/22089/stat : 22089 (java) R 22039 22042 22007 0 -1 4202560 73 0 0 0 88570 15 0 0 20 0 22 0 29969850 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883341221760 139883465911524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22090] ppid=22039 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/22042/task/22090/stat : 22090 (java) R 22039 22042 22007 0 -1 4202560 2054 0 0 0 88526 52 0 0 20 0 22 0 29969850 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883340169984 139883465923720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22042/tid=22091] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22091/stat : 22091 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883339118248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22042/tid=22092] ppid=22039 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22042/task/22092/stat : 22092 (java) S 22039 22042 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29969850 10060525568 943960 33554432000 1073741824 1073778376 140734091292656 139883338065448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 22042 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.659
CPU time (s): 1800.74
CPU user time (s): 1798.18
CPU system time (s): 2.56161
CPU usage (%): 201.052
Max. virtual memory (cumulated for all children) (KiB): 9825940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.56161
maximum resident set size= 3775956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39288
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= 24161
involuntary context switches= 26656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43217 second user time and 7.76382 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 21:28:25
IDJOB=4116894
IDBENCH=109527
IDSOLVER=2543
FILE ID=node116/4116894-1466969305
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116894-1466969305/watcher-4116894-1466969305 -o /tmp/evaluation-result-4116894-1466969305/solver-4116894-1466969305 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116894-1466969305.opb

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

MD5SUM BENCH= cb6970291396a46a7f7f877e2dc367cc
RANDOM SEED=33719354

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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:        30286088 kB
Buffers:           30636 kB
Cached:           311808 kB
SwapCached:         2072 kB
Active:            32180 kB
Inactive:         313148 kB
Active(anon):       3968 kB
Inactive(anon):     1656 kB
Active(file):      28212 kB
Inactive(file):   311492 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1260 kB
Writeback:             0 kB
AnonPages:       1545264 kB
Mapped:             6840 kB
Shmem:                 0 kB
Slab:             565448 kB
SReclaimable:       9708 kB
SUnreclaim:       555740 kB
KernelStack:        1376 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1640624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71680 MiB
End job on node116 at 2016-06-26 21:43:20