Trace number 4101674

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 1373.53 685.629

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-msc98-ip.opb
MD5SUMc786421e3b1e46216a72d93f7d7302a0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1373.53
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36105
Total number of constraints16727
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)579
Number of constraints which are nor clauses,nor cardinality constraints11015
Minimum length of a constraint1
Maximum length of a constraint1209
Number of terms in the objective function 7440
Biggest coefficient in the objective function 16499
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 531697
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531697
Number of bits of the biggest sum of numbers20
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101674-1466215242.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
3.49/1.91	c ... done. Wall clock time 1.78s.
3.49/1.91	c declared #vars     36105
3.49/1.91	c #constraints  21028
3.49/1.91	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.49/1.91	c constraints type 
3.49/1.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5244
3.49/1.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
3.49/1.91	c org.sat4j.specs.Constr$1 => 83
3.49/1.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 7922
3.49/1.91	c org.sat4j.minisat.constraints.cnf.UnitClause => 81
3.49/1.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1342
3.49/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6355
3.49/1.91	c 21028 constraints processed.
3.49/1.91	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.49/1.91	c constraints type 
3.49/1.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1342
3.49/1.91	c org.sat4j.specs.Constr$1 => 83
3.49/1.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5244
3.49/1.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7922
3.49/1.91	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
3.49/1.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 81
3.49/1.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6355
3.49/1.91	c 21028 constraints processed.
3.49/1.91	c objective function length is 7440 literals
7.66/3.45	c cleaning 2469 clauses out of 5001 with flag 16636/5002
8.73/3.96	c cleaning 4263 clauses out of 8532 with flag 36986/11002
10.04/4.53	c cleaning 5632 clauses out of 11267 with flag 61030/18000
11.50/5.22	c cleaning 6813 clauses out of 13635 with flag 87445/26000
12.72/5.89	c cleaning 7905 clauses out of 15822 with flag 117278/35000
15.43/7.18	c cleaning 8945 clauses out of 17915 with flag 150088/45000
21.26/10.07	c cleaning 9983 clauses out of 19971 with flag 191524/56001
23.27/11.10	c cleaning 0 clauses out of 4994 with flag 0/5000
28.20/13.32	c cleaning 10982 clauses out of 21987 with flag 236327/68000
36.80/17.53	c cleaning 11995 clauses out of 24013 with flag 290496/81008
44.99/21.66	c cleaning 12999 clauses out of 26012 with flag 351228/95002
56.24/27.22	c cleaning 13997 clauses out of 28011 with flag 412168/110000
68.44/33.36	c cleaning 15006 clauses out of 30014 with flag 478832/126000
80.84/39.54	c cleaning 15979 clauses out of 32008 with flag 550638/143000
94.04/46.13	c cleaning 16982 clauses out of 34029 with flag 632410/161000
108.15/53.11	c cleaning 18010 clauses out of 36047 with flag 718817/180000
124.75/61.46	c cleaning 18989 clauses out of 38039 with flag 796000/200002
139.95/69.02	c cleaning 20023 clauses out of 40048 with flag 881725/221000
157.68/77.88	c cleaning 20999 clauses out of 42025 with flag 986789/243000
175.48/86.79	c cleaning 21990 clauses out of 44026 with flag 1081987/266000
190.68/94.37	c cleaning 23016 clauses out of 46036 with flag 1186734/290000
206.21/102.01	c cleaning 23990 clauses out of 48020 with flag 1290273/315000
225.01/111.47	c cleaning 25008 clauses out of 50031 with flag 1427840/341001
246.00/121.94	c cleaning 25989 clauses out of 52022 with flag 1555065/368000
268.35/133.02	c cleaning 26997 clauses out of 54033 with flag 1674883/396000
290.56/144.15	c cleaning 27990 clauses out of 56036 with flag 1799622/425000
314.34/156.04	c cleaning 29010 clauses out of 58046 with flag 1942333/455000
339.88/168.75	c cleaning 30016 clauses out of 60036 with flag 2094710/486000
366.90/182.27	c cleaning 30984 clauses out of 62020 with flag 2253390/518000
393.32/195.42	c cleaning 32012 clauses out of 64037 with flag 2417917/551001
421.12/209.32	c cleaning 33001 clauses out of 66026 with flag 2599899/585002
451.64/224.52	c cleaning 34009 clauses out of 68024 with flag 2770837/620001
478.23/237.80	c cleaning 34998 clauses out of 70015 with flag 2944952/656001
510.95/254.11	c cleaning 35986 clauses out of 72016 with flag 3104540/693000
539.94/268.60	c cleaning 36993 clauses out of 74030 with flag 3269908/731000
571.13/284.23	c cleaning 38018 clauses out of 76038 with flag 3468947/770001
603.42/300.39	c cleaning 39001 clauses out of 78019 with flag 3654695/810000
633.43/315.38	c cleaning 40002 clauses out of 80018 with flag 3848973/851000
665.63/331.44	c cleaning 41000 clauses out of 82016 with flag 4040175/893000
697.58/347.73	c cleaning 41979 clauses out of 84016 with flag 4235224/936000
728.58/363.28	c cleaning 43015 clauses out of 86039 with flag 4440791/980002
768.23/383.06	c cleaning 43995 clauses out of 88023 with flag 4657630/1025001
810.64/404.24	c cleaning 44993 clauses out of 90027 with flag 4895870/1071000
846.50/422.19	c cleaning 46003 clauses out of 92034 with flag 5141739/1118000
884.29/441.09	c cleaning 46992 clauses out of 94031 with flag 5379425/1166000
917.89/457.89	c cleaning 48000 clauses out of 96039 with flag 5625187/1215000
955.52/476.64	c cleaning 49013 clauses out of 98043 with flag 5853990/1265004
989.32/493.52	c cleaning 50007 clauses out of 100030 with flag 6076400/1316004
1030.99/514.34	c cleaning 50983 clauses out of 102021 with flag 6325891/1368002
1076.63/537.18	c cleaning 51999 clauses out of 104036 with flag 6579942/1421000
1128.63/563.11	c cleaning 53008 clauses out of 106037 with flag 6829483/1475000
1179.27/588.42	c cleaning 53994 clauses out of 108029 with flag 7101138/1530000
1234.90/616.20	c cleaning 55006 clauses out of 110037 with flag 7353134/1586002
1293.76/645.70	c cleaning 56001 clauses out of 112032 with flag 7609925/1643003
1352.93/675.11	c cleaning 57008 clauses out of 114029 with flag 7861038/1701001
1373.35/685.31	c And the winner is solver1
1373.35/685.58	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1373.35/685.58	c starts		: 5568
1373.35/685.58	c conflicts		: 1724924
1373.35/685.58	c decisions		: 11937589
1373.35/685.58	c propagations		: 489017877
1373.35/685.58	c inspects		: 5071132382
1373.35/685.58	c shortcuts		: 0
1373.35/685.58	c learnt literals	: 3
1373.35/685.58	c learnt binary clauses	: 62
1373.35/685.58	c learnt ternary clauses	: 268
1373.35/685.58	c learnt constraints	: 1724921
1373.35/685.58	c ignored constraints	: 0
1373.35/685.58	c root simplifications	: 0
1373.35/685.58	c removed literals (reason simplification)	: 2865935
1373.35/685.58	c reason swapping (by a shorter reason)	: 0
1373.35/685.58	c Calls to reduceDB	: 54
1373.35/685.58	c Number of update (reduction) of LBD	: 945043
1373.35/685.58	c Imported unit clauses	: 0
1373.35/685.58	c number of reductions to clauses (during analyze)	: 0
1373.35/685.58	c number of learned constraints concerned by reduction	: 0
1373.35/685.58	c number of learning phase by resolution	: 0
1373.35/685.58	c number of learning phase by cutting planes	: 0
1373.35/685.58	c speed (assignments/second)	: 715326.4080371078
1373.35/685.58	c non guided choices	602816
1373.39/685.60	c learnt constraints type 
1373.39/685.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1373.39/685.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80882
1373.39/685.60	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1373.39/685.60	c starts		: 24
1373.39/685.60	c conflicts		: 9759
1373.39/685.60	c decisions		: 2613992
1373.39/685.60	c propagations		: 11472696
1373.39/685.60	c inspects		: 108319548
1373.39/685.60	c shortcuts		: 0
1373.39/685.60	c learnt literals	: 8
1373.39/685.60	c learnt binary clauses	: 53
1373.39/685.60	c learnt ternary clauses	: 215
1373.39/685.60	c learnt constraints	: 9750
1373.39/685.60	c ignored constraints	: 0
1373.39/685.60	c root simplifications	: 0
1373.39/685.60	c removed literals (reason simplification)	: 0
1373.39/685.60	c reason swapping (by a shorter reason)	: 0
1373.39/685.60	c Calls to reduceDB	: 1
1373.39/685.60	c Number of update (reduction) of LBD	: 0
1373.39/685.60	c Imported unit clauses	: 0
1373.39/685.60	c number of reductions to clauses (during analyze)	: 0
1373.39/685.60	c number of learned constraints concerned by reduction	: 0
1373.39/685.60	c number of learning phase by resolution	: 0
1373.39/685.60	c number of learning phase by cutting planes	: 0
1373.39/685.60	c speed (assignments/second)	: 16781.460770303063
1373.39/685.60	c non guided choices	691854
1373.39/685.60	c learnt constraints type 
1373.39/685.60	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 493
1373.39/685.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3458
1373.39/685.60	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 51
1373.39/685.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5748
1373.39/685.60	s UNSATISFIABLE
1373.39/685.60	c Total wall clock time (in seconds): 685.476

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-4101674-1466215242/watcher-4101674-1466215242 -o /tmp/evaluation-result-4101674-1466215242/solver-4101674-1466215242 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101674-1466215242.opb 

pid=19216
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.29 4.19 4.17 4/198 19219
/proc/meminfo: memFree=28048020/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19219/stat : 19219 (java) D 19216 19219 16262 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 23572848 9515008 182 33554432000 1073741824 1073778376 140734672084688 140734672075720 270330052277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2323 182 140 9 0 71 0

[startup+0.100153 s]
/proc/loadavg: 4.29 4.19 4.17 4/198 19219
/proc/meminfo: memFree=28048020/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 23572848 9787879424 5505 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2389619 5505 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 4.29 4.19 4.17 4/198 19219
/proc/meminfo: memFree=28048020/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 4988 0 1 0 26 2 0 0 20 0 18 0 23572848 9787879424 7397 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2389619 7397 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 4.29 4.19 4.17 4/198 19219
/proc/meminfo: memFree=28048020/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 5958 0 1 0 44 2 0 0 20 0 18 0 23572848 9787879424 9539 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2389619 9539 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 4.29 4.19 4.17 4/198 19219
/proc/meminfo: memFree=28048020/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9558476 CPUtime=1.68 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 17209 0 1 0 159 9 0 0 20 0 18 0 23572848 9787879424 52681 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2389619 52681 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 4.29 4.19 4.17 4/216 19237
/proc/meminfo: memFree=27450492/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9558476 CPUtime=2.97 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 19120 0 1 0 262 35 0 0 20 0 18 0 23572848 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2389619 282859 2262 9 0 2380296 0
[pid=19219/tid=19221] ppid=19216 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) R 19216 19219 16262 0 -1 4202560 2902 0 1 0 108 18 0 0 20 0 18 0 23572849 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706165086488 140706031839904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 63 0 0 0 10 3 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 117 0 0 0 8 3 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 149 0 0 0 6 2 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 23572851 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 951 0 0 0 0 0 0 0 20 0 18 0 23572852 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23572852 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23572852 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23572855 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) S 19216 19219 16262 0 -1 4202560 6438 0 0 0 49 1 0 0 20 0 18 0 23572855 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705984985144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 6864 0 0 0 44 2 0 0 20 0 18 0 23572855 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23572855 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23572855 9787879424 282859 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 4.29 4.19 4.17 7/220 19241
/proc/meminfo: memFree=26904108/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9824732 CPUtime=6.99 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 23424 0 1 0 656 43 0 0 20 0 22 0 23572848 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2456183 363707 2283 9 0 2446860 0
[pid=19219/tid=19221] ppid=19216 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) S 19216 19219 16262 0 -1 4202560 2916 0 1 0 148 18 0 0 20 0 22 0 23572849 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706165089144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 93 0 0 0 6 2 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 85 0 0 0 8 3 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 97 0 0 0 11 3 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 117 0 0 0 8 3 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 149 0 0 0 6 2 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 54 0 0 0 4 2 0 0 20 0 22 0 23572851 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 952 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 363707 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) R 19216 19219 16262 0 -1 4202560 10231 0 0 0 115 2 0 0 20 0 22 0 23572855 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705984962392 140706169176270 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 6901 0 0 0 96 2 0 0 20 0 22 0 23572855 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19238] ppid=19216 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/19219/task/19238/stat : 19238 (java) R 19216 19219 16262 0 -1 4202560 16 0 0 0 117 0 0 0 20 0 22 0 23573040 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705980772920 140706032091321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19239] ppid=19216 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/19219/task/19239/stat : 19239 (java) R 19216 19219 16262 0 -1 4202560 289 0 0 0 111 5 0 0 20 0 22 0 23573040 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705979718728 140706032007118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19240] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19240/stat : 19240 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705978668584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19241] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19241/stat : 19241 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 364219 33554432000 1073741824 1073778376 140735373153648 140705977616040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.27 4.19 4.17 5/220 19241
/proc/meminfo: memFree=25884924/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9824732 CPUtime=13.74 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 24574 0 1 0 1319 55 0 0 20 0 22 0 23572848 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2456183 541851 2288 9 0 2446860 0
[pid=19219/tid=19221] ppid=19216 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) S 19216 19219 16262 0 -1 4202560 2916 0 1 0 148 18 0 0 20 0 22 0 23572849 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706165089144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 131 0 0 0 4 0 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 112 0 0 0 7 3 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 159 0 0 0 10 4 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 141 0 0 0 6 2 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 108 0 0 0 13 3 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 188 0 0 0 10 3 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 158 0 0 0 8 2 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 65 0 0 0 5 2 0 0 20 0 22 0 23572851 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) S 19216 19219 16262 0 -1 4202560 10519 0 0 0 128 2 0 0 20 0 22 0 23572855 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705984985144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 6905 0 0 0 111 2 0 0 20 0 22 0 23572855 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 541851 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19238] ppid=19216 vsize=9824732 CPUtime=4.32 cores=0,2,4,6

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

/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 39 0 0 0 12 10 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19238] ppid=19216 vsize=9824732 CPUtime=677.65 cores=0,2,4,6
/proc/19219/task/19238/stat : 19238 (java) R 19216 19219 16262 0 -1 4202560 27 0 0 0 67754 11 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705980764304 140706031983797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19239] ppid=19216 vsize=9824732 CPUtime=677.62 cores=0,2,4,6
/proc/19219/task/19239/stat : 19239 (java) R 19216 19219 16262 0 -1 4202560 936 0 0 0 67729 33 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705979718160 140706032314453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19240] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19240/stat : 19240 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705978668584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19241] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19241/stat : 19241 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705977616040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1369.15
Current children cumulated vsize (KiB) 9824732

[startup+684.801 s]
/proc/loadavg: 4.25 4.23 4.18 5/219 19435
/proc/meminfo: memFree=23168600/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9824732 CPUtime=1372.33 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 28883 0 1 0 137115 118 0 0 20 0 22 0 23572848 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2456183 722868 2299 9 0 2446860 0
[pid=19219/tid=19221] ppid=19216 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) S 19216 19219 16262 0 -1 4202560 2916 0 1 0 150 19 0 0 20 0 22 0 23572849 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706165089144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 341 0 0 0 48 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 226 0 0 0 56 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 304 0 0 0 52 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 338 0 0 0 43 5 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 237 0 0 0 56 10 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 342 0 0 0 57 9 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 366 0 0 0 53 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 173 0 0 0 44 7 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 1427 0 0 0 72 1 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) S 19216 19219 16262 0 -1 4202560 10527 0 0 0 140 2 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705984985144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 9417 0 0 0 159 2 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 39 0 0 0 12 10 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19238] ppid=19216 vsize=9824732 CPUtime=679.23 cores=0,2,4,6
/proc/19219/task/19238/stat : 19238 (java) R 19216 19219 16262 0 -1 4202560 27 0 0 0 67912 11 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705980764304 140706031983797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19239] ppid=19216 vsize=9824732 CPUtime=679.21 cores=0,2,4,6
/proc/19219/task/19239/stat : 19239 (java) R 19216 19219 16262 0 -1 4202560 936 0 0 0 67888 33 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705979718160 140706032170293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19240] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19240/stat : 19240 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705978668584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19241] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19241/stat : 19241 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705977616040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1372.33
Current children cumulated vsize (KiB) 9824732

[startup+685.201 s]
/proc/loadavg: 4.25 4.23 4.18 5/219 19435
/proc/meminfo: memFree=23168600/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9824732 CPUtime=1373.13 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 28883 0 1 0 137195 118 0 0 20 0 22 0 23572848 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2456183 722868 2299 9 0 2446860 0
[pid=19219/tid=19221] ppid=19216 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) S 19216 19219 16262 0 -1 4202560 2916 0 1 0 150 19 0 0 20 0 22 0 23572849 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706165089144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 341 0 0 0 48 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 226 0 0 0 56 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 304 0 0 0 52 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 338 0 0 0 43 5 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 237 0 0 0 56 10 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 342 0 0 0 57 9 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 366 0 0 0 53 8 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 173 0 0 0 44 7 0 0 20 0 22 0 23572851 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 1427 0 0 0 72 1 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23572852 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) S 19216 19219 16262 0 -1 4202560 10527 0 0 0 140 2 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705984985144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 9417 0 0 0 159 2 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 39 0 0 0 12 10 0 0 20 0 22 0 23572855 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19238] ppid=19216 vsize=9824732 CPUtime=679.63 cores=0,2,4,6
/proc/19219/task/19238/stat : 19238 (java) R 19216 19219 16262 0 -1 4202560 27 0 0 0 67952 11 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705980764304 140706031983797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19239] ppid=19216 vsize=9824732 CPUtime=679.61 cores=0,2,4,6
/proc/19219/task/19239/stat : 19239 (java) R 19216 19219 16262 0 -1 4202560 936 0 0 0 67928 33 0 0 20 0 22 0 23573040 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705979718160 140706032140614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19240] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19240/stat : 19240 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705978668584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19241] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19241/stat : 19241 (java) S 19216 19219 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23573044 10060525568 722868 33554432000 1073741824 1073778376 140735373153648 140705977616040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1373.13
Current children cumulated vsize (KiB) 9824732

[startup+685.601 s]
/proc/loadavg: 4.25 4.23 4.18 5/219 19435
/proc/meminfo: memFree=23168848/32872528 swapFree=1556504/1720024
[pid=19219] ppid=19216 vsize=9824732 CPUtime=1370.08 cores=0,2,4,6
/proc/19219/stat : 19219 (java) S 19216 19219 16262 0 -1 4202496 28889 0 1 0 136869 139 0 0 20 0 19 0 23572848 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140735373144784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19219/statm: 2456183 722858 2300 9 0 2446860 0
[pid=19219/tid=19221] ppid=19216 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/19219/task/19221/stat : 19221 (java) S 19216 19219 16262 0 -1 4202560 2916 0 1 0 150 19 0 0 20 0 19 0 23572849 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706165088984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19222] ppid=19216 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/19219/task/19222/stat : 19222 (java) S 19216 19219 16262 0 -1 4202560 341 0 0 0 48 8 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706154150568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19223] ppid=19216 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/19219/task/19223/stat : 19223 (java) S 19216 19219 16262 0 -1 4202560 226 0 0 0 56 8 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706153098024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19224] ppid=19216 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/19219/task/19224/stat : 19224 (java) S 19216 19219 16262 0 -1 4202560 304 0 0 0 52 8 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706152045480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19225] ppid=19216 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/19219/task/19225/stat : 19225 (java) S 19216 19219 16262 0 -1 4202560 338 0 0 0 43 5 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706150992936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19226] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19226/stat : 19226 (java) S 19216 19219 16262 0 -1 4202560 237 0 0 0 56 10 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706149939368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19227] ppid=19216 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/19219/task/19227/stat : 19227 (java) S 19216 19219 16262 0 -1 4202560 342 0 0 0 57 9 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706003499304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19228] ppid=19216 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/19219/task/19228/stat : 19228 (java) S 19216 19219 16262 0 -1 4202560 366 0 0 0 53 8 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706002446760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19229] ppid=19216 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/19219/task/19229/stat : 19229 (java) S 19216 19219 16262 0 -1 4202560 173 0 0 0 44 7 0 0 20 0 19 0 23572851 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140706001394216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19219/tid=19230] ppid=19216 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/19219/task/19230/stat : 19230 (java) S 19216 19219 16262 0 -1 4202560 1427 0 0 0 72 1 0 0 20 0 19 0 23572852 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705989196392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19231] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19231/stat : 19231 (java) S 19216 19219 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23572852 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705988142712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19232] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19232/stat : 19232 (java) S 19216 19219 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23572852 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705987090056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19233] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19233/stat : 19233 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23572855 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705986038800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19219/tid=19234] ppid=19216 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/19219/task/19234/stat : 19234 (java) R 19216 19219 16262 0 -1 4202560 10527 0 0 0 141 2 0 0 20 0 19 0 23572855 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705984985024 140706171546401 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19219/tid=19235] ppid=19216 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/19219/task/19235/stat : 19235 (java) S 19216 19219 16262 0 -1 4202560 9418 0 0 0 159 2 0 0 20 0 19 0 23572855 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705983932600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19236] ppid=19216 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19219/task/19236/stat : 19236 (java) S 19216 19219 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23572855 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705982880248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19219/tid=19237] ppid=19216 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/19219/task/19237/stat : 19237 (java) S 19216 19219 16262 0 -1 4202560 39 0 0 0 12 10 0 0 20 0 19 0 23572855 10060525568 722858 33554432000 1073741824 1073778376 140735373153648 140705981827912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1370.08
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.31006
#  lost CPU user time (s): 3.52002
#  lost CPU system time (s): -0.21

Real time (s): 685.629
CPU time (s): 1373.53
CPU user time (s): 1372.16
CPU system time (s): 1.36176
CPU usage (%): 200.331
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1368.64
system time used= 1.57176
maximum resident set size= 3056580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28897
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17203
involuntary context switches= 10541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.26335 second user time and 5.65514 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 04:00:42
IDJOB=4101674
IDBENCH=1780
IDSOLVER=2543
FILE ID=node117/4101674-1466215242
RUNJOBID= node117-1466206104-16278
PBS_JOBID= 19918159
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-msc98-ip.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101674-1466215242/watcher-4101674-1466215242 -o /tmp/evaluation-result-4101674-1466215242/solver-4101674-1466215242 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101674-1466215242.opb

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

MD5SUM BENCH= c786421e3b1e46216a72d93f7d7302a0
RANDOM SEED=1422941069

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        28048548 kB
Buffers:          150828 kB
Cached:          1767096 kB
SwapCached:            0 kB
Active:           548360 kB
Inactive:        1800156 kB
Active(anon):     433016 kB
Inactive(anon):        0 kB
Active(file):     115344 kB
Inactive(file):  1800156 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3552 kB
Writeback:             0 kB
AnonPages:       2106372 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             620748 kB
SReclaimable:      64768 kB
SUnreclaim:       555980 kB
KernelStack:        1816 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2347408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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= 71736 MiB
End job on node117 at 2016-06-18 04:12:08