Trace number 3454417

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.44 905.585

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3750
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454417-1307188997.opb
0.11/0.11	c reading problem ... 
1.83/1.41	c ... done. Wall clock time 1.3s.
1.83/1.41	c #vars     7500
1.83/1.41	c #constraints  237715
1.83/1.41	c constraints type 
1.83/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1.83/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 237465
1.83/1.41	c constraints type 
1.83/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 237465
1.83/1.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
5.93/3.21	c cleaning 2493 clauses out of 5000 with flag 5000/5000
7.33/3.85	c cleaning 0 clauses out of 5001 with flag 0/5001
10.65/5.37	c cleaning 4244 clauses out of 8507 with flag 11000/11000
13.90/6.80	c cleaning 0 clauses out of 11001 with flag 0/11001
16.05/7.86	c cleaning 5625 clauses out of 11263 with flag 18000/18000
21.61/10.66	c cleaning 6808 clauses out of 13638 with flag 26000/26000
21.92/10.87	c cleaning 0 clauses out of 18001 with flag 0/18001
28.85/14.32	c cleaning 7908 clauses out of 15830 with flag 35000/35000
32.90/16.49	c cleaning 0 clauses out of 26001 with flag 0/26001
35.20/17.68	c cleaning 8944 clauses out of 17922 with flag 45000/45000
43.89/22.06	c cleaning 9977 clauses out of 19979 with flag 56001/56001
47.75/24.09	c cleaning 0 clauses out of 35000 with flag 0/35000
54.62/27.56	c cleaning 10963 clauses out of 22001 with flag 68000/68000
65.68/33.13	c cleaning 0 clauses out of 45001 with flag 0/45001
66.76/33.70	c cleaning 11954 clauses out of 24039 with flag 81001/81001
80.24/40.59	c cleaning 12943 clauses out of 26084 with flag 95000/95000
91.10/46.07	c cleaning 0 clauses out of 56000 with flag 0/56000
96.20/48.67	c cleaning 14027 clauses out of 28141 with flag 110000/110000
110.47/55.85	c cleaning 15000 clauses out of 30114 with flag 126000/126000
118.36/59.86	c cleaning 0 clauses out of 68000 with flag 0/68000
130.78/66.15	c cleaning 16003 clauses out of 32116 with flag 143002/143002
151.66/76.67	c cleaning 16961 clauses out of 34113 with flag 161002/161002
154.56/78.15	c cleaning 0 clauses out of 81000 with flag 0/81000
174.01/87.92	c cleaning 18005 clauses out of 36150 with flag 180000/180000
196.60/99.36	c cleaning 19057 clauses out of 38146 with flag 200001/200001
211.47/106.87	c cleaning 0 clauses out of 95001 with flag 0/95001
222.53/112.48	c cleaning 19996 clauses out of 40089 with flag 221001/221001
247.79/125.15	c cleaning 20794 clauses out of 42092 with flag 243000/243000
273.40/138.03	c cleaning 22037 clauses out of 44299 with flag 266001/266001
280.25/141.58	c cleaning 0 clauses out of 110001 with flag 0/110001
304.30/153.61	c cleaning 23023 clauses out of 46262 with flag 290001/290001
335.16/169.14	c cleaning 24051 clauses out of 48238 with flag 315000/315000
353.35/178.35	c cleaning 0 clauses out of 126000 with flag 0/126000
366.99/185.21	c cleaning 25074 clauses out of 50188 with flag 341001/341001
400.83/202.29	c cleaning 26023 clauses out of 52115 with flag 368002/368002
419.08/211.45	c cleaning 0 clauses out of 143000 with flag 0/143000
434.44/219.21	c cleaning 27023 clauses out of 54090 with flag 396000/396000
468.47/236.36	c cleaning 27952 clauses out of 56069 with flag 425002/425002
509.12/256.77	c cleaning 28973 clauses out of 58115 with flag 455000/455000
523.75/264.17	c cleaning 0 clauses out of 161001 with flag 0/161001
548.09/276.48	c cleaning 30021 clauses out of 60145 with flag 486003/486003
594.92/299.94	c cleaning 30989 clauses out of 62121 with flag 518000/518000
642.16/323.62	c cleaning 31962 clauses out of 64132 with flag 551000/551000
653.98/329.67	c cleaning 0 clauses out of 180000 with flag 0/180000
700.75/353.18	c cleaning 32968 clauses out of 66170 with flag 585000/585000
751.17/378.49	c cleaning 34092 clauses out of 68204 with flag 620002/620002
785.15/395.59	c cleaning 0 clauses out of 200001 with flag 0/200001
805.13/405.62	c cleaning 35029 clauses out of 70110 with flag 656000/656000
859.44/432.92	c cleaning 35954 clauses out of 72081 with flag 693000/693000
914.83/460.79	c cleaning 37015 clauses out of 74127 with flag 731000/731000
965.23/486.10	c cleaning 0 clauses out of 221000 with flag 0/221000
979.58/493.37	c cleaning 38003 clauses out of 76114 with flag 770002/770002
1047.46/527.43	c cleaning 39013 clauses out of 78109 with flag 810000/810000
1126.63/567.11	c cleaning 39977 clauses out of 80097 with flag 851001/851001
1144.84/576.39	c cleaning 0 clauses out of 243001 with flag 0/243001
1201.17/604.66	c cleaning 40976 clauses out of 82119 with flag 893000/893000
1279.43/643.95	c cleaning 41913 clauses out of 84143 with flag 936000/936000
1357.21/682.95	c cleaning 43060 clauses out of 86230 with flag 980000/980000
1407.82/708.35	c cleaning 0 clauses out of 266002 with flag 0/266002
1438.76/723.92	c cleaning 43961 clauses out of 88175 with flag 1025005/1025005
1531.69/770.53	c cleaning 45097 clauses out of 90210 with flag 1071001/1071001
1567.70/788.67	c cleaning 0 clauses out of 290000 with flag 0/290000
1607.41/808.66	c cleaning 46003 clauses out of 92114 with flag 1118002/1118002
1710.96/860.58	c cleaning 46940 clauses out of 94109 with flag 1166000/1166000
1785.43/897.99	c cleaning 0 clauses out of 315001 with flag 0/315001
1800.18/905.42	c starts		: 190
1800.18/905.42	c conflicts		: 1210555
1800.18/905.42	c decisions		: 1897536
1800.18/905.42	c propagations		: 1028114195
1800.18/905.42	c inspects		: 6149467966
1800.18/905.42	c shortcuts		: 0
1800.18/905.42	c learnt literals	: 0
1800.18/905.42	c learnt binary clauses	: 0
1800.18/905.42	c learnt ternary clauses	: 0
1800.18/905.42	c learnt constraints	: 1210555
1800.18/905.42	c ignored constraints	: 0
1800.18/905.42	c root simplifications	: 0
1800.18/905.42	c removed literals (reason simplification)	: 49782911
1800.18/905.42	c reason swapping (by a shorter reason)	: 0
1800.18/905.42	c Calls to reduceDB	: 44
1800.18/905.42	c number of reductions to clauses (during analyze)	: 0
1800.18/905.42	c number of learned constraints concerned by reduction	: 0
1800.18/905.42	c number of learning phase by resolution	: 0
1800.18/905.42	c number of learning phase by cutting planes	: 0
1800.18/905.42	c speed (assignments/second)	: 1137278.2559542838
1800.18/905.42	c non guided choices	0
1800.18/905.45	c learnt constraints type 
1800.18/905.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91744
1800.18/905.45	c constraints type 
1800.18/905.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.18/905.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 237465
1800.18/905.45	c constraints type 
1800.18/905.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 237465
1800.18/905.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.18/905.45	s UNKNOWN
1800.18/905.45	c Total wall clock time (in seconds): 905.341

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454417-1307188997/watcher-3454417-1307188997 -o /tmp/evaluation-result-3454417-1307188997/solver-3454417-1307188997 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454417-1307188997.opb 

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: 3.56 3.56 3.01 3/502 16888
/proc/meminfo: memFree=25919144/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 6355 0 1 0 0 0 0 0 25 0 2 0 830499427 10694979584 6057 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2611079 6069 917 9 0 2602235 0
[pid=16888/tid=16889] ppid=16886 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) R 16886 16888 13533 0 -1 4202560 7299 0 1 0 0 0 0 0 25 0 2 0 830499427 10694979584 8115 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.048917 s]
/proc/loadavg: 3.56 3.56 3.01 3/502 16888
/proc/meminfo: memFree=25919144/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 11426 0 1 0 3 1 0 0 25 0 13 0 830499427 10718838784 11123 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2616904 11123 1684 9 0 2607652 0
[pid=16888/tid=16889] ppid=16886 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) R 16886 16888 13533 0 -1 4202560 10279 0 1 0 3 0 0 0 25 0 13 0 830499427 10718838784 11124 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 47379146108933 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.106958 s]
/proc/loadavg: 3.56 3.56 3.01 3/502 16888
/proc/meminfo: memFree=25919144/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10540240 CPUtime=0.11 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 13227 0 1 0 10 1 0 0 25 0 18 0 830499427 10793205760 12923 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2635060 12923 2108 9 0 2625794 0
[pid=16888/tid=16889] ppid=16886 vsize=10540240 CPUtime=0.09 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) R 16886 16888 13533 0 -1 4202560 11275 0 1 0 8 1 0 0 25 0 18 0 830499427 10793205760 12928 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208079917027 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540240

[startup+0.309864 s]
/proc/loadavg: 3.56 3.56 3.01 3/502 16888
/proc/meminfo: memFree=25919144/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10541968 CPUtime=0.49 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 16353 0 1 0 48 1 0 0 25 0 18 0 830499427 10794975232 15777 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2635492 15777 2199 9 0 2626226 0
[pid=16888/tid=16889] ppid=16886 vsize=10541968 CPUtime=0.29 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) R 16886 16888 13533 0 -1 4202560 13351 0 1 0 28 1 0 0 18 0 18 0 830499427 10794975232 15778 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505545883 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541968

[startup+0.700816 s]
/proc/loadavg: 3.56 3.56 3.01 3/502 16888
/proc/meminfo: memFree=25919144/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10545288 CPUtime=1.12 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 52056 0 1 0 107 5 0 0 25 0 18 0 830499427 10798374912 50309 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2636322 50314 2213 9 0 2627056 0
[pid=16888/tid=16889] ppid=16886 vsize=10545288 CPUtime=0.67 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) R 16886 16888 13533 0 -1 4202560 46143 0 1 0 63 4 0 0 18 0 18 0 830499427 10798374912 50316 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505653049 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10545288

[startup+1.5006 s]
/proc/loadavg: 3.56 3.56 3.01 5/520 16906
/proc/meminfo: memFree=25592380/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10550776 CPUtime=2.17 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 131928 0 1 0 203 14 0 0 25 0 22 0 830499427 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637694 130181 2229 9 0 2628428 0
[pid=16888/tid=16889] ppid=16886 vsize=10550776 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125003 0 1 0 126 13 0 0 20 0 22 0 830499427 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830499430 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830499430 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830499430 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16903] ppid=16886 vsize=10550776 CPUtime=0.31 cores=0,2,4,6
/proc/16888/task/16903/stat : 16903 (java) R 16886 16888 13533 0 -1 4202560 2351 0 0 0 31 0 0 0 17 0 22 0 830499432 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 47379149001976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16888/tid=16904] ppid=16886 vsize=10550776 CPUtime=0.28 cores=0,2,4,6
/proc/16888/task/16904/stat : 16904 (java) R 16886 16888 13533 0 -1 4202560 2896 0 0 0 28 0 0 0 16 0 22 0 830499432 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 47379144413815 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16888/tid=16905] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16905/stat : 16905 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16906] ppid=16886 vsize=10550776 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16906/stat : 16906 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830499432 10803994624 130181 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 10550776

[startup+3.10129 s]
/proc/loadavg: 3.76 3.60 3.03 5/524 16910
/proc/meminfo: memFree=25269576/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10549056 CPUtime=5.93 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 239850 0 1 0 567 26 0 0 25 0 22 0 830499427 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637264 236250 2239 9 0 2627998 0
[pid=16888/tid=16889] ppid=16886 vsize=10549056 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125003 0 1 0 126 13 0 0 15 0 22 0 830499427 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499429 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830499430 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830499430 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16903] ppid=16886 vsize=10549056 CPUtime=0.58 cores=0,2,4,6
/proc/16888/task/16903/stat : 16903 (java) S 16886 16888 13533 0 -1 4202560 3013 0 0 0 58 0 0 0 15 0 22 0 830499432 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16904] ppid=16886 vsize=10549056 CPUtime=0.59 cores=0,2,4,6
/proc/16888/task/16904/stat : 16904 (java) S 16886 16888 13533 0 -1 4202560 3803 0 0 0 58 1 0 0 15 0 22 0 830499432 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16905] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16905/stat : 16905 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16906] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16906/stat : 16906 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830499432 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16907] ppid=16886 vsize=10549056 CPUtime=1.68 cores=0,2,4,6
/proc/16888/task/16907/stat : 16907 (java) R 16886 16888 13533 0 -1 4202560 1009 0 0 0 168 0 0 0 25 0 22 0 830499568 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912506129132 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16888/tid=16908] ppid=16886 vsize=10549056 CPUtime=1.67 cores=0,2,4,6
/proc/16888/task/16908/stat : 16908 (java) R 16886 16888 13533 0 -1 4202560 105855 0 0 0 156 11 0 0 25 0 22 0 830499568 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505810509 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16888/tid=16909] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16909/stat : 16909 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830499572 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16910] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16910/stat : 16910 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830499572 10802233344 236250 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 10549056

[startup+6.30068 s]
/proc/loadavg: 3.76 3.60 3.03 4/524 16910
/proc/meminfo: memFree=24866848/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10549056 CPUtime=13.06 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 275750 0 1 0 1275 31 0 0 25 0 22 0 830499427 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637264 267449 2264 9 0 2627998 0
[pid=16888/tid=16889] ppid=16886 vsize=10549056 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125003 0 1 0 126 13 0 0 15 0 22 0 830499427 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 282 0 0 0 0 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10549056 CPUtime=0.03 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 1386 0 0 0 3 0 0 0 16 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10549056 CPUtime=0.03 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 1875 0 0 0 3 0 0 0 16 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10549056 CPUtime=0.03 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 2371 0 0 0 3 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10549056 CPUtime=0.04 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 2008 0 0 0 4 0 0 0 15 0 22 0 830499429 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10549056 CPUtime=0.29 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 10420 0 0 0 29 0 0 0 16 0 22 0 830499430 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 267449 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=22281612/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10549056 CPUtime=1634.56 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 772512 0 1 0 163360 96 0 0 25 0 22 0 830499427 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637264 763458 2265 9 0 2627998 0
[pid=16888/tid=16889] ppid=16886 vsize=10549056 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125016 0 1 0 126 13 0 0 15 0 22 0 830499427 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10549056 CPUtime=0.31 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 2015 0 0 0 31 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 3485 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10549056 CPUtime=0.27 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 2381 0 0 0 27 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10549056 CPUtime=0.31 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 3198 0 0 0 31 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10549056 CPUtime=0.3 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 3107 0 0 0 30 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10549056 CPUtime=0.33 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 3167 0 0 0 33 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 4449 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10549056 CPUtime=0.32 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 3586 0 0 0 32 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10549056 CPUtime=12.13 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 78515 0 0 0 1205 8 0 0 15 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16903] ppid=16886 vsize=10549056 CPUtime=0.75 cores=0,2,4,6
/proc/16888/task/16903/stat : 16903 (java) S 16886 16888 13533 0 -1 4202560 3057 0 0 0 75 0 0 0 15 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16904] ppid=16886 vsize=10549056 CPUtime=1.68 cores=0,2,4,6
/proc/16888/task/16904/stat : 16904 (java) S 16886 16888 13533 0 -1 4202560 13833 0 0 0 166 2 0 0 16 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16905] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16905/stat : 16905 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16906] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16906/stat : 16906 (java) S 16886 16888 13533 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16907] ppid=16886 vsize=10549056 CPUtime=807.99 cores=0,2,4,6
/proc/16888/task/16907/stat : 16907 (java) R 16886 16888 13533 0 -1 4202560 3423 0 0 0 80798 1 0 0 25 0 22 0 830499568 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505855799 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16888/tid=16908] ppid=16886 vsize=10549056 CPUtime=807.94 cores=0,2,4,6
/proc/16888/task/16908/stat : 16908 (java) R 16886 16888 13533 0 -1 4202560 522076 0 0 0 80729 65 0 0 25 0 22 0 830499568 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505939681 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16888/tid=16909] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16909/stat : 16909 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830499572 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16910] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16910/stat : 16910 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830499572 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1634.56
Current children cumulated vsize (KiB) 10549056

[startup+882.301 s]
/proc/loadavg: 3.99 3.95 3.58 5/524 16988
/proc/meminfo: memFree=21348748/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10549056 CPUtime=1754.23 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 772519 0 1 0 175327 96 0 0 25 0 22 0 830499427 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637264 763458 2265 9 0 2627998 0
[pid=16888/tid=16889] ppid=16886 vsize=10549056 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125017 0 1 0 126 13 0 0 15 0 22 0 830499427 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10549056 CPUtime=0.33 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 2015 0 0 0 33 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 3485 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10549056 CPUtime=0.3 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 2381 0 0 0 30 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10549056 CPUtime=0.31 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 3198 0 0 0 31 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10549056 CPUtime=0.3 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 3107 0 0 0 30 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 3167 0 0 0 35 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 4449 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10549056 CPUtime=0.34 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 3586 0 0 0 34 0 0 0 16 0 22 0 830499429 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10549056 CPUtime=12.51 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 78517 0 0 0 1243 8 0 0 15 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16903] ppid=16886 vsize=10549056 CPUtime=0.75 cores=0,2,4,6
/proc/16888/task/16903/stat : 16903 (java) S 16886 16888 13533 0 -1 4202560 3057 0 0 0 75 0 0 0 15 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16904] ppid=16886 vsize=10549056 CPUtime=1.68 cores=0,2,4,6
/proc/16888/task/16904/stat : 16904 (java) S 16886 16888 13533 0 -1 4202560 13833 0 0 0 166 2 0 0 16 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16905] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16905/stat : 16905 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16906] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16906/stat : 16906 (java) S 16886 16888 13533 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830499432 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16907] ppid=16886 vsize=10549056 CPUtime=867.59 cores=0,2,4,6
/proc/16888/task/16907/stat : 16907 (java) R 16886 16888 13533 0 -1 4202560 3423 0 0 0 86758 1 0 0 25 0 22 0 830499568 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505855432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16888/tid=16908] ppid=16886 vsize=10549056 CPUtime=867.54 cores=0,2,4,6
/proc/16888/task/16908/stat : 16908 (java) R 16886 16888 13533 0 -1 4202560 522076 0 0 0 86689 65 0 0 25 0 22 0 830499568 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505833667 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16888/tid=16909] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16909/stat : 16909 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830499572 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16910] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16910/stat : 16910 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830499572 10802233344 763458 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1754.23
Current children cumulated vsize (KiB) 10549056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.401 s]
/proc/loadavg: 3.99 3.95 3.59 5/524 16988
/proc/meminfo: memFree=21067552/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=10549056 CPUtime=1800.18 cores=0,2,4,6
/proc/16888/stat : 16888 (java) S 16886 16888 13533 0 -1 4202496 778817 0 1 0 179922 96 0 0 25 0 22 0 830499427 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 2637264 769749 2265 9 0 2627998 0
[pid=16888/tid=16889] ppid=16886 vsize=10549056 CPUtime=1.39 cores=0,2,4,6
/proc/16888/task/16889/stat : 16889 (java) S 16886 16888 13533 0 -1 4202560 125017 0 1 0 126 13 0 0 15 0 22 0 830499427 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16891] ppid=16886 vsize=10549056 CPUtime=0.36 cores=0,2,4,6
/proc/16888/task/16891/stat : 16891 (java) S 16886 16888 13533 0 -1 4202560 2015 0 0 0 36 0 0 0 16 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16892] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16892/stat : 16892 (java) S 16886 16888 13533 0 -1 4202560 3485 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16893] ppid=16886 vsize=10549056 CPUtime=0.3 cores=0,2,4,6
/proc/16888/task/16893/stat : 16893 (java) S 16886 16888 13533 0 -1 4202560 2381 0 0 0 30 0 0 0 15 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16894] ppid=16886 vsize=10549056 CPUtime=0.31 cores=0,2,4,6
/proc/16888/task/16894/stat : 16894 (java) S 16886 16888 13533 0 -1 4202560 3198 0 0 0 31 0 0 0 15 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16895] ppid=16886 vsize=10549056 CPUtime=0.32 cores=0,2,4,6
/proc/16888/task/16895/stat : 16895 (java) S 16886 16888 13533 0 -1 4202560 3111 0 0 0 32 0 0 0 16 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16896] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16896/stat : 16896 (java) S 16886 16888 13533 0 -1 4202560 3167 0 0 0 35 0 0 0 15 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16897] ppid=16886 vsize=10549056 CPUtime=0.35 cores=0,2,4,6
/proc/16888/task/16897/stat : 16897 (java) S 16886 16888 13533 0 -1 4202560 4449 0 0 0 35 0 0 0 16 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16898] ppid=16886 vsize=10549056 CPUtime=0.37 cores=0,2,4,6
/proc/16888/task/16898/stat : 16898 (java) S 16886 16888 13533 0 -1 4202560 3586 0 0 0 37 0 0 0 16 0 22 0 830499429 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16899] ppid=16886 vsize=10549056 CPUtime=12.81 cores=0,2,4,6
/proc/16888/task/16899/stat : 16899 (java) S 16886 16888 13533 0 -1 4202560 84808 0 0 0 1273 8 0 0 15 0 22 0 830499430 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 0 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16900] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16900/stat : 16900 (java) S 16886 16888 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16901] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16901/stat : 16901 (java) S 16886 16888 13533 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830499430 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16902] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16902/stat : 16902 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092055985 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16903] ppid=16886 vsize=10549056 CPUtime=0.75 cores=0,2,4,6
/proc/16888/task/16903/stat : 16903 (java) S 16886 16888 13533 0 -1 4202560 3057 0 0 0 75 0 0 0 15 0 22 0 830499432 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 0 0 0 0
[pid=16888/tid=16904] ppid=16886 vsize=10549056 CPUtime=1.68 cores=0,2,4,6
/proc/16888/task/16904/stat : 16904 (java) S 16886 16888 13533 0 -1 4202560 13833 0 0 0 166 2 0 0 16 0 22 0 830499432 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 2 0 0 0
[pid=16888/tid=16905] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16905/stat : 16905 (java) S 16886 16888 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830499432 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048281 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16906] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16906/stat : 16906 (java) S 16886 16888 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830499432 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
[pid=16888/tid=16907] ppid=16886 vsize=10549056 CPUtime=890.39 cores=0,2,4,6
/proc/16888/task/16907/stat : 16907 (java) R 16886 16888 13533 0 -1 4202560 3423 0 0 0 89038 1 0 0 25 0 22 0 830499568 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505833667 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16888/tid=16908] ppid=16886 vsize=10549056 CPUtime=890.33 cores=0,2,4,6
/proc/16888/task/16908/stat : 16908 (java) R 16886 16888 13533 0 -1 4202560 522077 0 0 0 88968 65 0 0 25 0 22 0 830499568 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 46912505833667 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16888/tid=16909] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16909/stat : 16909 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830499572 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 4 0 0 0
[pid=16888/tid=16910] ppid=16886 vsize=10549056 CPUtime=0 cores=0,2,4,6
/proc/16888/task/16910/stat : 16910 (java) S 16886 16888 13533 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 830499572 10802233344 769749 33554432000 1073741824 1073778376 140733747061392 18446744073709551615 208092048896 0 4 0 16800975 18446604444242204736 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10549056

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+905.524 s]
/proc/loadavg: 3.99 3.95 3.59 5/524 16988
/proc/meminfo: memFree=21067552/32950928 swapFree=39617324/67111528
[pid=16888] ppid=16886 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/16888/stat : 16888 (java) Z 16886 16888 13533 0 -1 4203548 778846 0 1 0 179933 104 0 0 17 0 2 0 830499427 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16888/statm: 0 0 0 0 0 0 0
[pid=16888/tid=16908] ppid=16886 vsize=0 CPUtime=890.43 cores=0,2,4,6
/proc/16888/task/16908/stat : 16908 (java) R 16886 16888 13533 0 -1 4203588 522077 0 0 0 88971 72 0 0 25 0 2 0 830499568 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 905.585
CPU time (s): 1800.44
CPU user time (s): 1799.34
CPU system time (s): 1.10183
CPU usage (%): 198.815
Max. virtual memory (cumulated for all children) (KiB): 10550776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.10183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 778846
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22526
involuntary context switches= 8376

runsolver used 4.5863 second user time and 10.2754 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 14:03:18
IDJOB=3454417
IDBENCH=2139
IDSOLVER=1950
FILE ID=node127/3454417-1307188997
RUNJOBID= node127-1307187918-15912
PBS_JOBID= 13508856
Free space on /tmp= 73944 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454417-1307188997/watcher-3454417-1307188997 -o /tmp/evaluation-result-3454417-1307188997/solver-3454417-1307188997 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454417-1307188997.opb

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

MD5SUM BENCH= f368868fda311e5aaeadb84d33b29291
RANDOM SEED=234373280

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25919300 kB
Buffers:        331496 kB
Cached:         930020 kB
SwapCached:      59160 kB
Active:        4743268 kB
Inactive:      1996008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25919300 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            6568 kB
Writeback:           0 kB
AnonPages:     5425040 kB
Mapped:          30392 kB
Slab:           124728 kB
PageTables:      98132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130103408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73936 MiB
End job on node127 at 2011-06-04 14:18:25