Trace number 4090167

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 271.79 270.342

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l050-r049-n1.opb
MD5SUM00f7c97be89ae1c327af521c085abc33
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 benchmark48.3906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2760
Total number of constraints5870
Number of constraints which are clauses4950
Number of constraints which are cardinality constraints (but not clauses)920
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090167-1466038150.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.47/0.35	c ... done. Wall clock time 0.243s.
0.47/0.35	c declared #vars     2760
0.47/0.35	c #constraints  6790
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 920
0.47/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 920
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4950
0.47/0.35	c 6790 constraints processed.
1.98/1.35	c cleaning 2495 clauses out of 5001 with flag 174293/5001
3.05/2.35	c cleaning 4247 clauses out of 8505 with flag 249380/11000
4.25/3.57	c cleaning 5623 clauses out of 11258 with flag 335049/18000
5.65/4.97	c cleaning 6810 clauses out of 13635 with flag 436726/26000
7.47/6.75	c cleaning 7907 clauses out of 15826 with flag 562012/35001
9.46/8.71	c cleaning 8957 clauses out of 17920 with flag 704457/45002
11.77/11.08	c cleaning 9974 clauses out of 19962 with flag 863725/56001
14.66/13.90	c cleaning 10989 clauses out of 21988 with flag 1071826/68001
17.76/17.05	c cleaning 11995 clauses out of 24000 with flag 1256563/81002
21.56/20.81	c cleaning 12996 clauses out of 26004 with flag 1480438/95001
25.76/25.01	c cleaning 14003 clauses out of 28009 with flag 1721181/110002
30.12/29.35	c cleaning 14993 clauses out of 30004 with flag 1971059/126000
34.71/33.93	c cleaning 16003 clauses out of 32011 with flag 2216042/143000
40.01/39.24	c cleaning 16999 clauses out of 34008 with flag 2496616/161000
45.42/44.60	c cleaning 17995 clauses out of 36010 with flag 2775868/180001
50.62/49.82	c cleaning 19006 clauses out of 38015 with flag 3046501/200001
56.14/55.21	c cleaning 20000 clauses out of 40008 with flag 3312137/221000
62.19/60.90	c cleaning 20996 clauses out of 42008 with flag 3668833/243000
67.99/66.79	c cleaning 22000 clauses out of 44013 with flag 4031947/266001
74.78/73.56	c cleaning 22997 clauses out of 46012 with flag 4439186/290000
81.61/80.32	c cleaning 24001 clauses out of 48015 with flag 4825755/315000
89.20/87.95	c cleaning 25003 clauses out of 50015 with flag 5198262/341001
96.90/95.61	c cleaning 26003 clauses out of 52013 with flag 5557527/368002
105.29/104.01	c cleaning 26996 clauses out of 54008 with flag 5968964/396000
114.60/113.33	c cleaning 28001 clauses out of 56012 with flag 6415862/425000
125.29/124.03	c cleaning 29001 clauses out of 58011 with flag 6867030/455000
136.95/135.69	c cleaning 30005 clauses out of 60011 with flag 7338629/486001
148.17/146.82	c cleaning 30993 clauses out of 62004 with flag 7833783/518000
159.28/157.94	c cleaning 32002 clauses out of 64011 with flag 8298751/551000
172.38/171.08	c cleaning 32998 clauses out of 66009 with flag 8829617/585000
186.29/184.92	c cleaning 34002 clauses out of 68011 with flag 9396120/620000
199.59/198.20	c cleaning 35000 clauses out of 70009 with flag 9971106/656000
212.79/211.33	c cleaning 36000 clauses out of 72010 with flag 10575041/693001
225.69/224.24	c cleaning 36996 clauses out of 74008 with flag 11124417/731001
239.10/237.66	c cleaning 38001 clauses out of 76011 with flag 11673705/770001
253.19/251.71	c cleaning 39004 clauses out of 78014 with flag 12219312/810005
268.69/267.28	c cleaning 39997 clauses out of 80003 with flag 12796114/851000
271.79/270.30	c starts		: 470
271.79/270.30	c conflicts		: 862118
271.79/270.30	c decisions		: 1137068
271.79/270.30	c propagations		: 244659904
271.79/270.30	c inspects		: 4416803655
271.79/270.30	c shortcuts		: 0
271.79/270.30	c learnt literals	: 16
271.79/270.30	c learnt binary clauses	: 17
271.79/270.30	c learnt ternary clauses	: 2185
271.79/270.30	c learnt constraints	: 862101
271.79/270.30	c ignored constraints	: 0
271.79/270.30	c root simplifications	: 0
271.79/270.30	c removed literals (reason simplification)	: 0
271.79/270.30	c reason swapping (by a shorter reason)	: 0
271.79/270.30	c Calls to reduceDB	: 37
271.79/270.30	c Number of update (reduction) of LBD	: 334013
271.79/270.30	c Imported unit clauses	: 0
271.79/270.30	c number of reductions to clauses (during analyze)	: 0
271.79/270.30	c number of learned constraints concerned by reduction	: 0
271.79/270.30	c number of learning phase by resolution	: 0
271.79/270.30	c number of learning phase by cutting planes	: 0
271.79/270.30	c speed (assignments/second)	: 906318.9861788708
271.79/270.30	c non guided choices	16594
271.79/270.32	c learnt constraints type 
271.79/270.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
271.79/270.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51096
271.79/270.32	s UNSATISFIABLE
271.79/270.32	c Total wall clock time (in seconds): 270.218

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

pid=16103
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.34 2.23 2.19 3/194 16106
/proc/meminfo: memFree=30459368/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 5863748 98570240 977 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 24065 977 743 9 0 16771 0
[pid=16106/tid=16107] ppid=16103 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5863748 98570240 977 33554432000 1073741824 1073778376 140736097632000 140158420049448 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100094 s]
/proc/loadavg: 2.34 2.23 2.19 3/194 16106
/proc/meminfo: memFree=30459368/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 4422 0 1 0 9 2 0 0 20 0 18 0 5863748 9787879424 6062 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2389619 6062 2140 9 0 2380296 0
[pid=16106/tid=16107] ppid=16103 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 5863748 9787879424 6062 33554432000 1073741824 1073778376 140736097632000 140158420052896 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 2.34 2.23 2.19 3/194 16106
/proc/meminfo: memFree=30459368/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 4703 0 1 0 23 2 0 0 20 0 18 0 5863748 9787879424 9833 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2389619 9833 2201 9 0 2380296 0
[pid=16106/tid=16107] ppid=16103 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 5863748 9787879424 9833 33554432000 1073741824 1073778376 140736097632000 140158420052896 140158288606688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 2.34 2.23 2.19 3/194 16106
/proc/meminfo: memFree=30459368/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 5631 0 1 0 44 3 0 0 20 0 18 0 5863748 9787879424 13580 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2389619 13580 2229 9 0 2380296 0
[pid=16106/tid=16107] ppid=16103 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2405 0 1 0 25 2 0 0 20 0 18 0 5863748 9787879424 13580 33554432000 1073741824 1073778376 140736097632000 140158420045680 140158288636048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700207 s]
/proc/loadavg: 2.34 2.23 2.19 3/194 16106
/proc/meminfo: memFree=30459368/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 9025 0 1 0 126 3 0 0 20 0 19 0 5863748 9856040960 15423 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 15423 2261 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2416 0 1 0 65 2 0 0 20 0 19 0 5863748 9856040960 15423 33554432000 1073741824 1073778376 140736097632000 140158420054376 140158289126151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.34 2.23 2.19 3/213 16125
/proc/meminfo: memFree=30383012/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 9732 0 1 0 217 3 0 0 20 0 19 0 5863748 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 16454 2267 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2419 0 1 0 145 2 0 0 20 0 19 0 5863748 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158420045472 140158289254272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 3377 0 0 0 36 0 0 0 20 0 19 0 5863753 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2664 0 0 0 32 1 0 0 20 0 19 0 5863753 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 16454 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.34 2.23 2.19 3/190 16227
/proc/meminfo: memFree=30477188/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 9735 0 1 0 381 4 0 0 20 0 19 0 5863748 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 17990 2267 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2422 0 1 0 305 2 0 0 20 0 19 0 5863748 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158420052600 140158289254328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 3377 0 0 0 37 0 0 0 20 0 19 0 5863753 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2664 0 0 0 34 1 0 0 20 0 19 0 5863753 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 17990 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 16255
/proc/meminfo: memFree=30315276/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 9745 0 1 0 703 4 0 0 20 0 19 0 5863748 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 20795 2268 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2430 0 1 0 622 2 0 0 20 0 19 0 5863748 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158420054144 140158289126191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5863749 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 3378 0 0 0 39 0 0 0 20 0 19 0 5863753 9856040960 20795 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.36 cores=0,2,4,6

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

[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 10804 0 0 0 84 2 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2844 0 0 0 41 1 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 271.09
Current children cumulated vsize (KiB) 9625040

[startup+270.001 s]
/proc/loadavg: 2.24 2.27 2.20 3/213 16328
/proc/meminfo: memFree=29916184/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=271.49 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 18090 0 1 0 27131 18 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 67353 2282 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=269.15 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2483 0 1 0 26908 7 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158420045456 140158289075695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 41 0 0 0 1 2 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 152 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 3 3 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 10804 0 0 0 84 2 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2844 0 0 0 41 1 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 271.49
Current children cumulated vsize (KiB) 9625040

[startup+270.201 s]
/proc/loadavg: 2.24 2.27 2.20 3/213 16328
/proc/meminfo: memFree=29916184/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=271.69 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 18090 0 1 0 27151 18 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 67353 2282 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=269.35 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2483 0 1 0 26928 7 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158420045456 140158289254328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 41 0 0 0 1 2 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 152 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 3 3 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 10804 0 0 0 84 2 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2844 0 0 0 41 1 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 271.69
Current children cumulated vsize (KiB) 9625040

[startup+270.301 s]
/proc/loadavg: 2.24 2.27 2.20 3/213 16328
/proc/meminfo: memFree=29916184/32872528 swapFree=1430608/1543028
[pid=16106] ppid=16103 vsize=9625040 CPUtime=271.79 cores=0,2,4,6
/proc/16106/stat : 16106 (java) S 16103 16106 5750 0 -1 4202496 18090 0 1 0 27161 18 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140736097623136 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16106/statm: 2406260 67353 2282 9 0 2396937 0
[pid=16106/tid=16107] ppid=16103 vsize=9625040 CPUtime=269.45 cores=0,2,4,6
/proc/16106/task/16107/stat : 16107 (java) R 16103 16106 5750 0 -1 4202560 2483 0 1 0 26938 7 0 0 20 0 19 0 5863748 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158420045456 140158289254328 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16109] ppid=16103 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16106/task/16109/stat : 16109 (java) S 16103 16106 5750 0 -1 4202560 41 0 0 0 1 2 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158409116456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16110] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16110/stat : 16110 (java) S 16103 16106 5750 0 -1 4202560 152 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158408063656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16111] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16111/stat : 16111 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158260952104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16106/tid=16112] ppid=16103 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/16106/task/16112/stat : 16112 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 3 3 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158259899304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16113] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16113/stat : 16113 (java) S 16103 16106 5750 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158258845992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16114] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16114/stat : 16114 (java) S 16103 16106 5750 0 -1 4202560 147 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158257793192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16115] ppid=16103 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16106/task/16115/stat : 16115 (java) S 16103 16106 5750 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158256740904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16116] ppid=16103 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16106/task/16116/stat : 16116 (java) S 16103 16106 5750 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 19 0 5863749 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158255688104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16117] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16117/stat : 16117 (java) S 16103 16106 5750 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158243490536 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16118] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16118/stat : 16118 (java) S 16103 16106 5750 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158242436600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16119] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16119/stat : 16119 (java) S 16103 16106 5750 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5863750 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158241384200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16120] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16120/stat : 16120 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158240332688 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16121] ppid=16103 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16106/task/16121/stat : 16121 (java) S 16103 16106 5750 0 -1 4202560 10804 0 0 0 84 2 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158239279288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16106/tid=16122] ppid=16103 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16106/task/16122/stat : 16122 (java) S 16103 16106 5750 0 -1 4202560 2844 0 0 0 41 1 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158238226488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16123] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16123/stat : 16123 (java) S 16103 16106 5750 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158237174392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16106/tid=16124] ppid=16103 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16106/task/16124/stat : 16124 (java) S 16103 16106 5750 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 5863753 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158236121800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16106/tid=16125] ppid=16103 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16106/task/16125/stat : 16125 (java) S 16103 16106 5750 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5863784 9856040960 67353 33554432000 1073741824 1073778376 140736097632000 140158235067816 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 271.79
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16106 and gives
#  childrusage.ru_utime.tv_sec=270
#  childrusage.ru_utime.tv_usec=939810
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 271.252
# while last known CPU time is 271.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 270.342
CPU time (s): 271.79
CPU user time (s): 271.61
CPU system time (s): 0.18
CPU usage (%): 100.536
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.94
system time used= 0.311952
maximum resident set size= 269460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18108
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6106
involuntary context switches= 1758

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45678 second user time and 1.9747 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 02:49:10
IDJOB=4090167
IDBENCH=107510
IDSOLVER=2546
FILE ID=node116/4090167-1466038150
RUNJOBID= node116-1466032752-15507
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-l050-r049-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090167-1466038150/watcher-4090167-1466038150 -o /tmp/evaluation-result-4090167-1466038150/solver-4090167-1466038150 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466032752-15507 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090167-1466038150.opb

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

MD5SUM BENCH= 00f7c97be89ae1c327af521c085abc33
RANDOM SEED=1513151398

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:        30460012 kB
Buffers:           24304 kB
Cached:            58844 kB
SwapCached:         3088 kB
Active:            98988 kB
Inactive:          50744 kB
Active(anon):      65388 kB
Inactive(anon):     3412 kB
Active(file):      33600 kB
Inactive(file):    47332 kB
Unevictable:     1543028 kB
Mlocked:         1430608 kB
SwapTotal:      67108856 kB
SwapFree:       67099412 kB
Dirty:              1836 kB
Writeback:             0 kB
AnonPages:       1617684 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             567228 kB
SReclaimable:      11076 kB
SUnreclaim:       556152 kB
KernelStack:        1760 kB
PageTables:         7084 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:    172032 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= 71640 MiB
End job on node116 at 2016-06-16 02:53:41