Trace number 4098263

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 150.74 73.0319

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_8.opb
MD5SUM25cc42be48aa98d39cfe5a501399a316
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 benchmark1.00585
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints7804
Number of constraints which are clauses7800
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint40
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 48
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4098263-1466115616.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.72/0.46	c ... done. Wall clock time 0.353s.
0.72/0.46	c declared #vars     1640
0.72/0.46	c #constraints  7808
0.72/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.47	c constraints type 
0.72/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4680
0.72/0.47	c org.sat4j.specs.Constr$1 => 3
0.72/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.72/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.72/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3120
0.72/0.47	c 7808 constraints processed.
0.72/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.47	c constraints type 
0.72/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3120
0.72/0.47	c org.sat4j.specs.Constr$1 => 3
0.72/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4680
0.72/0.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.72/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.72/0.47	c 7808 constraints processed.
4.99/1.60	c cleaning 2501 clauses out of 5001 with flag 20584/5001
6.93/2.41	c cleaning 4249 clauses out of 8500 with flag 47835/11001
8.86/3.34	c cleaning 5628 clauses out of 11255 with flag 74817/18005
11.33/4.58	c cleaning 6810 clauses out of 13622 with flag 107735/26000
13.61/5.66	c cleaning 7897 clauses out of 15813 with flag 144614/35001
16.10/6.82	c cleaning 8956 clauses out of 17916 with flag 183435/45001
19.02/8.18	c cleaning 9981 clauses out of 19961 with flag 228536/56002
22.23/9.60	c cleaning 10983 clauses out of 21980 with flag 275370/68002
25.25/11.06	c cleaning 11996 clauses out of 23995 with flag 326272/81000
29.14/12.90	c cleaning 12995 clauses out of 26001 with flag 383744/95002
33.24/14.84	c cleaning 14002 clauses out of 28004 with flag 445582/110002
38.15/17.09	c cleaning 14997 clauses out of 29997 with flag 513643/126000
42.95/19.42	c cleaning 15992 clauses out of 32002 with flag 584052/143002
47.99/22.00	c cleaning 17004 clauses out of 34009 with flag 661585/161001
53.59/24.72	c cleaning 18002 clauses out of 36008 with flag 745524/180005
59.60/27.75	c cleaning 18992 clauses out of 38001 with flag 831885/200000
65.88/30.83	c cleaning 20002 clauses out of 40010 with flag 921042/221001
72.26/34.06	c cleaning 21004 clauses out of 42009 with flag 1014232/243002
78.46/37.16	c cleaning 22002 clauses out of 44006 with flag 1115805/266003
85.94/40.85	c cleaning 22996 clauses out of 45999 with flag 1214135/290000
93.73/44.76	c cleaning 24001 clauses out of 48003 with flag 1317941/315001
102.39/49.03	c cleaning 24995 clauses out of 49998 with flag 1428296/341000
111.00/53.39	c cleaning 25999 clauses out of 52002 with flag 1544520/368002
119.88/57.79	c cleaning 26991 clauses out of 53999 with flag 1660684/396000
129.48/62.52	c cleaning 28003 clauses out of 56007 with flag 1781773/425000
139.74/67.61	c cleaning 28999 clauses out of 58001 with flag 1910179/455000
142.95/69.25	c cleaning 0 clauses out of 5000 with flag 0/5000
150.07/72.67	c And the winner is solver0
150.44/72.98	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
150.44/72.98	c starts		: 471
150.44/72.98	c conflicts		: 483099
150.44/72.98	c decisions		: 1042794
150.44/72.98	c propagations		: 40303307
150.44/72.98	c inspects		: 1034442222
150.44/72.98	c shortcuts		: 0
150.44/72.98	c learnt literals	: 41
150.44/72.98	c learnt binary clauses	: 313
150.44/72.98	c learnt ternary clauses	: 1287
150.44/72.98	c learnt constraints	: 483057
150.44/72.98	c ignored constraints	: 0
150.44/72.98	c root simplifications	: 0
150.44/72.98	c removed literals (reason simplification)	: 5089238
150.44/72.98	c reason swapping (by a shorter reason)	: 0
150.44/72.98	c Calls to reduceDB	: 26
150.44/72.98	c Number of update (reduction) of LBD	: 143488
150.44/72.98	c Imported unit clauses	: 0
150.44/72.98	c number of reductions to clauses (during analyze)	: 0
150.44/72.98	c number of learned constraints concerned by reduction	: 0
150.44/72.98	c number of learning phase by resolution	: 0
150.44/72.98	c number of learning phase by cutting planes	: 0
150.44/72.98	c speed (assignments/second)	: 555823.3509398574
150.44/72.98	c non guided choices	1171
150.56/73.00	c learnt constraints type 
150.56/73.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 313
150.56/73.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56767
150.56/73.00	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
150.56/73.00	c starts		: 22
150.56/73.00	c conflicts		: 5121
150.56/73.00	c decisions		: 7048
150.56/73.00	c propagations		: 441740
150.56/73.00	c inspects		: 106144578
150.56/73.00	c shortcuts		: 0
150.56/73.00	c learnt literals	: 0
150.56/73.00	c learnt binary clauses	: 0
150.56/73.00	c learnt ternary clauses	: 0
150.56/73.00	c learnt constraints	: 5120
150.56/73.00	c ignored constraints	: 0
150.56/73.00	c root simplifications	: 0
150.56/73.00	c removed literals (reason simplification)	: 0
150.56/73.00	c reason swapping (by a shorter reason)	: 0
150.56/73.00	c Calls to reduceDB	: 1
150.56/73.00	c Number of update (reduction) of LBD	: 0
150.56/73.00	c Imported unit clauses	: 0
150.56/73.00	c number of reductions to clauses (during analyze)	: 0
150.56/73.00	c number of learned constraints concerned by reduction	: 0
150.56/73.00	c number of learning phase by resolution	: 0
150.56/73.00	c number of learning phase by cutting planes	: 0
150.56/73.00	c speed (assignments/second)	: 6090.277394805052
150.56/73.00	c non guided choices	1171
150.56/73.01	c learnt constraints type 
150.56/73.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 51
150.56/73.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
150.56/73.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5043
150.56/73.01	s UNSATISFIABLE
150.56/73.01	c Total wall clock time (in seconds): 72.896

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

pid=2565
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.02 4.10 4.00 4/198 2568
/proc/meminfo: memFree=28174956/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2568/stat : 2568 (java) R 2565 2568 28709 0 -1 4202496 1067 0 0 0 0 0 0 0 20 0 1 0 13607023 23793664 716 33554432000 1073741824 1073778376 140733661080368 140733661069432 211449639907 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 5809 716 531 9 0 128 0
[pid=2568/tid=2569] ppid=2565 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) R 2565 2568 28709 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 13607023 24780800 867 33554432000 1073741824 1073778376 140733661080368 140733661069432 211458857137 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 4.02 4.10 4.00 4/198 2568
/proc/meminfo: memFree=28174956/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 4438 0 1 0 9 0 0 0 20 0 18 0 13607023 9787879424 6069 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2389619 6075 2148 9 0 2380296 0
[pid=2568/tid=2569] ppid=2565 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) R 2565 2568 28709 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 13607023 9787879424 6075 33554432000 1073741824 1073778376 140733661080368 139850634935200 211462186253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 4.02 4.10 4.00 4/198 2568
/proc/meminfo: memFree=28174956/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 5350 0 1 0 28 1 0 0 20 0 18 0 13607023 9787879424 7245 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2389619 7245 2217 9 0 2380296 0
[pid=2568/tid=2569] ppid=2565 vsize=9558880 CPUtime=0.17 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) R 2565 2568 28709 0 -1 4202560 2402 0 1 0 17 0 0 0 20 0 18 0 13607023 9788293120 7253 33554432000 1073741824 1073778376 140733661080368 139850634935200 139850638222227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.02 4.10 4.00 4/198 2568
/proc/meminfo: memFree=28174956/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 7317 0 1 0 56 1 0 0 20 0 18 0 13607023 9787879424 10312 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2389619 10312 2237 9 0 2380296 0
[pid=2568/tid=2569] ppid=2565 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) R 2565 2568 28709 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 18 0 13607023 9787879424 10312 33554432000 1073741824 1073778376 140733661080368 139850634935200 211462175800 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700239 s]
/proc/loadavg: 4.02 4.10 4.00 4/198 2568
/proc/meminfo: memFree=28174956/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 18510 0 1 0 179 4 0 0 20 0 22 0 13607023 10060525568 27432 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 27432 2256 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 1 0 0 20 0 22 0 13607023 10060525568 27432 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.02 4.10 4.00 7/220 2590
/proc/meminfo: memFree=28058268/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=4.74 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 26720 0 1 0 466 8 0 0 20 0 22 0 13607023 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 49740 2287 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 1 0 0 20 0 22 0 13607023 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2578/stat : 2578 (java) S 2565 2568 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850589059240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13607025 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) R 2565 2568 28709 0 -1 4202560 11826 0 0 0 107 2 0 0 20 0 22 0 13607028 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850454875208 139850637802464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) R 2565 2568 28709 0 -1 4202560 11019 0 0 0 110 2 0 0 20 0 22 0 13607028 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850453845552 139850639024304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2587] ppid=2565 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/2568/task/2587/stat : 2587 (java) R 2565 2568 28709 0 -1 4202560 21 0 0 0 99 0 0 0 20 0 22 0 13607070 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850450687336 139850460281396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2588] ppid=2565 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/2568/task/2588/stat : 2588 (java) R 2565 2568 28709 0 -1 4202560 75 0 0 0 97 2 0 0 20 0 22 0 13607070 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850449633064 211462173756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2589] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2589/stat : 2589 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850448582056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2590] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2590/stat : 2590 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 49740 33554432000 1073741824 1073778376 140733661080368 139850447529256 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.02 4.10 4.00 6/220 2590
/proc/meminfo: memFree=27962508/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=8.4 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 29245 0 1 0 825 15 0 0 20 0 22 0 13607023 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 89365 2293 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 1 0 0 20 0 22 0 13607023 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2568/task/2578/stat : 2578 (java) S 2565 2568 28709 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 13607024 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850589059240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 13607025 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) S 2565 2568 28709 0 -1 4202560 13493 0 0 0 126 2 0 0 20 0 22 0 13607028 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850454899128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) S 2565 2568 28709 0 -1 4202560 11522 0 0 0 124 3 0 0 20 0 22 0 13607028 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850453846328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2587] ppid=2565 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/2568/task/2587/stat : 2587 (java) R 2565 2568 28709 0 -1 4202560 24 0 0 0 249 0 0 0 20 0 22 0 13607070 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850450687312 139850460894083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2588] ppid=2565 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/2568/task/2588/stat : 2588 (java) R 2565 2568 28709 0 -1 4202560 125 0 0 0 247 2 0 0 20 0 22 0 13607070 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850449633048 139850461414880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2589] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2589/stat : 2589 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850448582056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2590] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2590/stat : 2590 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 89365 33554432000 1073741824 1073778376 140733661080368 139850447529256 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.02 4.10 4.00 5/220 2590
/proc/meminfo: memFree=27552228/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=15.06 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 30057 0 1 0 1478 28 0 0 20 0 22 0 13607023 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 165172 2293 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 1 0 0 20 0 22 0 13607023 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 111 0 0 0 6 3 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 110 0 0 0 10 2 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 73 0 0 0 9 3 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 86 0 0 0 5 2 0 0 20 0 22 0 13607024 10060525568 165172 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0.06 cores=0,2,4,6

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

[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 1267 0 0 0 0 1 0 0 20 0 22 0 13607025 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) S 2565 2568 28709 0 -1 4202560 21781 0 0 0 298 4 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850454899128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) S 2565 2568 28709 0 -1 4202560 11532 0 0 0 133 3 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850453846328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2587] ppid=2565 vsize=9824732 CPUtime=69.3 cores=0,2,4,6
/proc/2568/task/2587/stat : 2587 (java) R 2565 2568 28709 0 -1 4202560 56 0 0 0 6929 1 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850450685216 139850460881201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2588] ppid=2565 vsize=9824732 CPUtime=69.31 cores=0,2,4,6
/proc/2568/task/2588/stat : 2588 (java) R 2565 2568 28709 0 -1 4202560 1548 0 0 0 6895 36 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850449632248 139850461358092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2589] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2589/stat : 2589 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850448582056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2590] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2590/stat : 2590 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850447529256 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.6
Current children cumulated vsize (KiB) 9824732

[startup+72.0009 s]
/proc/loadavg: 4.25 4.19 4.04 5/219 2591
/proc/meminfo: memFree=25276212/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=148.79 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 41146 0 1 0 14796 83 0 0 20 0 22 0 13607023 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 724852 2293 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 2 0 0 20 0 22 0 13607023 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 123 0 0 0 19 4 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 194 0 0 0 22 6 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 143 0 0 0 21 6 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 132 0 0 0 18 5 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 124 0 0 0 20 4 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 152 0 0 0 20 4 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/2568/task/2578/stat : 2578 (java) S 2565 2568 28709 0 -1 4202560 185 0 0 0 18 4 0 0 20 0 22 0 13607024 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850589059240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 1267 0 0 0 0 1 0 0 20 0 22 0 13607025 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13607026 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) S 2565 2568 28709 0 -1 4202560 21781 0 0 0 298 4 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850454899128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) S 2565 2568 28709 0 -1 4202560 11532 0 0 0 133 3 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850453846328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 13607028 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2587] ppid=2565 vsize=9824732 CPUtime=70.89 cores=0,2,4,6
/proc/2568/task/2587/stat : 2587 (java) R 2565 2568 28709 0 -1 4202560 56 0 0 0 7088 1 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850450685216 139850460881388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2588] ppid=2565 vsize=9824732 CPUtime=70.9 cores=0,2,4,6
/proc/2568/task/2588/stat : 2588 (java) R 2565 2568 28709 0 -1 4202560 1548 0 0 0 7054 36 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850449632328 139850461414760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2589] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2589/stat : 2589 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850448582056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2590] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2590/stat : 2590 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13607070 10060525568 724852 33554432000 1073741824 1073778376 140733661080368 139850447529256 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 148.79
Current children cumulated vsize (KiB) 9824732

[startup+72.8009 s]
/proc/loadavg: 4.23 4.18 4.04 5/219 2591
/proc/meminfo: memFree=25262184/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=150.34 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 41189 0 1 0 14948 86 0 0 20 0 20 0 13607023 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 728387 2294 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 2 0 0 20 0 20 0 13607023 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850634937208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 132 0 0 0 22 5 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 199 0 0 0 23 6 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 147 0 0 0 23 6 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 179 0 0 0 26 5 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 137 0 0 0 20 5 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 128 0 0 0 22 4 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 157 0 0 0 22 4 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2568/task/2578/stat : 2578 (java) S 2565 2568 28709 0 -1 4202560 191 0 0 0 19 4 0 0 20 0 20 0 13607024 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850589059240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 1267 0 0 0 0 1 0 0 20 0 20 0 13607025 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13607026 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13607026 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13607028 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) S 2565 2568 28709 0 -1 4202560 21781 0 0 0 298 4 0 0 20 0 20 0 13607028 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850454899128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) S 2565 2568 28709 0 -1 4202560 11532 0 0 0 133 3 0 0 20 0 20 0 13607028 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850453846328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13607028 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 20 0 13607028 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2588] ppid=2565 vsize=9824732 CPUtime=71.67 cores=0,2,4,6
/proc/2568/task/2588/stat : 2588 (java) R 2565 2568 28709 0 -1 4202560 1549 0 0 0 7131 36 0 0 20 0 20 0 13607070 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850449632128 139850461357952 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2590] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2590/stat : 2590 (java) S 2565 2568 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13607070 10060525568 728387 33554432000 1073741824 1073778376 140733661080368 139850447529256 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.34
Current children cumulated vsize (KiB) 9824732

[startup+73.0008 s]
/proc/loadavg: 4.23 4.18 4.04 5/219 2591
/proc/meminfo: memFree=25262184/32872528 swapFree=496356/529060
[pid=2568] ppid=2565 vsize=9824732 CPUtime=150.56 cores=0,2,4,6
/proc/2568/stat : 2568 (java) S 2565 2568 28709 0 -1 4202496 41192 0 1 0 14967 89 0 0 20 0 19 0 13607023 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 140733661071504 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2568/statm: 2456183 728382 2294 9 0 2446860 0
[pid=2568/tid=2569] ppid=2565 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/2568/task/2569/stat : 2569 (java) S 2565 2568 28709 0 -1 4202560 2462 0 1 0 43 2 0 0 20 0 19 0 13607023 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850634937048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2571] ppid=2565 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/2568/task/2571/stat : 2571 (java) S 2565 2568 28709 0 -1 4202560 132 0 0 0 22 5 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850596428840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2572] ppid=2565 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2568/task/2572/stat : 2572 (java) S 2565 2568 28709 0 -1 4202560 199 0 0 0 23 6 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850595376040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2573] ppid=2565 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/2568/task/2573/stat : 2573 (java) S 2565 2568 28709 0 -1 4202560 147 0 0 0 23 6 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850594323240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2574] ppid=2565 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/2568/task/2574/stat : 2574 (java) S 2565 2568 28709 0 -1 4202560 179 0 0 0 26 5 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850593270440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2575] ppid=2565 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/2568/task/2575/stat : 2575 (java) S 2565 2568 28709 0 -1 4202560 137 0 0 0 20 5 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850592217640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2576] ppid=2565 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2568/task/2576/stat : 2576 (java) S 2565 2568 28709 0 -1 4202560 128 0 0 0 22 4 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850591164840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2577] ppid=2565 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/2568/task/2577/stat : 2577 (java) S 2565 2568 28709 0 -1 4202560 157 0 0 0 22 4 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850590112040 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2578] ppid=2565 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/2568/task/2578/stat : 2578 (java) S 2565 2568 28709 0 -1 4202560 191 0 0 0 19 4 0 0 20 0 19 0 13607024 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850589059240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2579] ppid=2565 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2568/task/2579/stat : 2579 (java) S 2565 2568 28709 0 -1 4202560 1267 0 0 0 0 1 0 0 20 0 19 0 13607025 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850459110376 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2580] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2580/stat : 2580 (java) S 2565 2568 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13607026 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850458056440 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2581] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2581/stat : 2581 (java) S 2565 2568 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13607026 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850457003528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2582] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2582/stat : 2582 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13607028 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850455952016 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2568/tid=2583] ppid=2565 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/2568/task/2583/stat : 2583 (java) R 2565 2568 28709 0 -1 4202560 21781 0 0 0 299 4 0 0 20 0 19 0 13607028 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850454899128 139850637492256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2568/tid=2584] ppid=2565 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/2568/task/2584/stat : 2584 (java) S 2565 2568 28709 0 -1 4202560 11532 0 0 0 133 3 0 0 20 0 19 0 13607028 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850453846328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2568/tid=2585] ppid=2565 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2568/task/2585/stat : 2585 (java) S 2565 2568 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13607028 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850452793720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2568/tid=2586] ppid=2565 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2568/task/2586/stat : 2586 (java) S 2565 2568 28709 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 19 0 13607028 10060525568 728382 33554432000 1073741824 1073778376 140733661080368 139850451741128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 150.56
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 73.0319
CPU time (s): 150.74
CPU user time (s): 149.699
CPU system time (s): 1.04084
CPU usage (%): 206.403
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.699
system time used= 1.04084
maximum resident set size= 2917884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41199
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2705
involuntary context switches= 2356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.503923 second user time and 0.681896 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-17 00:20:16
IDJOB=4098263
IDBENCH=107875
IDSOLVER=2543
FILE ID=node141/4098263-1466115616
RUNJOBID= node141-1466112677-30850
PBS_JOBID= 19904052
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098263-1466115616/watcher-4098263-1466115616 -o /tmp/evaluation-result-4098263-1466115616/solver-4098263-1466115616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30850 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4098263-1466115616.opb

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

MD5SUM BENCH= 25cc42be48aa98d39cfe5a501399a316
RANDOM SEED=1603919885

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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:        28175228 kB
Buffers:           66720 kB
Cached:           146080 kB
SwapCached:         2876 kB
Active:          3347420 kB
Inactive:         111492 kB
Active(anon):    3246428 kB
Inactive(anon):     2160 kB
Active(file):     100992 kB
Inactive(file):   109332 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:       3720000 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             571732 kB
SReclaimable:      15308 kB
SUnreclaim:       556424 kB
KernelStack:        1816 kB
PageTables:        12088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3995704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 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= 71724 MiB
End job on node141 at 2016-06-17 00:21:29