Trace number 4096205

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 PB16UNSAT 269.852 133.417

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_23.opb
MD5SUMeeaf9c87d8778ca82691db1f79f7fb24
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark36.3965
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables812
Total number of constraints3813
Number of constraints which are clauses3808
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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-4096205-1466112168.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.48/0.34	c ... done. Wall clock time 0.221s.
0.48/0.34	c declared #vars     812
0.48/0.34	c #constraints  3817
0.48/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2268
0.48/0.34	c org.sat4j.specs.Constr$1 => 4
0.48/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.48/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.48/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1539
0.48/0.34	c 3817 constraints processed.
0.48/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1539
0.48/0.34	c org.sat4j.specs.Constr$1 => 4
0.48/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2268
0.48/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.48/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.48/0.34	c 3817 constraints processed.
3.47/1.18	c cleaning 2502 clauses out of 5004 with flag 18264/5004
5.50/1.83	c cleaning 4249 clauses out of 8499 with flag 41847/11001
7.15/2.63	c cleaning 5625 clauses out of 11250 with flag 70296/18001
9.27/3.62	c cleaning 6808 clauses out of 13624 with flag 101905/26000
11.72/4.80	c cleaning 7909 clauses out of 15817 with flag 141680/35001
14.32/6.14	c cleaning 8950 clauses out of 17907 with flag 190404/45000
17.93/7.96	c cleaning 9975 clauses out of 19957 with flag 242814/56000
22.18/10.04	c cleaning 10989 clauses out of 21982 with flag 300219/68000
26.78/12.37	c cleaning 11995 clauses out of 23994 with flag 366002/81001
31.81/14.85	c cleaning 12996 clauses out of 25999 with flag 427672/95001
37.44/17.68	c cleaning 14001 clauses out of 28003 with flag 491107/110001
43.63/20.72	c cleaning 14997 clauses out of 30002 with flag 559350/126001
44.26/21.06	c cleaning 0 clauses out of 5000 with flag 0/5000
51.96/24.74	c cleaning 16002 clauses out of 32004 with flag 640209/143000
59.90/28.64	c cleaning 17002 clauses out of 34003 with flag 722167/161001
68.69/33.00	c cleaning 17997 clauses out of 36000 with flag 811065/180000
78.27/37.81	c cleaning 19002 clauses out of 38003 with flag 910393/200000
89.11/43.23	c cleaning 19998 clauses out of 40002 with flag 1005821/221001
101.16/49.25	c cleaning 21000 clauses out of 42003 with flag 1108894/243000
114.21/55.75	c cleaning 21998 clauses out of 44003 with flag 1222751/266000
128.26/62.77	c cleaning 23003 clauses out of 46006 with flag 1342175/290001
145.99/71.58	c cleaning 23997 clauses out of 48002 with flag 1486603/315000
162.83/79.95	c cleaning 25002 clauses out of 50005 with flag 1618775/341001
180.86/88.94	c cleaning 25998 clauses out of 52002 with flag 1760383/368000
201.32/99.13	c cleaning 26997 clauses out of 54004 with flag 1921261/396001
222.40/109.68	c cleaning 28002 clauses out of 56006 with flag 2073947/425000
248.12/122.49	c cleaning 29001 clauses out of 58004 with flag 2246655/455001
267.78/132.26	c cleaning 0 clauses out of 11000 with flag 0/11000
269.61/133.19	c And the winner is solver0
269.61/133.38	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
269.61/133.38	c starts		: 27
269.61/133.38	c conflicts		: 481173
269.61/133.38	c decisions		: 518485
269.61/133.38	c propagations		: 43992599
269.61/133.38	c inspects		: 2070044266
269.61/133.38	c shortcuts		: 0
269.61/133.38	c learnt literals	: 17
269.61/133.38	c learnt binary clauses	: 151
269.61/133.38	c learnt ternary clauses	: 741
269.61/133.38	c learnt constraints	: 481155
269.61/133.38	c ignored constraints	: 0
269.61/133.38	c root simplifications	: 0
269.61/133.38	c removed literals (reason simplification)	: 5403637
269.61/133.38	c reason swapping (by a shorter reason)	: 0
269.61/133.38	c Calls to reduceDB	: 26
269.61/133.38	c Number of update (reduction) of LBD	: 84529
269.61/133.38	c Imported unit clauses	: 0
269.61/133.38	c number of reductions to clauses (during analyze)	: 0
269.61/133.38	c number of learned constraints concerned by reduction	: 0
269.61/133.38	c number of learning phase by resolution	: 0
269.61/133.38	c number of learning phase by cutting planes	: 0
269.61/133.38	c speed (assignments/second)	: 330706.7716085577
269.61/133.38	c non guided choices	109
269.64/133.40	c learnt constraints type 
269.64/133.40	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151
269.64/133.40	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55009
269.64/133.40	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
269.64/133.40	c starts		: 35
269.64/133.40	c conflicts		: 11029
269.64/133.40	c decisions		: 12455
269.64/133.40	c propagations		: 1204851
269.64/133.40	c inspects		: 258550593
269.64/133.40	c shortcuts		: 0
269.64/133.40	c learnt literals	: 0
269.64/133.40	c learnt binary clauses	: 0
269.64/133.40	c learnt ternary clauses	: 0
269.64/133.40	c learnt constraints	: 11028
269.64/133.40	c ignored constraints	: 0
269.64/133.40	c root simplifications	: 0
269.64/133.40	c removed literals (reason simplification)	: 0
269.64/133.40	c reason swapping (by a shorter reason)	: 0
269.64/133.40	c Calls to reduceDB	: 2
269.64/133.40	c Number of update (reduction) of LBD	: 0
269.64/133.40	c Imported unit clauses	: 0
269.64/133.40	c number of reductions to clauses (during analyze)	: 0
269.64/133.40	c number of learned constraints concerned by reduction	: 0
269.64/133.40	c number of learning phase by resolution	: 0
269.64/133.40	c number of learning phase by cutting planes	: 0
269.64/133.40	c speed (assignments/second)	: 9055.421523753692
269.64/133.40	c non guided choices	109
269.64/133.40	c learnt constraints type 
269.64/133.40	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1461
269.64/133.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 213
269.64/133.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9354
269.64/133.40	s UNSATISFIABLE
269.64/133.40	c Total wall clock time (in seconds): 133.286

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

pid=31224
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: 0.64 0.91 1.47 4/176 31230
/proc/meminfo: memFree=30433712/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=20660 CPUtime=0 cores=0,2,4,6
/proc/31230/stat : 31230 (java) R 31224 31230 31185 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 13265499 21155840 197 33554432000 1073741824 1073778376 140733463750016 140733463739080 266426477959 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 5809 201 155 9 0 128 0

[startup+0.100069 s]
/proc/loadavg: 0.64 0.91 1.47 4/176 31230
/proc/meminfo: memFree=30433712/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 13265499 9787879424 6039 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20024 s]
/proc/loadavg: 0.64 0.91 1.47 4/176 31230
/proc/meminfo: memFree=30433712/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 4705 0 1 0 24 1 0 0 20 0 18 0 13265499 9787879424 6781 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2389619 6781 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 0.64 0.91 1.47 4/176 31230
/proc/meminfo: memFree=30433712/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 5671 0 1 0 47 1 0 0 20 0 18 0 13265499 9787879424 8833 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2389619 8833 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 0.64 0.91 1.47 4/176 31230
/proc/meminfo: memFree=30433712/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 16134 0 1 0 197 4 0 0 20 0 22 0 13265499 10060525568 18508 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 18508 2264 9 0 2446860 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 0.64 0.91 1.47 4/194 31309
/proc/meminfo: memFree=30266180/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 29808 0 1 0 473 8 0 0 20 0 22 0 13265499 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 49436 2289 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2499 0 1 0 31 0 0 0 20 0 22 0 13265500 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140443241112440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13265502 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/31230/task/31260/stat : 31260 (java) S 31224 31230 31185 0 -1 4202560 14810 0 0 0 109 3 0 0 20 0 22 0 13265505 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442859604664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 10976 0 0 0 102 2 0 0 20 0 22 0 13265505 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31269] ppid=31224 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/31230/task/31269/stat : 31269 (java) R 31224 31230 31185 0 -1 4202560 27 0 0 0 111 0 0 0 20 0 22 0 13265534 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442855292968 140443099122859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31270] ppid=31224 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/31230/task/31270/stat : 31270 (java) R 31224 31230 31185 0 -1 4202560 121 0 0 0 111 2 0 0 20 0 22 0 13265534 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442854239280 140443099334724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31271] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31271/stat : 31271 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442853188776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31272] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31272/stat : 31272 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 49436 33554432000 1073741824 1073778376 140733463750016 140442852135976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 1.07 0.99 1.50 7/220 31340
/proc/meminfo: memFree=29974440/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=8.18 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 30234 0 1 0 805 13 0 0 20 0 22 0 13265499 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 84070 2290 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2499 0 1 0 31 0 0 0 20 0 22 0 13265500 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140443241112440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 65 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13265502 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/31230/task/31260/stat : 31260 (java) S 31224 31230 31185 0 -1 4202560 14810 0 0 0 116 3 0 0 20 0 22 0 13265505 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442859604664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 10977 0 0 0 107 2 0 0 20 0 22 0 13265505 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31269] ppid=31224 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/31230/task/31269/stat : 31269 (java) R 31224 31230 31185 0 -1 4202560 28 0 0 0 268 0 0 0 20 0 22 0 13265534 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442855293424 140443099192808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31270] ppid=31224 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/31230/task/31270/stat : 31270 (java) R 31224 31230 31185 0 -1 4202560 182 0 0 0 266 3 0 0 20 0 22 0 13265534 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442854239360 140443099336408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31271] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31271/stat : 31271 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442853188776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31272] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31272/stat : 31272 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 84070 33554432000 1073741824 1073778376 140733463750016 140442852135976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 1.07 0.99 1.50 5/220 31340
/proc/meminfo: memFree=29266944/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=14.72 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 31211 0 1 0 1449 23 0 0 20 0 22 0 13265499 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 229734 2290 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2499 0 1 0 31 0 0 0 20 0 22 0 13265500 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140443241112440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 69 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 72 0 0 0 1 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13265501 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 22 0 13265502 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 229734 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.19 cores=0,2,4,6

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

/proc/31230/task/31260/stat : 31260 (java) S 31224 31230 31185 0 -1 4202560 14810 0 0 0 118 3 0 0 20 0 22 0 13265505 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442859604664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 11137 0 0 0 169 2 0 0 20 0 22 0 13265505 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 22 0 13265505 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31269] ppid=31224 vsize=9824732 CPUtime=129.28 cores=0,2,4,6
/proc/31230/task/31269/stat : 31269 (java) R 31224 31230 31185 0 -1 4202560 85 0 0 0 12926 2 0 0 20 0 22 0 13265534 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442855292144 140443099122948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31270] ppid=31224 vsize=9824732 CPUtime=129.31 cores=0,2,4,6
/proc/31230/task/31270/stat : 31270 (java) R 31224 31230 31185 0 -1 4202560 919 0 0 0 12916 15 0 0 20 0 22 0 13265534 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442854240496 140443099257152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31271] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31271/stat : 31271 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442853188776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31272] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31272/stat : 31272 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 293301 33554432000 1073741824 1073778376 140733463750016 140442852135976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 265.78
Current children cumulated vsize (KiB) 9824732

[startup+132.801 s]
/proc/loadavg: 3.77 2.09 1.83 6/219 31478
/proc/meminfo: memFree=28131244/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=269 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 32318 0 1 0 26846 54 0 0 20 0 22 0 13265499 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 293496 2293 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2500 0 1 0 32 0 0 0 20 0 22 0 13265500 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140443241112440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 83 0 0 0 36 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 153 0 0 0 41 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 118 0 0 0 36 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 84 0 0 0 39 2 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 134 0 0 0 35 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 66 0 0 0 34 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 135 0 0 0 36 2 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 79 0 0 0 34 3 0 0 20 0 22 0 13265501 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 740 0 0 0 2 11 0 0 20 0 22 0 13265502 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13265503 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31230/task/31260/stat : 31260 (java) S 31224 31230 31185 0 -1 4202560 14810 0 0 0 118 3 0 0 20 0 22 0 13265505 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442859604664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 11137 0 0 0 170 2 0 0 20 0 22 0 13265505 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13265505 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 22 0 13265505 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31269] ppid=31224 vsize=9824732 CPUtime=130.85 cores=0,2,4,6
/proc/31230/task/31269/stat : 31269 (java) R 31224 31230 31185 0 -1 4202560 86 0 0 0 13083 2 0 0 20 0 22 0 13265534 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442855291376 140443099122935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31270] ppid=31224 vsize=9824732 CPUtime=130.88 cores=0,2,4,6
/proc/31230/task/31270/stat : 31270 (java) R 31224 31230 31185 0 -1 4202560 921 0 0 0 13073 15 0 0 20 0 22 0 13265534 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442854239344 140443099334720 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31271] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31271/stat : 31271 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442853188776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31272] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31272/stat : 31272 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13265534 10060525568 293496 33554432000 1073741824 1073778376 140733463750016 140442852135976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 269
Current children cumulated vsize (KiB) 9824732

[startup+133.208 s]
/proc/loadavg: 3.77 2.09 1.83 6/219 31478
/proc/meminfo: memFree=28131800/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=269.49 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 32319 0 1 0 26894 55 0 0 20 0 20 0 13265499 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 293490 2294 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2500 0 1 0 32 0 0 0 20 0 20 0 13265500 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140443241112440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 83 0 0 0 36 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 153 0 0 0 41 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 118 0 0 0 36 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 84 0 0 0 39 2 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 134 0 0 0 35 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 66 0 0 0 34 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 135 0 0 0 36 2 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 79 0 0 0 34 3 0 0 20 0 20 0 13265501 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 740 0 0 0 2 11 0 0 20 0 20 0 13265502 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13265503 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13265503 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13265505 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31230/task/31260/stat : 31260 (java) S 31224 31230 31185 0 -1 4202560 14810 0 0 0 118 3 0 0 20 0 20 0 13265505 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442859604664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 11137 0 0 0 170 2 0 0 20 0 20 0 13265505 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13265505 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 20 0 13265505 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31270] ppid=31224 vsize=9824732 CPUtime=131.29 cores=0,2,4,6
/proc/31230/task/31270/stat : 31270 (java) R 31224 31230 31185 0 -1 4202560 921 0 0 0 13114 15 0 0 20 0 20 0 13265534 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442854239344 140443099163989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31272] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31272/stat : 31272 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13265534 10060525568 293490 33554432000 1073741824 1073778376 140733463750016 140442852135976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 269.49
Current children cumulated vsize (KiB) 9824732

[startup+133.401 s]
/proc/loadavg: 3.77 2.09 1.83 6/219 31478
/proc/meminfo: memFree=28131800/32872528 swapFree=1430864/1543284
[pid=31230] ppid=31224 vsize=9824732 CPUtime=269.23 cores=0,2,4,6
/proc/31230/stat : 31230 (java) S 31224 31230 31185 0 -1 4202496 32322 0 1 0 26867 56 0 0 20 0 19 0 13265499 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140733463741152 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31230/statm: 2456183 293483 2294 9 0 2446860 0
[pid=31230/tid=31233] ppid=31224 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31230/task/31233/stat : 31233 (java) S 31224 31230 31185 0 -1 4202560 2500 0 1 0 32 0 0 0 20 0 19 0 13265500 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140443241112280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31235] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31235/stat : 31235 (java) S 31224 31230 31185 0 -1 4202560 83 0 0 0 36 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140443219212584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31237] ppid=31224 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31230/task/31237/stat : 31237 (java) S 31224 31230 31185 0 -1 4202560 153 0 0 0 41 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140443218159784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31238] ppid=31224 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31230/task/31238/stat : 31238 (java) S 31224 31230 31185 0 -1 4202560 118 0 0 0 36 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140443217107496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31240] ppid=31224 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31230/task/31240/stat : 31240 (java) S 31224 31230 31185 0 -1 4202560 84 0 0 0 39 2 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442880436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31244] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31244/stat : 31244 (java) S 31224 31230 31185 0 -1 4202560 134 0 0 0 35 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442879384360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31246] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31246/stat : 31246 (java) S 31224 31230 31185 0 -1 4202560 66 0 0 0 34 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442878331560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31248] ppid=31224 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/31230/task/31248/stat : 31248 (java) S 31224 31230 31185 0 -1 4202560 135 0 0 0 36 2 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442877279272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31250] ppid=31224 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/31230/task/31250/stat : 31250 (java) S 31224 31230 31185 0 -1 4202560 79 0 0 0 34 3 0 0 20 0 19 0 13265501 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442876226472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31252] ppid=31224 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31230/task/31252/stat : 31252 (java) S 31224 31230 31185 0 -1 4202560 740 0 0 0 2 11 0 0 20 0 19 0 13265502 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442863814888 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31230/tid=31255] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31255/stat : 31255 (java) S 31224 31230 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13265503 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442862760952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31256] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31256/stat : 31256 (java) S 31224 31230 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13265503 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442861708552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31258] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31258/stat : 31258 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13265505 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442860657040 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31230/tid=31260] ppid=31224 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/31230/task/31260/stat : 31260 (java) R 31224 31230 31185 0 -1 4202560 14810 0 0 0 120 3 0 0 20 0 19 0 13265505 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442859604664 140443245205921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31261] ppid=31224 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/31230/task/31261/stat : 31261 (java) S 31224 31230 31185 0 -1 4202560 11137 0 0 0 170 2 0 0 20 0 19 0 13265505 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442858551864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31230/tid=31263] ppid=31224 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31230/task/31263/stat : 31263 (java) S 31224 31230 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13265505 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442857499768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31230/tid=31266] ppid=31224 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31230/task/31266/stat : 31266 (java) S 31224 31230 31185 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 13265505 10060525568 293483 33554432000 1073741824 1073778376 140733463750016 140442856447176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 269.23
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): 0.410004
#  lost CPU user time (s): 0.440002
#  lost CPU system time (s): -0.03

Real time (s): 133.417
CPU time (s): 269.852
CPU user time (s): 269.14
CPU system time (s): 0.711887
CPU usage (%): 202.263
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.7
system time used= 0.741887
maximum resident set size= 1174948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32329
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7221
involuntary context switches= 8835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.706892 second user time and 1.23481 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 23:22:48
IDJOB=4096205
IDBENCH=107581
IDSOLVER=2543
FILE ID=node116/4096205-1466112168
RUNJOBID= node116-1466112168-31201
PBS_JOBID= 19904124
Free space on /tmp= 71636 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_23.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096205-1466112168/watcher-4096205-1466112168 -o /tmp/evaluation-result-4096205-1466112168/solver-4096205-1466112168 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466112168-31201 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096205-1466112168.opb

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

MD5SUM BENCH= eeaf9c87d8778ca82691db1f79f7fb24
RANDOM SEED=1864801208

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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30434512 kB
Buffers:           54860 kB
Cached:           133320 kB
SwapCached:         2820 kB
Active:            90840 kB
Inactive:         100584 kB
Active(anon):       4012 kB
Inactive(anon):     2096 kB
Active(file):      86828 kB
Inactive(file):    98488 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099552 kB
Dirty:              1580 kB
Writeback:             4 kB
AnonPages:       1545200 kB
Mapped:             6892 kB
Shmem:                 0 kB
Slab:             570540 kB
SReclaimable:      15084 kB
SUnreclaim:       555456 kB
KernelStack:        1368 kB
PageTables:         6568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1638664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 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= 71632 MiB
End job on node116 at 2016-06-16 23:25:01