Trace number 4085827

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 Resolution PB16OPT5 651.09 648.38

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_3.opb
MD5SUMcdb29f44159b0b72729019e0c0db0b8a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark14.5108
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3090
Sum of products size (including duplicates)6180
Number of different products3090
Sum of products size6180

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No 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.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085827-1465256568.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.45/0.35	c ... done. Wall clock time 0.233s.
0.45/0.35	c declared #vars     100
0.45/0.35	c internal #vars     3190
0.45/0.35	c #constraints  6280
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3190
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3090
0.45/0.35	c 6280 constraints processed.
0.45/0.35	c objective function length is 100 literals
0.45/0.38	c SATISFIABLE
0.45/0.38	c OPTIMIZING...
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.265
0.45/0.38	o 9
0.74/0.44	c Got one! Elapsed wall clock time (in seconds):0.325
0.74/0.44	o 8
0.74/0.47	c Got one! Elapsed wall clock time (in seconds):0.358
0.74/0.47	o 7
1.04/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
1.04/0.54	o 6
2.10/1.47	c cleaning 2624 clauses out of 5274 with flag 11497/5274
3.41/2.62	c cleaning 4321 clauses out of 8651 with flag 25542/11275
4.81/4.02	c cleaning 5655 clauses out of 11329 with flag 41980/18274
6.52/5.74	c cleaning 6830 clauses out of 13677 with flag 60854/26277
8.55/7.72	c cleaning 7918 clauses out of 15844 with flag 82103/35274
10.85/10.05	c cleaning 8958 clauses out of 17925 with flag 106155/45273
13.44/12.64	c cleaning 9980 clauses out of 19973 with flag 132952/56279
16.34/15.52	c cleaning 10982 clauses out of 21988 with flag 162002/68274
19.64/18.83	c cleaning 11993 clauses out of 24009 with flag 193659/81277
24.50/23.63	c cleaning 13006 clauses out of 26012 with flag 229630/95273
30.61/29.73	c cleaning 14004 clauses out of 28007 with flag 270371/110274
37.00/36.18	c cleaning 15001 clauses out of 30004 with flag 312919/126275
43.30/42.46	c cleaning 15994 clauses out of 32006 with flag 357098/143278
50.81/49.98	c cleaning 16994 clauses out of 34007 with flag 405782/161273
59.63/58.31	c cleaning 18007 clauses out of 36014 with flag 456746/180274
67.91/66.48	c cleaning 19005 clauses out of 38009 with flag 509363/200276
76.42/74.97	c cleaning 19998 clauses out of 40001 with flag 565095/221273
86.11/84.66	c cleaning 20996 clauses out of 42007 with flag 624957/243277
95.83/94.32	c cleaning 22005 clauses out of 44010 with flag 685556/266276
97.25/95.78	c Got one! Elapsed wall clock time (in seconds):95.665
97.25/95.78	o 5
98.19/96.64	c cleaning 13567 clauses out of 27170 with flag 5413/271441
100.54/98.99	c cleaning 9789 clauses out of 19599 with flag 23103/277437
103.39/101.66	c cleaning 8403 clauses out of 16812 with flag 44117/284439
106.39/104.69	c cleaning 8200 clauses out of 16409 with flag 66789/292439
109.69/108.00	c cleaning 8604 clauses out of 17207 with flag 92549/301437
113.68/111.67	c cleaning 9295 clauses out of 18603 with flag 121554/311437
118.35/115.90	c cleaning 10144 clauses out of 20308 with flag 153302/322437
122.85/120.47	c cleaning 11077 clauses out of 22167 with flag 187186/334440
127.67/125.26	c cleaning 12039 clauses out of 24087 with flag 223552/347437
132.47/130.02	c cleaning 13017 clauses out of 26049 with flag 262255/361438
137.37/134.94	c cleaning 14017 clauses out of 28035 with flag 301274/376441
142.86/140.47	c cleaning 15005 clauses out of 30015 with flag 345071/392439
149.47/147.04	c cleaning 15984 clauses out of 32009 with flag 393710/409438
156.27/153.88	c cleaning 17011 clauses out of 34024 with flag 443179/427437
163.67/161.24	c cleaning 18001 clauses out of 36014 with flag 494325/446438
170.77/168.32	c cleaning 18989 clauses out of 38013 with flag 547977/466439
178.97/176.58	c cleaning 20010 clauses out of 40030 with flag 611383/487445
187.57/185.14	c cleaning 21003 clauses out of 42018 with flag 674664/509443
196.37/194.00	c cleaning 22006 clauses out of 44011 with flag 742180/532439
205.87/203.42	c cleaning 23002 clauses out of 46005 with flag 812365/556439
215.47/213.04	c cleaning 23993 clauses out of 48003 with flag 883768/581439
225.26/222.89	c cleaning 24994 clauses out of 50011 with flag 957842/607440
235.86/233.48	c cleaning 25991 clauses out of 52014 with flag 1036211/634437
246.86/244.44	c cleaning 27002 clauses out of 54024 with flag 1117416/662438
258.83/256.33	c cleaning 28007 clauses out of 56026 with flag 1198328/691442
269.63/267.20	c cleaning 29005 clauses out of 58013 with flag 1278022/721437
281.11/278.54	c cleaning 30000 clauses out of 60011 with flag 1361087/752441
293.50/290.90	c cleaning 30989 clauses out of 62007 with flag 1451210/784437
305.90/303.36	c cleaning 32000 clauses out of 64017 with flag 1542198/817437
319.20/316.65	c cleaning 33001 clauses out of 66016 with flag 1633553/851437
333.30/330.78	c cleaning 33994 clauses out of 68016 with flag 1731163/886438
347.60/345.08	c cleaning 35008 clauses out of 70021 with flag 1833268/922438
362.40/359.86	c cleaning 36005 clauses out of 72012 with flag 1939129/959437
377.39/374.86	c cleaning 36996 clauses out of 74008 with flag 2043859/997439
392.99/390.41	c cleaning 37995 clauses out of 76009 with flag 2151541/1036437
408.82/406.25	c cleaning 39008 clauses out of 78015 with flag 2264412/1076438
424.72/422.10	c cleaning 39996 clauses out of 80005 with flag 2380314/1117437
441.02/438.42	c cleaning 40990 clauses out of 82008 with flag 2495578/1159438
458.42/455.82	c cleaning 42001 clauses out of 84019 with flag 2616575/1202440
476.33/473.80	c cleaning 43000 clauses out of 86014 with flag 2738447/1246437
494.24/491.70	c cleaning 44001 clauses out of 88016 with flag 2864581/1291440
512.94/510.37	c cleaning 44992 clauses out of 90011 with flag 2991037/1337437
532.44/529.83	c cleaning 46000 clauses out of 92017 with flag 3122131/1384437
551.97/549.26	c cleaning 47008 clauses out of 94016 with flag 3255894/1432438
571.08/568.34	c cleaning 47999 clauses out of 96004 with flag 3390500/1481438
590.58/587.85	c cleaning 48995 clauses out of 98002 with flag 3531002/1531438
609.88/607.16	c cleaning 49997 clauses out of 100004 with flag 3672852/1582439
629.80/627.07	c cleaning 50995 clauses out of 102000 with flag 3815912/1634438
649.89/647.18	c cleaning 51992 clauses out of 103988 with flag 3957438/1687437
651.09/648.36	c starts		: 748
651.09/648.36	c conflicts		: 1691601
651.09/648.36	c decisions		: 2895812
651.09/648.36	c propagations		: 433269214
651.09/648.36	c inspects		: 6373577336
651.09/648.36	c shortcuts		: 0
651.09/648.36	c learnt literals	: 72
651.09/648.36	c learnt binary clauses	: 86
651.09/648.36	c learnt ternary clauses	: 87
651.09/648.36	c learnt constraints	: 1691528
651.09/648.36	c ignored constraints	: 0
651.09/648.36	c root simplifications	: 0
651.09/648.36	c removed literals (reason simplification)	: 0
651.09/648.36	c reason swapping (by a shorter reason)	: 0
651.09/648.36	c Calls to reduceDB	: 68
651.09/648.36	c Number of update (reduction) of LBD	: 477557
651.09/648.36	c Imported unit clauses	: 0
651.09/648.36	c number of reductions to clauses (during analyze)	: 0
651.09/648.36	c number of learned constraints concerned by reduction	: 0
651.09/648.36	c number of learning phase by resolution	: 0
651.09/648.36	c number of learning phase by cutting planes	: 0
651.09/648.36	c speed (assignments/second)	: 668615.0121140106
651.09/648.36	c non guided choices	0
651.09/648.36	c learnt constraints type 
651.09/648.36	s OPTIMUM FOUND
651.09/648.36	c Found 5 solution(s)
651.09/648.36	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 
651.09/648.36	c objective function=5
651.09/648.36	c Total wall clock time (in seconds): 648.249

Verifier Data

OK	5

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-4085827-1465256568/watcher-4085827-1465256568 -o /tmp/evaluation-result-4085827-1465256568/solver-4085827-1465256568 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085827-1465256568.opb 

pid=14416
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: 2.18 2.27 2.26 2/196 14419
/proc/meminfo: memFree=30079348/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/14419/stat : 14419 (java) R 14416 14419 9891 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 107588864 274432 4 33554432000 0 0 140733377930799 140737016443128 215124438455 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 67 16 10 9 0 24 0

[startup+0.10006 s]
/proc/loadavg: 2.18 2.27 2.26 2/196 14419
/proc/meminfo: memFree=30079348/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 107588864 9787879424 6024 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.18 2.27 2.26 2/196 14419
/proc/meminfo: memFree=30079348/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 4603 0 1 0 21 1 0 0 20 0 18 0 107588864 9787879424 6682 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2389619 6682 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.18 2.27 2.26 2/196 14419
/proc/meminfo: memFree=30079348/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 5673 0 1 0 44 1 0 0 20 0 18 0 107588864 9787879424 8422 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2389619 8423 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.18 2.27 2.26 2/196 14419
/proc/meminfo: memFree=30079348/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 9768 0 1 0 137 1 0 0 20 0 19 0 107588864 9856040960 11373 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 11373 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.18 2.27 2.26 3/215 14438
/proc/meminfo: memFree=30040540/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 9778 0 1 0 222 1 0 0 20 0 19 0 107588864 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 11893 2273 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2428 0 1 0 146 0 0 0 20 0 19 0 107588865 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470701338304 140470546669372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2719 0 0 0 39 0 0 0 20 0 19 0 107588870 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 3356 0 0 0 34 0 0 0 20 0 19 0 107588870 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 11893 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.16 2.26 2.26 3/215 14438
/proc/meminfo: memFree=30036128/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 11146 0 1 0 389 2 0 0 20 0 19 0 107588864 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 13323 2274 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2431 0 1 0 305 0 0 0 20 0 19 0 107588865 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470701347304 140470546663500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2719 0 0 0 40 0 0 0 20 0 19 0 107588870 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 4721 0 0 0 41 0 0 0 20 0 19 0 107588870 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 13323 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.16 2.26 2.26 4/215 14438
/proc/meminfo: memFree=30028340/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=7.14 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 11152 0 1 0 712 2 0 0 20 0 19 0 107588864 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 14728 2274 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2436 0 1 0 623 1 0 0 20 0 19 0 107588865 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470701347080 140470546538148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2720 0 0 0 42 0 0 0 20 0 19 0 107588870 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 4721 0 0 0 42 0 0 0 20 0 19 0 107588870 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 14728 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9625040


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

[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2724 0 0 0 49 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 20746 0 0 0 205 4 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 37 0 0 0 8 8 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 649.99
Current children cumulated vsize (KiB) 9625040

[startup+648.008 s]
/proc/loadavg: 2.27 2.24 2.25 3/215 14453
/proc/meminfo: memFree=29823716/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=650.8 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 28005 0 1 0 65058 22 0 0 20 0 19 0 107588864 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 62974 2289 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=646.13 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2503 0 1 0 64601 12 0 0 20 0 19 0 107588865 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470701338288 140470546675799 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 196 0 0 0 4 1 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 154 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2724 0 0 0 49 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 20746 0 0 0 205 4 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 37 0 0 0 8 8 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.8
Current children cumulated vsize (KiB) 9625040

[startup+648.201 s]
/proc/loadavg: 2.27 2.24 2.25 3/215 14453
/proc/meminfo: memFree=29823716/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=650.99 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 28005 0 1 0 65077 22 0 0 20 0 19 0 107588864 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 62974 2289 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=646.33 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2503 0 1 0 64621 12 0 0 20 0 19 0 107588865 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470701338288 140470546675728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 196 0 0 0 4 1 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 154 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2724 0 0 0 49 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 20746 0 0 0 205 4 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 37 0 0 0 8 8 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.99
Current children cumulated vsize (KiB) 9625040

[startup+648.301 s]
/proc/loadavg: 2.27 2.24 2.25 3/215 14453
/proc/meminfo: memFree=29823716/32872528 swapFree=20720/1686580
[pid=14419] ppid=14416 vsize=9625040 CPUtime=651.09 cores=0,2,4,6
/proc/14419/stat : 14419 (java) S 14416 14419 9891 0 -1 4202496 28005 0 1 0 65087 22 0 0 20 0 19 0 107588864 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140733377919296 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14419/statm: 2406260 62974 2289 9 0 2396937 0
[pid=14419/tid=14421] ppid=14416 vsize=9625040 CPUtime=646.43 cores=0,2,4,6
/proc/14419/task/14421/stat : 14421 (java) R 14416 14419 9891 0 -1 4202560 2503 0 1 0 64631 12 0 0 20 0 19 0 107588865 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470701338288 140470546655739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14419/tid=14422] ppid=14416 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/14419/task/14422/stat : 14422 (java) S 14416 14419 9891 0 -1 4202560 58 0 0 0 4 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470673799848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14423] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14423/stat : 14423 (java) S 14416 14419 9891 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470672747304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14424] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14424/stat : 14424 (java) S 14416 14419 9891 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470671694760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14425] ppid=14416 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/14419/task/14425/stat : 14425 (java) S 14416 14419 9891 0 -1 4202560 196 0 0 0 4 1 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470670642216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14426] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14426/stat : 14426 (java) S 14416 14419 9891 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470669588648 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14427] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14427/stat : 14427 (java) S 14416 14419 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470668536104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14428] ppid=14416 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14419/task/14428/stat : 14428 (java) S 14416 14419 9891 0 -1 4202560 154 0 0 0 1 0 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470667483560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14429] ppid=14416 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/14419/task/14429/stat : 14429 (java) S 14416 14419 9891 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 19 0 107588866 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470666431016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14430] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14430/stat : 14430 (java) S 14416 14419 9891 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 107588867 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470055316072 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14431] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14431/stat : 14431 (java) S 14416 14419 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470054262392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14419/tid=14432] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14432/stat : 14432 (java) S 14416 14419 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107588868 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470053209736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14433] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14433/stat : 14433 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470052158480 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14434] ppid=14416 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14419/task/14434/stat : 14434 (java) S 14416 14419 9891 0 -1 4202560 2724 0 0 0 49 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470051104824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14435] ppid=14416 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/14419/task/14435/stat : 14435 (java) S 14416 14419 9891 0 -1 4202560 20746 0 0 0 205 4 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470050052280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14436] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14436/stat : 14436 (java) S 14416 14419 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470048999928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14419/tid=14437] ppid=14416 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14419/task/14437/stat : 14437 (java) S 14416 14419 9891 0 -1 4202560 37 0 0 0 8 8 0 0 20 0 19 0 107588870 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470047947592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14419/tid=14438] ppid=14416 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14419/task/14438/stat : 14438 (java) S 14416 14419 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107588899 9856040960 62974 33554432000 1073741824 1073778376 140733377928160 140470046893352 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 651.09
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14419 and gives
#  childrusage.ru_utime.tv_sec=649
#  childrusage.ru_utime.tv_usec=253298
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=442932
# CPU time returned by wait4() is 649.696
# while last known CPU time is 651.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 648.38
CPU time (s): 651.09
CPU user time (s): 650.87
CPU system time (s): 0.22
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.253
system time used= 0.442932
maximum resident set size= 251944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28027
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14036
involuntary context switches= 5087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.20636 second user time and 4.21336 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 01:42:48
IDJOB=4085827
IDBENCH=48154
IDSOLVER=2546
FILE ID=node135/4085827-1465256568
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085827-1465256568/watcher-4085827-1465256568 -o /tmp/evaluation-result-4085827-1465256568/solver-4085827-1465256568 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085827-1465256568.opb

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

MD5SUM BENCH= cdb29f44159b0b72729019e0c0db0b8a
RANDOM SEED=790492088

node135.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		: 2667.026
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	: 5334.05
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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:        30079728 kB
Buffers:           47212 kB
Cached:           100140 kB
SwapCached:         1824 kB
Active:           319452 kB
Inactive:          85200 kB
Active(anon):     258044 kB
Inactive(anon):     1356 kB
Active(file):      61408 kB
Inactive(file):    83844 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098256 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       1973064 kB
Mapped:            15528 kB
Shmem:                 0 kB
Slab:             567528 kB
SReclaimable:      11376 kB
SUnreclaim:       556152 kB
KernelStack:        1784 kB
PageTables:         8328 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2506348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1882112 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= 71732 MiB
End job on node135 at 2016-06-07 01:53:36