Trace number 4116750

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.73 894.671

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-6.opb
MD5SUM11fccc9b5639e41e584928c6062c3dc6
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 constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4116750-1466958282.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.74/0.49	c ... done. Wall clock time 0.373s.
0.74/0.49	c declared #vars     4128
0.74/0.49	c #constraints  10016
0.74/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.49	c constraints type 
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.74/0.49	c org.sat4j.specs.Constr$1 => 920
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.74/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.74/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.74/0.49	c 10016 constraints processed.
0.74/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.49	c constraints type 
0.74/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.74/0.49	c org.sat4j.specs.Constr$1 => 920
0.74/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.74/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.74/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.74/0.49	c 10016 constraints processed.
4.61/1.42	c cleaning 2497 clauses out of 5001 with flag 17103/5003
6.11/2.01	c cleaning 4245 clauses out of 8501 with flag 40242/11000
7.57/2.76	c cleaning 5627 clauses out of 11256 with flag 69017/18000
9.43/3.61	c cleaning 6808 clauses out of 13629 with flag 102984/26000
11.51/4.62	c cleaning 7898 clauses out of 15822 with flag 145112/35001
13.52/5.69	c cleaning 8923 clauses out of 17925 with flag 193574/45002
16.19/6.92	c cleaning 9975 clauses out of 20001 with flag 250853/56001
18.99/8.30	c cleaning 10996 clauses out of 22025 with flag 313088/68000
22.28/9.94	c cleaning 12005 clauses out of 24029 with flag 383062/81000
25.66/11.67	c cleaning 12984 clauses out of 26025 with flag 458550/95001
29.75/13.60	c cleaning 14009 clauses out of 28040 with flag 543129/110000
33.76/15.62	c cleaning 14984 clauses out of 30031 with flag 635536/126000
38.35/17.90	c cleaning 16004 clauses out of 32049 with flag 733751/143002
39.16/18.36	c cleaning 0 clauses out of 5000 with flag 0/5000
43.53/20.40	c cleaning 17008 clauses out of 34044 with flag 840247/161001
49.13/23.00	c cleaning 17986 clauses out of 36035 with flag 951492/180000
55.08/25.92	c cleaning 19001 clauses out of 38049 with flag 1072227/200000
61.28/29.03	c cleaning 20006 clauses out of 40048 with flag 1197770/221000
67.67/32.26	c cleaning 20976 clauses out of 42043 with flag 1328892/243001
75.24/35.93	c cleaning 22000 clauses out of 44066 with flag 1463548/266000
82.65/39.66	c cleaning 22995 clauses out of 46066 with flag 1602687/290000
91.15/43.81	c cleaning 24029 clauses out of 48071 with flag 1750138/315000
99.35/47.92	c cleaning 25004 clauses out of 50043 with flag 1907234/341001
108.56/52.53	c cleaning 25991 clauses out of 52039 with flag 2070985/368001
118.25/57.33	c cleaning 26973 clauses out of 54048 with flag 2235662/396001
128.52/62.43	c cleaning 28019 clauses out of 56074 with flag 2407223/425000
139.12/67.74	c cleaning 29022 clauses out of 58055 with flag 2586474/455000
150.41/73.38	c cleaning 29980 clauses out of 60033 with flag 2771869/486000
162.31/79.29	c cleaning 31009 clauses out of 62055 with flag 2965604/518002
175.59/85.81	c cleaning 32005 clauses out of 64044 with flag 3166870/551000
189.65/92.85	c cleaning 32984 clauses out of 66040 with flag 3371929/585001
204.14/100.04	c cleaning 33995 clauses out of 68055 with flag 3584332/620000
218.81/107.31	c cleaning 35002 clauses out of 70060 with flag 3803644/656000
233.68/114.78	c cleaning 36027 clauses out of 72058 with flag 4031704/693000
249.75/122.79	c cleaning 36992 clauses out of 74031 with flag 4263886/731000
252.55/124.19	c cleaning 0 clauses out of 11000 with flag 0/11000
267.90/132.17	c cleaning 38010 clauses out of 76039 with flag 4502100/770000
286.15/141.22	c cleaning 39005 clauses out of 78029 with flag 4746862/810000
305.02/150.66	c cleaning 39988 clauses out of 80024 with flag 4999772/851000
323.74/159.95	c cleaning 40993 clauses out of 82036 with flag 5259794/893000
343.24/169.68	c cleaning 42012 clauses out of 84045 with flag 5527768/936002
363.76/179.84	c cleaning 42984 clauses out of 86031 with flag 5800300/980000
385.46/190.69	c cleaning 43995 clauses out of 88047 with flag 6075809/1025000
407.80/201.78	c cleaning 44976 clauses out of 90052 with flag 6359850/1071000
430.89/213.25	c cleaning 46036 clauses out of 92076 with flag 6651244/1118000
454.81/225.11	c cleaning 47001 clauses out of 94044 with flag 6945743/1166004
480.09/237.61	c cleaning 48021 clauses out of 96041 with flag 7248121/1215002
506.46/251.31	c cleaning 49001 clauses out of 98019 with flag 7554517/1265001
532.30/264.28	c cleaning 49983 clauses out of 100017 with flag 7868064/1316000
560.27/278.14	c cleaning 50991 clauses out of 102034 with flag 8186471/1368000
588.35/292.19	c cleaning 52023 clauses out of 104045 with flag 8511498/1421002
618.43/307.06	c cleaning 52985 clauses out of 106020 with flag 8845093/1475000
648.92/322.24	c cleaning 53981 clauses out of 108035 with flag 9186426/1530000
681.12/338.24	c cleaning 54988 clauses out of 110056 with flag 9534519/1586002
714.17/354.60	c cleaning 56019 clauses out of 112067 with flag 9882443/1643001
749.69/372.25	c cleaning 57019 clauses out of 114047 with flag 10244338/1701000
786.19/390.32	c cleaning 57999 clauses out of 116028 with flag 10609679/1760000
822.10/408.14	c cleaning 59008 clauses out of 118030 with flag 10978955/1820001
859.82/426.87	c cleaning 59984 clauses out of 120021 with flag 11350059/1881000
899.36/446.46	c cleaning 61007 clauses out of 122037 with flag 11730306/1943000
938.34/465.73	c cleaning 61986 clauses out of 124031 with flag 12114872/2006001
978.32/485.51	c cleaning 63006 clauses out of 126044 with flag 12502127/2070000
1020.53/506.40	c cleaning 64010 clauses out of 128038 with flag 12897050/2135000
1055.87/523.94	c cleaning 0 clauses out of 18001 with flag 0/18001
1065.27/528.69	c cleaning 64974 clauses out of 130029 with flag 13299424/2201001
1109.36/551.37	c cleaning 66010 clauses out of 132054 with flag 13708301/2268000
1156.00/574.57	c cleaning 66999 clauses out of 134045 with flag 14120018/2336001
1204.23/598.59	c cleaning 68017 clauses out of 136046 with flag 14537061/2405001
1255.29/623.94	c cleaning 68990 clauses out of 138028 with flag 14963313/2475000
1307.52/649.91	c cleaning 69995 clauses out of 140038 with flag 15391999/2546000
1358.36/675.15	c cleaning 70988 clauses out of 142043 with flag 15828948/2618000
1409.91/700.80	c cleaning 72013 clauses out of 144056 with flag 16272212/2691001
1462.55/726.80	c cleaning 72983 clauses out of 146042 with flag 16720821/2765000
1515.74/753.29	c cleaning 73980 clauses out of 148059 with flag 17178631/2840000
1571.37/780.99	c cleaning 75008 clauses out of 150079 with flag 17639212/2916000
1627.63/808.93	c cleaning 76027 clauses out of 152071 with flag 18106029/2993000
1686.62/838.30	c cleaning 77007 clauses out of 154047 with flag 18580483/3071003
1750.49/869.93	c cleaning 77981 clauses out of 156039 with flag 19059746/3150002
1800.10/894.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.60	c starts		: 28588
1800.10/894.60	c conflicts		: 3216876
1800.10/894.60	c decisions		: 28681048
1800.10/894.60	c propagations		: 425611575
1800.10/894.60	c inspects		: 9310099668
1800.10/894.60	c shortcuts		: 0
1800.10/894.60	c learnt literals	: 2
1800.10/894.60	c learnt binary clauses	: 69
1800.10/894.60	c learnt ternary clauses	: 808
1800.10/894.60	c learnt constraints	: 3216874
1800.10/894.60	c ignored constraints	: 0
1800.10/894.60	c root simplifications	: 0
1800.10/894.60	c removed literals (reason simplification)	: 2714336
1800.10/894.60	c reason swapping (by a shorter reason)	: 0
1800.10/894.60	c Calls to reduceDB	: 75
1800.10/894.60	c Number of update (reduction) of LBD	: 692526
1800.10/894.60	c Imported unit clauses	: 0
1800.10/894.60	c number of reductions to clauses (during analyze)	: 0
1800.10/894.60	c number of learned constraints concerned by reduction	: 0
1800.10/894.60	c number of learning phase by resolution	: 0
1800.10/894.60	c number of learning phase by cutting planes	: 0
1800.10/894.60	c speed (assignments/second)	: 476025.53534639534
1800.10/894.60	c non guided choices	8443
1800.10/894.63	c learnt constraints type 
1800.10/894.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69
1800.10/894.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144863
1800.10/894.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.63	c starts		: 49
1800.10/894.63	c conflicts		: 21543
1800.10/894.63	c decisions		: 72293
1800.10/894.63	c propagations		: 2527633
1800.10/894.63	c inspects		: 818619927
1800.10/894.63	c shortcuts		: 0
1800.10/894.63	c learnt literals	: 0
1800.10/894.63	c learnt binary clauses	: 0
1800.10/894.63	c learnt ternary clauses	: 0
1800.10/894.63	c learnt constraints	: 21543
1800.10/894.63	c ignored constraints	: 0
1800.10/894.63	c root simplifications	: 0
1800.10/894.63	c removed literals (reason simplification)	: 0
1800.10/894.63	c reason swapping (by a shorter reason)	: 0
1800.10/894.63	c Calls to reduceDB	: 3
1800.10/894.63	c Number of update (reduction) of LBD	: 0
1800.10/894.63	c Imported unit clauses	: 0
1800.10/894.63	c number of reductions to clauses (during analyze)	: 0
1800.10/894.63	c number of learned constraints concerned by reduction	: 0
1800.10/894.63	c number of learning phase by resolution	: 0
1800.10/894.63	c number of learning phase by cutting planes	: 0
1800.10/894.63	c speed (assignments/second)	: 2826.9347127079545
1800.10/894.63	c non guided choices	266
1800.10/894.64	c learnt constraints type 
1800.10/894.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.10/894.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21535
1800.10/894.64	s UNKNOWN
1800.10/894.64	c Total wall clock time (in seconds): 894.522

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

pid=20537
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.46 4.34 4.23 4/197 20540
/proc/meminfo: memFree=26800468/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/20540/stat : 20540 (java) R 20537 20540 18126 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 28867506 3653632 47 33554432000 1073741824 1073778376 140736564677728 140736564674856 266426482320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.46 4.34 4.23 4/197 20540
/proc/meminfo: memFree=26800468/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 28867506 9787879424 6047 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2389619 6047 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.46 4.34 4.23 4/197 20540
/proc/meminfo: memFree=26800468/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 4693 0 1 0 23 1 0 0 20 0 18 0 28867506 9787879424 6799 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2389619 6799 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.46 4.34 4.23 4/197 20540
/proc/meminfo: memFree=26800468/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 5653 0 1 0 47 1 0 0 20 0 18 0 28867506 9787879424 8906 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2389619 8906 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 4.46 4.34 4.23 4/197 20540
/proc/meminfo: memFree=26800468/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 15225 0 1 0 180 3 0 0 20 0 22 0 28867506 10060525568 22632 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 22632 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.46 4.34 4.23 7/219 20562
/proc/meminfo: memFree=26667856/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 23709 0 1 0 483 6 0 0 20 0 22 0 28867506 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 46578 2292 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2434 0 1 0 45 1 0 0 20 0 22 0 28867507 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) S 20537 20540 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140332018907688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) S 20537 20540 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140332017854888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) S 20537 20540 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331888191784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331887138984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331886087208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331885034408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) S 20537 20540 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28867509 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331400415720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/20540/task/20555/stat : 20555 (java) R 20537 20540 18126 0 -1 4202560 9570 0 0 0 117 2 0 0 20 0 22 0 28867512 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331396205376 140332049503556 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20556] ppid=20537 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/20540/task/20556/stat : 20556 (java) S 20537 20540 18126 0 -1 4202560 10229 0 0 0 118 2 0 0 20 0 22 0 28867512 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331395152696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20557] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20557/stat : 20557 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331394100088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20558] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20558/stat : 20558 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331393047496 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20559] ppid=20537 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/20540/task/20559/stat : 20559 (java) R 20537 20540 18126 0 -1 4202560 19 0 0 0 96 0 0 0 20 0 22 0 28867556 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331391529992 140331899991586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20560] ppid=20537 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/20540/task/20560/stat : 20560 (java) R 20537 20540 18126 0 -1 4202560 79 0 0 0 94 2 0 0 20 0 22 0 28867556 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331390475992 140331900131200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20561] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20561/stat : 20561 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331389424552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20562] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20562/stat : 20562 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 46578 33554432000 1073741824 1073778376 140736564677728 140331388371752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10552 s]
/proc/loadavg: 4.46 4.34 4.23 5/219 20562
/proc/meminfo: memFree=26553788/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=8.41 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 24089 0 1 0 830 11 0 0 20 0 22 0 28867506 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 86644 2292 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2434 0 1 0 45 1 0 0 20 0 22 0 28867507 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) R 20537 20540 18126 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140332018907712 266439025077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) R 20537 20540 18126 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140332017854728 140332053351153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) R 20537 20540 18126 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331888191784 140332048926413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) R 20537 20540 18126 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331887139160 140332050630853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) R 20537 20540 18126 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331886087208 140332050630831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) R 20537 20540 18126 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331885034584 140332050617132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) R 20537 20540 18126 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867508 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28867509 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331400414600 266439013436 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/20540/task/20555/stat : 20555 (java) S 20537 20540 18126 0 -1 4202560 9570 0 0 0 127 2 0 0 20 0 22 0 28867512 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331396205496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20556] ppid=20537 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/20540/task/20556/stat : 20556 (java) S 20537 20540 18126 0 -1 4202560 10351 0 0 0 133 2 0 0 20 0 22 0 28867512 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331395152696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20557] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20557/stat : 20557 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331394100088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20558] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20558/stat : 20558 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331393047496 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20559] ppid=20537 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/20540/task/20559/stat : 20559 (java) S 20537 20540 18126 0 -1 4202560 20 0 0 0 251 0 0 0 20 0 22 0 28867556 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331391527704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20560] ppid=20537 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/20540/task/20560/stat : 20560 (java) S 20537 20540 18126 0 -1 4202560 138 0 0 0 248 2 0 0 20 0 22 0 28867556 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331390475784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20561] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20561/stat : 20561 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331389424552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20562] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20562/stat : 20562 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 86644 33554432000 1073741824 1073778376 140736564677728 140331388371752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.50 4.35 4.23 6/219 20562
/proc/meminfo: memFree=26194336/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=14.99 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 24823 0 1 0 1477 22 0 0 20 0 22 0 28867506 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 161020 2292 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2435 0 1 0 45 1 0 0 20 0 22 0 28867507 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) S 20537 20540 18126 0 -1 4202560 101 0 0 0 6 2 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140332018907688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) S 20537 20540 18126 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140332017854888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) S 20537 20540 18126 0 -1 4202560 111 0 0 0 5 1 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331888191784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) S 20537 20540 18126 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331887138984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) S 20537 20540 18126 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331886087208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) S 20537 20540 18126 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331885034408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) S 20537 20540 18126 0 -1 4202560 106 0 0 0 7 2 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 28867508 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 28867509 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331400415720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 161020 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.29 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.29 4.31 4.26 5/219 20651
/proc/meminfo: memFree=23042592/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=1654.69 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 36402 0 1 0 165287 182 0 0 20 0 22 0 28867506 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 932519 2301 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2437 0 1 0 47 3 0 0 20 0 22 0 28867507 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) S 20537 20540 18126 0 -1 4202560 593 0 0 0 312 15 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140332018907688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) S 20537 20540 18126 0 -1 4202560 538 0 0 0 297 15 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140332017854888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) S 20537 20540 18126 0 -1 4202560 580 0 0 0 251 13 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331888191784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) S 20537 20540 18126 0 -1 4202560 540 0 0 0 269 16 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331887138984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) S 20537 20540 18126 0 -1 4202560 518 0 0 0 279 14 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331886087208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) S 20537 20540 18126 0 -1 4202560 563 0 0 0 263 18 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331885034408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) S 20537 20540 18126 0 -1 4202560 611 0 0 0 265 16 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 565 0 0 0 276 18 0 0 20 0 22 0 28867508 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 2382 0 0 0 354 5 0 0 20 0 22 0 28867509 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331400415720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20540/task/20555/stat : 20555 (java) S 20537 20540 18126 0 -1 4202560 13169 0 0 0 169 2 0 0 20 0 22 0 28867512 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331396205496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20556] ppid=20537 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20540/task/20556/stat : 20556 (java) S 20537 20540 18126 0 -1 4202560 10361 0 0 0 146 2 0 0 20 0 22 0 28867512 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331395152696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20557] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20557/stat : 20557 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331394100088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20558] ppid=20537 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/20540/task/20558/stat : 20558 (java) S 20537 20540 18126 0 -1 4202560 47 0 0 0 16 14 0 0 20 0 22 0 28867512 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331393047496 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20559] ppid=20537 vsize=9824732 CPUtime=811.94 cores=0,2,4,6
/proc/20540/task/20559/stat : 20559 (java) R 20537 20540 18126 0 -1 4202560 48 0 0 0 81180 14 0 0 20 0 22 0 28867556 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331391528632 140331899894363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20560] ppid=20537 vsize=9824732 CPUtime=811.97 cores=0,2,4,6
/proc/20540/task/20560/stat : 20560 (java) R 20537 20540 18126 0 -1 4202560 2186 0 0 0 81146 51 0 0 20 0 22 0 28867556 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331390474640 140331899953772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20561] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20561/stat : 20561 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331389424552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20562] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20562/stat : 20562 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 932519 33554432000 1073741824 1073778376 140736564677728 140331388371752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1654.69
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.17 4.27 4.25 6/219 20652
/proc/meminfo: memFree=22990608/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=1775.42 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 36468 0 1 0 177356 186 0 0 20 0 22 0 28867506 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 941739 2301 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2437 0 1 0 48 3 0 0 20 0 22 0 28867507 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) S 20537 20540 18126 0 -1 4202560 594 0 0 0 330 15 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140332018907688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) S 20537 20540 18126 0 -1 4202560 542 0 0 0 308 15 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140332017854888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) S 20537 20540 18126 0 -1 4202560 588 0 0 0 273 14 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331888191784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) S 20537 20540 18126 0 -1 4202560 542 0 0 0 285 16 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331887138984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) S 20537 20540 18126 0 -1 4202560 528 0 0 0 308 14 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331886087208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) S 20537 20540 18126 0 -1 4202560 567 0 0 0 273 18 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331885034408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) S 20537 20540 18126 0 -1 4202560 622 0 0 0 289 16 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 572 0 0 0 296 18 0 0 20 0 22 0 28867508 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 2391 0 0 0 354 6 0 0 20 0 22 0 28867509 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331400415720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20540/task/20555/stat : 20555 (java) S 20537 20540 18126 0 -1 4202560 13169 0 0 0 169 2 0 0 20 0 22 0 28867512 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331396205496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20556] ppid=20537 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20540/task/20556/stat : 20556 (java) S 20537 20540 18126 0 -1 4202560 10361 0 0 0 146 2 0 0 20 0 22 0 28867512 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331395152696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20557] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20557/stat : 20557 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331394100088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20558] ppid=20537 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20540/task/20558/stat : 20558 (java) S 20537 20540 18126 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 28867512 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331393047496 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20559] ppid=20537 vsize=9824732 CPUtime=871.54 cores=0,2,4,6
/proc/20540/task/20559/stat : 20559 (java) R 20537 20540 18126 0 -1 4202560 48 0 0 0 87139 15 0 0 20 0 22 0 28867556 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331391528512 140331899984186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20560] ppid=20537 vsize=9824732 CPUtime=871.57 cores=0,2,4,6
/proc/20540/task/20560/stat : 20560 (java) R 20537 20540 18126 0 -1 4202560 2192 0 0 0 87105 52 0 0 20 0 22 0 28867556 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331390476688 140331899997632 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20561] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20561/stat : 20561 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331389424552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20562] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20562/stat : 20562 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 941739 33554432000 1073741824 1073778376 140736564677728 140331388371752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1775.42
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.13 4.26 4.25 5/219 20652
/proc/meminfo: memFree=22986516/32872528 swapFree=1437460/1543748
[pid=20540] ppid=20537 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/20540/stat : 20540 (java) S 20537 20540 18126 0 -1 4202496 36475 0 1 0 179823 187 0 0 20 0 22 0 28867506 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140736564668864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20540/statm: 2456183 942763 2301 9 0 2446860 0
[pid=20540/tid=20542] ppid=20537 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/20540/task/20542/stat : 20542 (java) S 20537 20540 18126 0 -1 4202560 2437 0 1 0 48 3 0 0 20 0 22 0 28867507 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140332046455672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20543] ppid=20537 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/20540/task/20543/stat : 20543 (java) S 20537 20540 18126 0 -1 4202560 594 0 0 0 332 15 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140332018907688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20544] ppid=20537 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/20540/task/20544/stat : 20544 (java) S 20537 20540 18126 0 -1 4202560 542 0 0 0 309 16 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140332017854888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20545] ppid=20537 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/20540/task/20545/stat : 20545 (java) S 20537 20540 18126 0 -1 4202560 590 0 0 0 275 14 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331888191784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20546] ppid=20537 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/20540/task/20546/stat : 20546 (java) S 20537 20540 18126 0 -1 4202560 543 0 0 0 290 16 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331887138984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20547] ppid=20537 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/20540/task/20547/stat : 20547 (java) S 20537 20540 18126 0 -1 4202560 529 0 0 0 310 15 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331886087208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20548] ppid=20537 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/20540/task/20548/stat : 20548 (java) S 20537 20540 18126 0 -1 4202560 568 0 0 0 275 18 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331885034408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20549] ppid=20537 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/20540/task/20549/stat : 20549 (java) S 20537 20540 18126 0 -1 4202560 622 0 0 0 290 16 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331883981608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20550] ppid=20537 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/20540/task/20550/stat : 20550 (java) S 20537 20540 18126 0 -1 4202560 572 0 0 0 299 18 0 0 20 0 22 0 28867508 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331412613800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20551] ppid=20537 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/20540/task/20551/stat : 20551 (java) S 20537 20540 18126 0 -1 4202560 2391 0 0 0 354 6 0 0 20 0 22 0 28867509 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331400415720 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20552] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20552/stat : 20552 (java) S 20537 20540 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331399361784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20553] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20553/stat : 20553 (java) S 20537 20540 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28867510 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331398308872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20554] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20554/stat : 20554 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331397257360 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20555] ppid=20537 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/20540/task/20555/stat : 20555 (java) S 20537 20540 18126 0 -1 4202560 13169 0 0 0 169 2 0 0 20 0 22 0 28867512 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331396205496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20540/tid=20556] ppid=20537 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/20540/task/20556/stat : 20556 (java) S 20537 20540 18126 0 -1 4202560 10361 0 0 0 146 2 0 0 20 0 22 0 28867512 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331395152696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20557] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20557/stat : 20557 (java) S 20537 20540 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28867512 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331394100088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20558] ppid=20537 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/20540/task/20558/stat : 20558 (java) S 20537 20540 18126 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 28867512 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331393047496 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20559] ppid=20537 vsize=9824732 CPUtime=883.79 cores=0,2,4,6
/proc/20540/task/20559/stat : 20559 (java) R 20537 20540 18126 0 -1 4202560 48 0 0 0 88364 15 0 0 20 0 22 0 28867556 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331391528512 140331899894363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20540/tid=20560] ppid=20537 vsize=9824732 CPUtime=883.82 cores=0,2,4,6
/proc/20540/task/20560/stat : 20560 (java) R 20537 20540 18126 0 -1 4202560 2194 0 0 0 88330 52 0 0 20 0 22 0 28867556 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331390476800 140331899952468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20540/tid=20561] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20561/stat : 20561 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331389424552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20540/tid=20562] ppid=20537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20540/task/20562/stat : 20562 (java) S 20537 20540 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28867557 10060525568 942763 33554432000 1073741824 1073778376 140736564677728 140331388371752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 20540 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.671
CPU time (s): 1800.73
CPU user time (s): 1798.33
CPU system time (s): 2.40363
CPU usage (%): 201.273
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 2.40363
maximum resident set size= 3771172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36508
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24157
involuntary context switches= 27933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75512 second user time and 7.46286 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 18:24:42
IDJOB=4116750
IDBENCH=109509
IDSOLVER=2543
FILE ID=node116/4116750-1466958282
RUNJOBID= node116-1466946428-18142
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round22-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116750-1466958282/watcher-4116750-1466958282 -o /tmp/evaluation-result-4116750-1466958282/solver-4116750-1466958282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18142 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116750-1466958282.opb

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

MD5SUM BENCH= 11fccc9b5639e41e584928c6062c3dc6
RANDOM SEED=271801278

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:        26801072 kB
Buffers:           21132 kB
Cached:           305008 kB
SwapCached:         2076 kB
Active:          3520756 kB
Inactive:         302052 kB
Active(anon):    3497656 kB
Inactive(anon):     1656 kB
Active(file):      23100 kB
Inactive(file):   300396 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       5123580 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565272 kB
SReclaimable:       9296 kB
SUnreclaim:       555976 kB
KernelStack:        1800 kB
PageTables:        14448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5249252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3629056 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 18:39:37