Trace number 4106494

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 771.186 384.529

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
MD5SUM65bc139f592885e582edbd6d46332a4d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.11998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4106494-1466271797.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.19	c ... done. Wall clock time 0.089s.
0.11/0.19	c declared #vars     135
0.11/0.19	c internal #vars     540
0.11/0.19	c #constraints  826
0.26/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.26/0.20	c 826 constraints processed.
0.26/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 405
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
0.26/0.20	c 826 constraints processed.
0.26/0.20	c objective function length is 9 literals
3.04/0.90	c cleaning 2496 clauses out of 5001 with flag 10516/5001
4.26/1.29	c And the winner is solver0
5.06/1.70	c SATISFIABLE
5.06/1.70	c OPTIMIZING...
5.06/1.70	c Got one! Elapsed wall clock time (in seconds):1.593
5.06/1.70	o 11
5.06/1.75	c cleaning 4146 clauses out of 8314 with flag 2248/10810
5.56/1.99	c And the winner is solver0
5.77/2.20	c Got one! Elapsed wall clock time (in seconds):2.094
5.77/2.20	o 7
6.18/2.48	c And the winner is solver0
6.37/2.70	c Got one! Elapsed wall clock time (in seconds):2.595
6.37/2.70	o 3
6.37/2.78	c cleaning 7367 clauses out of 14741 with flag 2444/21383
7.40/3.26	c cleaning 6677 clauses out of 13374 with flag 14912/27383
8.63/3.81	c cleaning 6836 clauses out of 13698 with flag 29260/34384
10.08/4.58	c cleaning 7419 clauses out of 14861 with flag 46080/42383
11.88/5.46	c cleaning 8211 clauses out of 16442 with flag 64734/51383
14.13/6.58	c cleaning 9115 clauses out of 18231 with flag 86031/61383
15.73/7.40	c cleaning 10053 clauses out of 20116 with flag 109963/72383
17.73/8.38	c cleaning 11027 clauses out of 22063 with flag 137340/84383
19.98/9.40	c cleaning 12015 clauses out of 24036 with flag 166143/97383
22.18/10.57	c cleaning 13004 clauses out of 26022 with flag 197357/111384
25.63/12.28	c cleaning 14007 clauses out of 28017 with flag 234246/126383
30.04/14.42	c cleaning 15000 clauses out of 30011 with flag 271598/142384
32.89/15.83	c cleaning 15989 clauses out of 32010 with flag 309740/159383
36.89/17.83	c cleaning 17006 clauses out of 34023 with flag 353464/177385
41.38/20.00	c cleaning 0 clauses out of 5722 with flag 0/5725
42.48/20.41	c cleaning 18005 clauses out of 36016 with flag 400632/196384
46.85/22.56	c cleaning 18989 clauses out of 38010 with flag 446038/216383
51.05/24.69	c cleaning 20010 clauses out of 40021 with flag 492563/237383
56.75/27.49	c cleaning 21003 clauses out of 42013 with flag 543227/259385
61.73/29.97	c cleaning 22003 clauses out of 44008 with flag 595202/282383
68.20/33.15	c cleaning 22998 clauses out of 46006 with flag 651452/306384
74.18/36.11	c cleaning 23996 clauses out of 48008 with flag 712692/331384
81.19/39.67	c cleaning 25002 clauses out of 50011 with flag 773674/357383
92.03/45.09	c cleaning 25996 clauses out of 52010 with flag 841130/384384
102.49/50.29	c cleaning 26999 clauses out of 54011 with flag 908090/412383
110.74/54.36	c cleaning 27997 clauses out of 56013 with flag 975942/441384
124.81/61.30	c cleaning 28994 clauses out of 58016 with flag 1047330/471384
136.33/67.10	c cleaning 30001 clauses out of 60021 with flag 1117259/502383
146.33/72.08	c cleaning 30999 clauses out of 62021 with flag 1188015/534384
161.95/79.89	c cleaning 31998 clauses out of 64022 with flag 1266405/567384
178.44/88.07	c cleaning 33003 clauses out of 66024 with flag 1342869/601384
190.65/94.13	c cleaning 33995 clauses out of 68021 with flag 1422877/636384
211.09/104.34	c cleaning 35010 clauses out of 70027 with flag 1503301/672385
221.94/109.77	c cleaning 36004 clauses out of 72014 with flag 1583812/709383
244.44/120.92	c cleaning 36999 clauses out of 74012 with flag 1670199/747385
262.50/129.91	c cleaning 38001 clauses out of 76012 with flag 1757755/786384
263.72/130.59	c cleaning 0 clauses out of 11722 with flag 0/11725
282.25/139.77	c cleaning 39002 clauses out of 78010 with flag 1851282/826383
299.49/148.37	c cleaning 40001 clauses out of 80008 with flag 1942720/867383
322.21/159.64	c cleaning 40993 clauses out of 82008 with flag 2035822/909384
339.72/168.39	c cleaning 41996 clauses out of 84014 with flag 2145799/952383
361.59/179.30	c cleaning 43001 clauses out of 86018 with flag 2245380/996383
380.09/188.44	c cleaning 44001 clauses out of 88017 with flag 2347809/1041383
396.37/196.51	c cleaning 45003 clauses out of 90017 with flag 2448642/1087385
426.62/211.78	c cleaning 46001 clauses out of 92013 with flag 2553323/1134384
450.92/223.85	c cleaning 47002 clauses out of 94011 with flag 2663456/1182383
484.31/240.40	c cleaning 47998 clauses out of 96011 with flag 2772400/1231385
509.87/253.14	c cleaning 48997 clauses out of 98012 with flag 2882127/1281384
535.40/265.89	c cleaning 50004 clauses out of 100015 with flag 2998800/1332384
562.73/279.43	c cleaning 50999 clauses out of 102010 with flag 3117784/1384383
590.11/293.21	c cleaning 52001 clauses out of 104011 with flag 3244433/1437383
622.87/309.52	c cleaning 53001 clauses out of 106011 with flag 3367021/1491384
659.97/328.09	c cleaning 0 clauses out of 18723 with flag 0/18726
666.39/331.24	c cleaning 54002 clauses out of 108009 with flag 3484835/1546383
733.02/364.45	c cleaning 54999 clauses out of 110005 with flag 3609524/1602383
768.96/382.30	c And the winner is solver0
770.98/384.51	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
770.98/384.51	c starts		: 4238
770.98/384.51	c conflicts		: 1650014
770.98/384.51	c decisions		: 1932737
770.98/384.51	c propagations		: 35874399
770.98/384.51	c inspects		: 5812778416
770.98/384.51	c shortcuts		: 0
770.98/384.51	c learnt literals	: 21
770.98/384.51	c learnt binary clauses	: 23
770.98/384.51	c learnt ternary clauses	: 64
770.98/384.51	c learnt constraints	: 1649992
770.98/384.51	c ignored constraints	: 0
770.98/384.51	c root simplifications	: 0
770.98/384.51	c removed literals (reason simplification)	: 4812886
770.98/384.51	c reason swapping (by a shorter reason)	: 0
770.98/384.51	c Calls to reduceDB	: 54
770.98/384.51	c Number of update (reduction) of LBD	: 67736
770.98/384.51	c Imported unit clauses	: 0
770.98/384.51	c number of reductions to clauses (during analyze)	: 0
770.98/384.51	c number of learned constraints concerned by reduction	: 0
770.98/384.51	c number of learning phase by resolution	: 0
770.98/384.51	c number of learning phase by cutting planes	: 0
770.98/384.51	c speed (assignments/second)	: 93347.7982560908
770.98/384.51	c non guided choices	7930
770.98/384.51	c learnt constraints type 
770.98/384.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
770.98/384.51	c starts		: 53
770.98/384.51	c conflicts		: 19446
770.98/384.51	c decisions		: 22051
770.98/384.51	c propagations		: 339995
770.98/384.51	c inspects		: 461958147
770.98/384.51	c shortcuts		: 0
770.98/384.51	c learnt literals	: 0
770.98/384.51	c learnt binary clauses	: 0
770.98/384.51	c learnt ternary clauses	: 0
770.98/384.51	c learnt constraints	: 19443
770.98/384.51	c ignored constraints	: 0
770.98/384.51	c root simplifications	: 0
770.98/384.51	c removed literals (reason simplification)	: 0
770.98/384.51	c reason swapping (by a shorter reason)	: 0
770.98/384.51	c Calls to reduceDB	: 3
770.98/384.51	c Number of update (reduction) of LBD	: 0
770.98/384.51	c Imported unit clauses	: 0
770.98/384.51	c number of reductions to clauses (during analyze)	: 0
770.98/384.51	c number of learned constraints concerned by reduction	: 0
770.98/384.51	c number of learning phase by resolution	: 0
770.98/384.51	c number of learning phase by cutting planes	: 0
770.98/384.51	c speed (assignments/second)	: 890.4751802583987
770.98/384.51	c non guided choices	875
770.98/384.51	c learnt constraints type 
770.98/384.51	s OPTIMUM FOUND
770.98/384.51	c Found 3 solution(s)
770.98/384.51	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 -x13 x14 -x15 x16 -x17 x18 x19 -x20 x21 x22 -x23 -x24 x25 x26 -x27 x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 x39 -x40 -x41 -x42 x43 -x44 x45 x46 -x47 x48 -x49 -x50 -x51 x52 -x53 -x54 x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 x83 x84 x85 -x86 -x87 x88 x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 -x133 -x134 -x135 
770.98/384.51	c objective function=3
770.98/384.51	c Total wall clock time (in seconds): 384.409

Verifier Data

OK	3

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

pid=2566
running on 4 cores: 1,3,5,7

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: 3.26 3.32 3.27 3/196 2569
/proc/meminfo: memFree=27916648/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29228350 98570240 977 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 24065 977 743 9 0 16771 0
[pid=2569/tid=2570] ppid=2566 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29228350 98570240 978 33554432000 1073741824 1073778376 140735609296784 139913724382760 270330054016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 3.26 3.32 3.27 3/196 2569
/proc/meminfo: memFree=27916648/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 4510 0 1 0 10 1 0 0 20 0 18 0 29228350 9787879424 6147 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2389619 6147 2158 9 0 2380296 0
[pid=2569/tid=2570] ppid=2566 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 2400 0 1 0 6 1 0 0 20 0 18 0 29228350 9787879424 6148 33554432000 1073741824 1073778376 140735609296784 139913724386208 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 3.26 3.32 3.27 3/196 2569
/proc/meminfo: memFree=27916648/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 4790 0 1 0 24 2 0 0 20 0 18 0 29228350 9787879424 7396 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2389619 7397 2222 9 0 2380296 0
[pid=2569/tid=2570] ppid=2566 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 2432 0 1 0 16 2 0 0 20 0 18 0 29228350 9787879424 7397 33554432000 1073741824 1073778376 140735609296784 139913724378800 139913728398701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 3.26 3.32 3.27 3/196 2569
/proc/meminfo: memFree=27916648/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 8683 0 1 0 62 2 0 0 20 0 22 0 29228350 10060525568 10541 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 10541 2237 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) S 2566 2569 30091 0 -1 4202560 2442 0 1 0 16 2 0 0 20 0 22 0 29228350 10060525568 10541 33554432000 1073741824 1073778376 140735609296784 139913724388216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700231 s]
/proc/loadavg: 3.26 3.32 3.27 3/196 2569
/proc/meminfo: memFree=27916648/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 22347 0 1 0 219 5 0 0 20 0 22 0 29228350 10060525568 25356 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 25356 2249 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) S 2566 2569 30091 0 -1 4202560 2442 0 1 0 16 2 0 0 20 0 22 0 29228350 10060525568 25356 33554432000 1073741824 1073778376 140735609296784 139913724388216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.26 3.32 3.27 6/218 2591
/proc/meminfo: memFree=27744280/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=5.03 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 26112 0 1 0 493 10 0 0 20 0 19 0 29228350 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 50281 2279 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) S 2566 2569 30091 0 -1 4202560 2442 0 1 0 16 2 0 0 20 0 19 0 29228350 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913724388216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29228351 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228353 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) R 2566 2569 30091 0 -1 4202560 13483 0 0 0 129 3 0 0 20 0 19 0 29228355 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913544411136 139913730231654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) R 2566 2569 30091 0 -1 4202560 8745 0 0 0 129 1 0 0 20 0 19 0 29228355 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913543358208 139913730230957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228370 10060525568 50281 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.26 3.32 3.27 2/215 2594
/proc/meminfo: memFree=27712220/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=7.19 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 26251 0 1 0 703 16 0 0 20 0 22 0 29228350 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 57531 2282 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) S 2566 2569 30091 0 -1 4202560 2443 0 1 0 16 2 0 0 20 0 22 0 29228350 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913724388216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29228351 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29228352 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29228352 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29228353 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29228355 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13486 0 0 0 136 3 0 0 20 0 22 0 29228355 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) S 2566 2569 30091 0 -1 4202560 8745 0 0 0 140 2 0 0 20 0 22 0 29228355 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913543371192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29228355 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29228355 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29228370 10060525568 57531 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 3.24 3.31 3.27 4/218 2600
/proc/meminfo: memFree=27313600/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=13.69 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 26876 0 1 0 1342 27 0 0 20 0 22 0 29228350 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 152186 2284 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) S 2566 2569 30091 0 -1 4202560 2443 0 1 0 16 2 0 0 20 0 22 0 29228350 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913724388216 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29228351 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 442 0 0 0 0 0 0 0 20 0 22 0 29228352 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29228352 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29228353 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29228355 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13489 0 0 0 139 3 0 0 20 0 22 0 29228355 10060525568 152186 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=1.43 cores=1,3,5,7

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

/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 234 0 0 0 103 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 199 0 0 0 93 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 1364 0 0 0 66 12 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228353 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13492 0 0 0 148 3 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) S 2566 2569 30091 0 -1 4202560 11498 0 0 0 211 2 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913543371192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 23 0 0 0 4 10 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228370 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 768.06
Current children cumulated vsize (KiB) 9824732

[startup+384.008 s]
/proc/loadavg: 3.21 3.28 3.26 3/215 2607
/proc/meminfo: memFree=25588044/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=768.87 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 33498 0 1 0 76746 141 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 571040 2293 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 2445 0 1 0 171 3 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913724385840 139913665536207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 280 0 0 0 108 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 274 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 204 0 0 0 93 6 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 263 0 0 0 107 9 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 239 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 221 0 0 0 106 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 234 0 0 0 103 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 199 0 0 0 93 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 1364 0 0 0 66 12 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228353 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13492 0 0 0 148 3 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) S 2566 2569 30091 0 -1 4202560 11498 0 0 0 211 2 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913543371192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 23 0 0 0 4 10 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228370 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 768.87
Current children cumulated vsize (KiB) 9824732

[startup+384.401 s]
/proc/loadavg: 3.21 3.28 3.26 3/215 2607
/proc/meminfo: memFree=25588044/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=769.26 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 33498 0 1 0 76785 141 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 571040 2293 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 2445 0 1 0 211 3 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913724385840 139913665536271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 280 0 0 0 108 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 274 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 204 0 0 0 93 6 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 263 0 0 0 107 9 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 239 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 221 0 0 0 106 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 234 0 0 0 103 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 199 0 0 0 93 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 1364 0 0 0 66 12 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228353 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13492 0 0 0 148 3 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) S 2566 2569 30091 0 -1 4202560 11498 0 0 0 211 2 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913543371192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 23 0 0 0 4 10 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228370 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 769.26
Current children cumulated vsize (KiB) 9824732

[startup+384.501 s]
/proc/loadavg: 3.21 3.28 3.26 3/215 2607
/proc/meminfo: memFree=25588044/32872528 swapFree=1556504/1720024
[pid=2569] ppid=2566 vsize=9824732 CPUtime=769.36 cores=1,3,5,7
/proc/2569/stat : 2569 (java) S 2566 2569 30091 0 -1 4202496 33498 0 1 0 76795 141 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 140735609287920 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2569/statm: 2456183 571040 2293 9 0 2446860 0
[pid=2569/tid=2570] ppid=2566 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/2569/task/2570/stat : 2570 (java) R 2566 2569 30091 0 -1 4202560 2445 0 1 0 220 3 0 0 20 0 19 0 29228350 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913724385840 139913664346050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2572] ppid=2566 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/2569/task/2572/stat : 2572 (java) S 2566 2569 30091 0 -1 4202560 280 0 0 0 108 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913663118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2573] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2573/stat : 2573 (java) S 2566 2569 30091 0 -1 4202560 274 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913662065704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2574] ppid=2566 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/2569/task/2574/stat : 2574 (java) S 2566 2569 30091 0 -1 4202560 204 0 0 0 93 6 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913661012648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2575] ppid=2566 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/2569/task/2575/stat : 2575 (java) S 2566 2569 30091 0 -1 4202560 263 0 0 0 107 9 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913565256488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2576] ppid=2566 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2569/task/2576/stat : 2576 (java) S 2566 2569 30091 0 -1 4202560 239 0 0 0 101 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913564203432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2577] ppid=2566 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/2569/task/2577/stat : 2577 (java) S 2566 2569 30091 0 -1 4202560 221 0 0 0 106 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913563150888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2578] ppid=2566 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/2569/task/2578/stat : 2578 (java) S 2566 2569 30091 0 -1 4202560 234 0 0 0 103 8 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913562097832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2569/tid=2579] ppid=2566 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/2569/task/2579/stat : 2579 (java) S 2566 2569 30091 0 -1 4202560 199 0 0 0 93 7 0 0 20 0 19 0 29228351 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913561045288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2580] ppid=2566 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/2569/task/2580/stat : 2580 (java) S 2566 2569 30091 0 -1 4202560 1364 0 0 0 66 12 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913548634984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2581] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2581/stat : 2581 (java) S 2566 2569 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29228352 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913547581304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2582] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2582/stat : 2582 (java) S 2566 2569 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29228353 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913546528136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2583] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2583/stat : 2583 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913545476880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2584] ppid=2566 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/2569/task/2584/stat : 2584 (java) S 2566 2569 30091 0 -1 4202560 13492 0 0 0 148 3 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913544423736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2569/tid=2585] ppid=2566 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/2569/task/2585/stat : 2585 (java) S 2566 2569 30091 0 -1 4202560 11498 0 0 0 211 2 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913543371192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2586] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2586/stat : 2586 (java) S 2566 2569 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913542318328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2569/tid=2587] ppid=2566 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2569/task/2587/stat : 2587 (java) S 2566 2569 30091 0 -1 4202560 23 0 0 0 4 10 0 0 20 0 19 0 29228355 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913541265992 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2569/tid=2591] ppid=2566 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2569/task/2591/stat : 2591 (java) S 2566 2569 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29228370 10060525568 571040 33554432000 1073741824 1073778376 140735609296784 139913537004968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 769.36
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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): 1.62
#  lost CPU user time (s): 1.72998
#  lost CPU system time (s): -0.11

Real time (s): 384.529
CPU time (s): 771.186
CPU user time (s): 769.684
CPU system time (s): 1.50175
CPU usage (%): 200.554
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 767.954
system time used= 1.61175
maximum resident set size= 2881456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33510
page faults= 1
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14610
involuntary context switches= 18643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78258 second user time and 3.47647 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 19:43:17
IDJOB=4106494
IDBENCH=48080
IDSOLVER=2543
FILE ID=node117/4106494-1466271797
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=373-P1=127-P2=409-P3=11-P4=263-P5=269-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106494-1466271797/watcher-4106494-1466271797 -o /tmp/evaluation-result-4106494-1466271797/solver-4106494-1466271797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106494-1466271797.opb

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

MD5SUM BENCH= 65bc139f592885e582edbd6d46332a4d
RANDOM SEED=1072784258

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27916628 kB
Buffers:          137560 kB
Cached:           319220 kB
SwapCached:            0 kB
Active:          2119056 kB
Inactive:         356216 kB
Active(anon):    2010680 kB
Inactive(anon):    10636 kB
Active(file):     108376 kB
Inactive(file):   345580 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               988 kB
Writeback:             0 kB
AnonPages:       3655264 kB
Mapped:            21120 kB
Shmem:               204 kB
Slab:             621764 kB
SReclaimable:      65340 kB
SUnreclaim:       556424 kB
KernelStack:        1800 kB
PageTables:        12400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4334220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2035712 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= 71740 MiB
End job on node117 at 2016-06-18 19:49:42