Trace number 4090188

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 1154.87 1151.25

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUM9962e07353bb4a7d8331e0339e579362
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark405.016
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090188-1466038164.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.48/0.34	c ... done. Wall clock time 0.239s.
0.48/0.34	c declared #vars     2991
0.48/0.34	c #constraints  7385
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 997
0.48/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 997
0.48/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5391
0.48/0.34	c 7385 constraints processed.
1.92/1.36	c cleaning 2499 clauses out of 5001 with flag 231611/5001
3.09/2.34	c cleaning 4242 clauses out of 8501 with flag 360681/11000
4.20/3.47	c cleaning 5628 clauses out of 11261 with flag 478424/18002
5.70/4.96	c cleaning 6811 clauses out of 13631 with flag 622799/26000
7.42/6.70	c cleaning 7910 clauses out of 15822 with flag 782455/35002
9.62/8.88	c cleaning 8952 clauses out of 17911 with flag 960450/45001
12.21/11.47	c cleaning 9975 clauses out of 19959 with flag 1156187/56001
15.12/14.36	c cleaning 10986 clauses out of 21984 with flag 1350127/68001
18.52/17.71	c cleaning 11994 clauses out of 23999 with flag 1523937/81002
22.31/21.52	c cleaning 12994 clauses out of 26003 with flag 1705117/95000
26.31/25.56	c cleaning 13991 clauses out of 28009 with flag 1905722/110000
30.93/30.18	c cleaning 15006 clauses out of 30019 with flag 2141969/126001
35.13/34.39	c cleaning 16001 clauses out of 32013 with flag 2356563/143001
39.63/38.86	c cleaning 16999 clauses out of 34013 with flag 2580128/161002
44.63/43.87	c cleaning 17996 clauses out of 36012 with flag 2842157/180000
50.03/49.24	c cleaning 19002 clauses out of 38016 with flag 3134479/200000
56.43/55.62	c cleaning 19999 clauses out of 40016 with flag 3473098/221002
63.23/62.43	c cleaning 21001 clauses out of 42017 with flag 3813522/243002
70.32/69.58	c cleaning 22002 clauses out of 44015 with flag 4186008/266001
78.14/77.35	c cleaning 23000 clauses out of 46013 with flag 4580640/290001
86.24/85.49	c cleaning 24003 clauses out of 48012 with flag 5016589/315000
95.14/94.31	c cleaning 24999 clauses out of 50009 with flag 5457329/341000
104.45/103.62	c cleaning 26002 clauses out of 52010 with flag 5912449/368000
114.15/113.35	c cleaning 26998 clauses out of 54009 with flag 6387043/396001
123.71/122.89	c cleaning 28002 clauses out of 56012 with flag 6722914/425002
133.71/132.88	c cleaning 28997 clauses out of 58009 with flag 7095781/455001
144.31/143.44	c cleaning 30006 clauses out of 60015 with flag 7510873/486004
153.81/152.92	c cleaning 31001 clauses out of 62006 with flag 7917147/518001
165.21/164.32	c cleaning 31994 clauses out of 64005 with flag 8366216/551001
177.37/176.34	c cleaning 33001 clauses out of 66010 with flag 8858087/585000
190.57/189.54	c cleaning 33998 clauses out of 68011 with flag 9375973/620002
203.77/202.77	c cleaning 35004 clauses out of 70014 with flag 9905049/656003
219.58/218.55	c cleaning 36001 clauses out of 72007 with flag 10530166/693000
236.48/235.30	c cleaning 37003 clauses out of 74009 with flag 11174693/731003
250.48/249.30	c cleaning 37997 clauses out of 76004 with flag 11729928/770001
267.67/266.43	c cleaning 38998 clauses out of 78008 with flag 12342832/810002
285.28/284.01	c cleaning 40001 clauses out of 80008 with flag 13012695/851000
304.69/303.24	c cleaning 41000 clauses out of 82008 with flag 13652262/893001
323.90/322.44	c cleaning 41996 clauses out of 84008 with flag 14334293/936001
344.39/342.91	c cleaning 43002 clauses out of 86013 with flag 15036519/980002
366.49/364.85	c cleaning 43998 clauses out of 88010 with flag 15758192/1025001
389.70/388.08	c cleaning 45002 clauses out of 90012 with flag 16540291/1071001
415.62/413.62	c cleaning 46001 clauses out of 92011 with flag 17306845/1118002
441.36/439.04	c cleaning 46999 clauses out of 94007 with flag 18079656/1166000
463.56/461.29	c cleaning 47996 clauses out of 96008 with flag 18791179/1215000
487.67/485.20	c cleaning 49001 clauses out of 98012 with flag 19532899/1265000
513.57/511.05	c cleaning 50000 clauses out of 100011 with flag 20330560/1316000
540.96/538.23	c cleaning 50999 clauses out of 102011 with flag 21154752/1368000
568.47/565.71	c cleaning 52004 clauses out of 104012 with flag 21960541/1421000
599.02/596.24	c cleaning 53003 clauses out of 106009 with flag 22797593/1475001
630.41/627.53	c cleaning 53999 clauses out of 108007 with flag 23636043/1530002
657.61/654.73	c cleaning 54994 clauses out of 110006 with flag 24434178/1586001
687.89/684.96	c cleaning 55995 clauses out of 112012 with flag 25244632/1643001
718.99/715.90	c cleaning 57002 clauses out of 114016 with flag 26117153/1701000
751.71/748.67	c cleaning 58002 clauses out of 116014 with flag 26986161/1760000
786.90/783.72	c cleaning 59002 clauses out of 118013 with flag 27914531/1820001
820.97/817.71	c cleaning 59998 clauses out of 120012 with flag 28847874/1881003
853.37/850.10	c cleaning 61002 clauses out of 122012 with flag 29620662/1943001
887.79/884.42	c cleaning 62002 clauses out of 124009 with flag 30609916/2006000
920.60/917.21	c cleaning 62996 clauses out of 126009 with flag 31520731/2070002
959.30/955.80	c cleaning 63999 clauses out of 128012 with flag 32554835/2135001
999.21/995.72	c cleaning 64997 clauses out of 130013 with flag 33619953/2201001
1031.64/1028.03	c cleaning 65998 clauses out of 132014 with flag 34603148/2268000
1069.35/1065.80	c cleaning 67004 clauses out of 134016 with flag 35546837/2336000
1110.16/1106.54	c cleaning 68000 clauses out of 136012 with flag 36477855/2405001
1154.87/1151.21	c starts		: 1263
1154.87/1151.21	c conflicts		: 2472363
1154.87/1151.21	c decisions		: 3066943
1154.87/1151.21	c propagations		: 738627435
1154.87/1151.21	c inspects		: 19831996262
1154.87/1151.21	c shortcuts		: 0
1154.87/1151.21	c learnt literals	: 14
1154.87/1151.21	c learnt binary clauses	: 19
1154.87/1151.21	c learnt ternary clauses	: 2467
1154.87/1151.21	c learnt constraints	: 2472348
1154.87/1151.21	c ignored constraints	: 0
1154.87/1151.21	c root simplifications	: 0
1154.87/1151.21	c removed literals (reason simplification)	: 0
1154.87/1151.21	c reason swapping (by a shorter reason)	: 0
1154.87/1151.21	c Calls to reduceDB	: 65
1154.87/1151.21	c Number of update (reduction) of LBD	: 883437
1154.87/1151.21	c Imported unit clauses	: 0
1154.87/1151.21	c number of reductions to clauses (during analyze)	: 0
1154.87/1151.21	c number of learned constraints concerned by reduction	: 0
1154.87/1151.21	c number of learning phase by resolution	: 0
1154.87/1151.21	c number of learning phase by cutting planes	: 0
1154.87/1151.21	c speed (assignments/second)	: 641799.7487116258
1154.87/1151.21	c non guided choices	16617
1154.87/1151.24	c learnt constraints type 
1154.87/1151.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1154.87/1151.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135345
1154.87/1151.24	s UNSATISFIABLE
1154.87/1151.24	c Total wall clock time (in seconds): 1151.142

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090188-1466038164/watcher-4090188-1466038164 -o /tmp/evaluation-result-4090188-1466038164/solver-4090188-1466038164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15508 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090188-1466038164.opb 

pid=16298
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: 2.21 2.21 2.18 4/194 16301
/proc/meminfo: memFree=30434556/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5865170 98570240 977 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 24065 977 743 9 0 16771 0
[pid=16301/tid=16302] ppid=16298 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5865171 98570240 977 33554432000 1073741824 1073778376 140736309488816 140728838266408 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.21 2.21 2.18 4/194 16301
/proc/meminfo: memFree=30434556/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 4551 0 1 0 10 1 0 0 20 0 18 0 5865170 9787879424 5667 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2389619 5667 2157 9 0 2380296 0
[pid=16301/tid=16302] ppid=16298 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 5865171 9787879424 5667 33554432000 1073741824 1073778376 140736309488816 140728838269856 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.21 2.21 2.18 4/194 16301
/proc/meminfo: memFree=30434556/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 5147 0 1 0 25 1 0 0 20 0 18 0 5865170 9787879424 10765 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2389619 10773 2220 9 0 2380296 0
[pid=16301/tid=16302] ppid=16298 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 5865171 9787879424 10773 33554432000 1073741824 1073778376 140736309488816 140728838269856 140728710857824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.21 2.21 2.18 4/194 16301
/proc/meminfo: memFree=30434556/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 5791 0 1 0 46 2 0 0 20 0 18 0 5865170 9787879424 14311 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2389619 14311 2231 9 0 2380296 0
[pid=16301/tid=16302] ppid=16298 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 18 0 5865171 9787879424 14311 33554432000 1073741824 1073778376 140736309488816 140728838269856 140728710664105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 2.21 2.21 2.18 4/194 16301
/proc/meminfo: memFree=30434556/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 7013 0 1 0 124 3 0 0 20 0 19 0 5865170 9856040960 16241 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 16241 2261 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2475 0 1 0 66 1 0 0 20 0 19 0 5865171 9856040960 16241 33554432000 1073741824 1073778376 140736309488816 140728838271616 140728711190311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 16320
/proc/meminfo: memFree=30373924/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 12002 0 1 0 222 4 0 0 20 0 19 0 5865170 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 20197 2267 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2478 0 1 0 145 2 0 0 20 0 19 0 5865171 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728838262480 140728711219268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5906 0 0 0 34 1 0 0 20 0 19 0 5865175 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 2345 0 0 0 40 0 0 0 20 0 19 0 5865175 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 20197 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.19 2.20 2.18 5/213 16320
/proc/meminfo: memFree=30353828/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 12005 0 1 0 385 4 0 0 20 0 19 0 5865170 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 21733 2267 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2481 0 1 0 304 2 0 0 20 0 19 0 5865171 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728838269328 140728711198541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5906 0 0 0 35 1 0 0 20 0 19 0 5865175 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 2345 0 0 0 42 0 0 0 20 0 19 0 5865175 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 21733 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.26 2.22 2.19 3/213 16320
/proc/meminfo: memFree=30328844/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=7.12 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 12020 0 1 0 708 4 0 0 20 0 19 0 5865170 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 25163 2268 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2490 0 1 0 624 2 0 0 20 0 19 0 5865171 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728838271400 140728711310252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865172 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5911 0 0 0 37 1 0 0 20 0 19 0 5865175 9856040960 25163 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.43 cores=1,3,5,7

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

[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5916 0 0 0 40 2 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 10825 0 0 0 96 3 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 68 0 0 0 20 22 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1152.47
Current children cumulated vsize (KiB) 9625040

[startup+1150.4 s]
/proc/loadavg: 1.34 1.29 1.58 2/189 16468
/proc/meminfo: memFree=29912736/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=1154.07 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 22798 0 1 0 115320 87 0 0 20 0 19 0 5865170 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 158229 2291 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=1146.27 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2555 0 1 0 114605 22 0 0 20 0 19 0 5865171 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728838262464 140728711250394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 314 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 276 0 0 0 27 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 205 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 278 0 0 0 28 5 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 169 0 0 0 30 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 325 0 0 0 28 9 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 196 0 0 0 24 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 204 0 0 0 21 6 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 207 0 0 0 23 2 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5916 0 0 0 40 2 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 10825 0 0 0 96 3 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 68 0 0 0 20 22 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1154.07
Current children cumulated vsize (KiB) 9625040

[startup+1150.8 s]
/proc/loadavg: 1.31 1.28 1.58 2/189 16468
/proc/meminfo: memFree=29912736/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=1154.47 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 22798 0 1 0 115360 87 0 0 20 0 19 0 5865170 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 158229 2291 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=1146.67 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2555 0 1 0 114645 22 0 0 20 0 19 0 5865171 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728838262464 140728711310252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 314 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 276 0 0 0 27 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 205 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 278 0 0 0 28 5 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 169 0 0 0 30 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 325 0 0 0 28 9 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 196 0 0 0 24 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 204 0 0 0 21 6 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 207 0 0 0 23 2 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5916 0 0 0 40 2 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 10825 0 0 0 96 3 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 68 0 0 0 20 22 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1154.47
Current children cumulated vsize (KiB) 9625040

[startup+1151.2 s]
/proc/loadavg: 1.31 1.28 1.58 2/189 16468
/proc/meminfo: memFree=29912736/32872528 swapFree=1430608/1543028
[pid=16301] ppid=16298 vsize=9625040 CPUtime=1154.87 cores=1,3,5,7
/proc/16301/stat : 16301 (java) S 16298 16301 5750 0 -1 4202496 22798 0 1 0 115400 87 0 0 20 0 19 0 5865170 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140736309479952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16301/statm: 2406260 158229 2291 9 0 2396937 0
[pid=16301/tid=16302] ppid=16298 vsize=9625040 CPUtime=1147.07 cores=1,3,5,7
/proc/16301/task/16302/stat : 16302 (java) R 16298 16301 5750 0 -1 4202560 2555 0 1 0 114685 22 0 0 20 0 19 0 5865171 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728838262464 140728711150575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16304] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16304/stat : 16304 (java) S 16298 16301 5750 0 -1 4202560 314 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728682236328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16305] ppid=16298 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/16301/task/16305/stat : 16305 (java) S 16298 16301 5750 0 -1 4202560 276 0 0 0 27 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728681183784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16306] ppid=16298 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/16301/task/16306/stat : 16306 (java) S 16298 16301 5750 0 -1 4202560 205 0 0 0 31 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728680130728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16307] ppid=16298 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16301/task/16307/stat : 16307 (java) S 16298 16301 5750 0 -1 4202560 278 0 0 0 28 5 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728679078184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16308] ppid=16298 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16301/task/16308/stat : 16308 (java) S 16298 16301 5750 0 -1 4202560 169 0 0 0 30 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728678026152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16301/tid=16309] ppid=16298 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/16301/task/16309/stat : 16309 (java) S 16298 16301 5750 0 -1 4202560 325 0 0 0 28 9 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728676973608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16310] ppid=16298 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/16301/task/16310/stat : 16310 (java) S 16298 16301 5750 0 -1 4202560 196 0 0 0 24 8 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728675920552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16311] ppid=16298 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16301/task/16311/stat : 16311 (java) S 16298 16301 5750 0 -1 4202560 204 0 0 0 21 6 0 0 20 0 19 0 5865172 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728674868008 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16312] ppid=16298 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/16301/task/16312/stat : 16312 (java) S 16298 16301 5750 0 -1 4202560 207 0 0 0 23 2 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728662456680 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16313] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16313/stat : 16313 (java) S 16298 16301 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728661403000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16314] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16314/stat : 16314 (java) S 16298 16301 5750 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5865173 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728660349832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16315] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16315/stat : 16315 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728659298576 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16301/tid=16316] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16316/stat : 16316 (java) S 16298 16301 5750 0 -1 4202560 5916 0 0 0 40 2 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728658246456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16317] ppid=16298 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/16301/task/16317/stat : 16317 (java) S 16298 16301 5750 0 -1 4202560 10825 0 0 0 96 3 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728657193912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16318] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16318/stat : 16318 (java) S 16298 16301 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728656141048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16301/tid=16319] ppid=16298 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/16301/task/16319/stat : 16319 (java) S 16298 16301 5750 0 -1 4202560 68 0 0 0 20 22 0 0 20 0 19 0 5865175 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728655088712 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16301/tid=16320] ppid=16298 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16301/task/16320/stat : 16320 (java) S 16298 16301 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865205 9856040960 158229 33554432000 1073741824 1073778376 140736309488816 140728654033960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1154.87
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16301 and gives
#  childrusage.ru_utime.tv_sec=1151
#  childrusage.ru_utime.tv_usec=16018
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=250809
# CPU time returned by wait4() is 1152.27
# while last known CPU time is 1154.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1151.25
CPU time (s): 1154.87
CPU user time (s): 1154
CPU system time (s): 0.87
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 9626664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1151.02
system time used= 1.25081
maximum resident set size= 712764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22817
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24967
involuntary context switches= 10682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.45471 second user time and 7.59384 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 02:49:24
IDJOB=4090188
IDBENCH=107513
IDSOLVER=2546
FILE ID=node116/4090188-1466038164
RUNJOBID= node116-1466032752-15508
PBS_JOBID= 19902807
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090188-1466038164/watcher-4090188-1466038164 -o /tmp/evaluation-result-4090188-1466038164/solver-4090188-1466038164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15508 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090188-1466038164.opb

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

MD5SUM BENCH= 9962e07353bb4a7d8331e0339e579362
RANDOM SEED=1424004989

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30434860 kB
Buffers:           24448 kB
Cached:            59124 kB
SwapCached:         3088 kB
Active:           129080 kB
Inactive:          51156 kB
Active(anon):      95464 kB
Inactive(anon):     3412 kB
Active(file):      33616 kB
Inactive(file):    47744 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:              1804 kB
Writeback:            20 kB
AnonPages:       1594872 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             567472 kB
SReclaimable:      11184 kB
SUnreclaim:       556288 kB
KernelStack:        1704 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2230036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71644 MiB
End job on node116 at 2016-06-16 03:08:36