Trace number 3735292

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.56 899.841

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c ManyCore solver with 2 solvers running in parallel
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3735292-1338694702.opb
0.09/0.10	c reading problem ... 
3.87/3.30	c ... done. Wall clock time 3.191s.
3.87/3.30	c #vars     106951
3.87/3.30	c #constraints  345347
3.87/3.30	c constraints type 
3.87/3.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
3.87/3.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
3.87/3.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.87/3.30	c constraints type 
3.87/3.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
3.87/3.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
3.87/3.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/899.82	c starts		: 6
1800.03/899.82	c conflicts		: 726
1800.03/899.82	c decisions		: 3606
1800.03/899.82	c propagations		: 1431567
1800.03/899.82	c inspects		: 5047944
1800.03/899.82	c shortcuts		: 0
1800.03/899.82	c learnt literals	: 0
1800.03/899.82	c learnt binary clauses	: 0
1800.03/899.82	c learnt ternary clauses	: 0
1800.03/899.82	c learnt constraints	: 726
1800.03/899.82	c ignored constraints	: 0
1800.03/899.82	c root simplifications	: 0
1800.03/899.82	c removed literals (reason simplification)	: 19367661
1800.03/899.82	c reason swapping (by a shorter reason)	: 0
1800.03/899.82	c Calls to reduceDB	: 0
1800.03/899.82	c number of reductions to clauses (during analyze)	: 0
1800.03/899.82	c number of learned constraints concerned by reduction	: 0
1800.03/899.82	c number of learning phase by resolution	: 0
1800.03/899.82	c number of learning phase by cutting planes	: 0
1800.03/899.82	c speed (assignments/second)	: 1596.8043099986614
1800.03/899.82	c non guided choices	180
1800.03/899.82	c learnt constraints type 
1800.03/899.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 726
1800.03/899.82	c constraints type 
1800.03/899.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.03/899.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.03/899.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/899.82	c constraints type 
1800.03/899.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.03/899.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.03/899.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/899.82	s UNKNOWN
1800.03/899.82	c Total wall clock time (in seconds): 899.713

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3735292-1338694702/watcher-3735292-1338694702 -o /tmp/evaluation-result-3735292-1338694702/solver-3735292-1338694702 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735292-1338694702.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.64 3.71 3.62 2/197 28124
/proc/meminfo: memFree=24892832/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 335595206 95129600 927 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 23528 929 704 9 0 16769 0
[pid=28124/tid=28125] ppid=28122 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 335595207 96370688 931 33554432000 1073741824 1073778376 140733567669152 139702754004520 223642480426 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.068876 s]
/proc/loadavg: 3.64 3.71 3.62 2/197 28124
/proc/meminfo: memFree=24892832/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 4469 0 1 0 4 1 0 0 20 0 18 0 335595206 11864465408 12832 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 12832 1778 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=0.04 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3260 0 1 0 3 1 0 0 20 0 18 0 335595207 11864465408 12832 33554432000 1073741824 1073778376 140733567669152 139702754011808 223655027981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586392

[startup+0.100327 s]
/proc/loadavg: 3.64 3.71 3.62 2/197 28124
/proc/meminfo: memFree=24892832/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 5319 0 1 0 8 1 0 0 20 0 18 0 335595206 11864465408 13664 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 13664 2116 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3358 0 1 0 6 1 0 0 20 0 18 0 335595207 11864465408 13664 33554432000 1073741824 1073778376 140733567669152 139702754009848 139702619456040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300195 s]
/proc/loadavg: 3.64 3.71 3.62 2/197 28124
/proc/meminfo: memFree=24892832/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 7107 0 1 0 50 2 0 0 20 0 18 0 335595206 11864465408 18243 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 18243 2225 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3396 0 1 0 26 1 0 0 20 0 18 0 335595207 11864465408 18243 33554432000 1073741824 1073778376 140733567669152 139702753994400 139702619425056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 11586392

[startup+0.700311 s]
/proc/loadavg: 3.64 3.71 3.62 2/197 28124
/proc/meminfo: memFree=24892832/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=1.21 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 10975 0 1 0 116 5 0 0 20 0 18 0 335595206 11864465408 63863 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 63863 2237 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=0.67 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3482 0 1 0 63 4 0 0 20 0 18 0 335595207 11864465408 63863 33554432000 1073741824 1073778376 140733567669152 139702754001216 139702619885646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 11586392

[startup+1.50072 s]
/proc/loadavg: 3.64 3.71 3.62 3/215 28142
/proc/meminfo: memFree=24474220/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=2.02 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 11195 0 1 0 189 13 0 0 20 0 18 0 335595206 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 176503 2237 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3702 0 1 0 136 11 0 0 20 0 18 0 335595207 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702754001216 139702619783704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335595209 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335595210 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335595210 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11586392 CPUtime=0.26 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 2760 0 0 0 26 0 0 0 20 0 18 0 335595212 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3549 0 0 0 24 0 0 0 20 0 18 0 335595212 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 176503 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 11586392

[startup+3.10073 s]
/proc/loadavg: 3.64 3.71 3.62 4/215 28142
/proc/meminfo: memFree=24039052/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11586392 CPUtime=3.77 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 11390 0 1 0 359 18 0 0 20 0 18 0 335595206 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2896598 253859 2248 9 0 2887285 0
[pid=28124/tid=28125] ppid=28122 vsize=11586392 CPUtime=3.07 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) R 28122 28124 23082 0 -1 4202560 3868 0 1 0 290 17 0 0 20 0 18 0 335595207 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702754000944 139702620037100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335595208 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335595209 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335595210 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335595210 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 2762 0 0 0 28 0 0 0 20 0 18 0 335595212 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11586392 CPUtime=0.36 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3576 0 0 0 36 0 0 0 20 0 18 0 335595212 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335595212 11864465408 253859 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 11586392

[startup+6.30068 s]
/proc/loadavg: 3.59 3.70 3.62 7/219 28149
/proc/meminfo: memFree=23798668/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11852648 CPUtime=10.38 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 11792 0 1 0 1018 20 0 0 20 0 22 0 335595206 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2963162 278345 2259 9 0 2953849 0
[pid=28124/tid=28125] ppid=28122 vsize=11852648 CPUtime=3.28 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) S 28122 28124 23082 0 -1 4202560 3884 0 1 0 310 18 0 0 20 0 22 0 335595207 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702754010264 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335595208 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335595209 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 2996 0 0 0 50 0 0 0 20 0 22 0 335595212 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3581 0 0 0 59 0 0 0 20 0 22 0 335595212 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 278345 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=28124/tid=28147] ppid=28122 vsize=11852648 CPUtime=758.55 cores=0,2,4,6
/proc/28124/task/28147/stat : 28147 (java) R 28122 28124 23082 0 -1 4202560 794 0 0 0 75819 36 0 0 20 0 22 0 335595536 12137111552 695149 33554432000 1073741824 1073778376 140733567669152 139702561245584 139702620160224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28148] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28148/stat : 28148 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595542 12137111552 695149 33554432000 1073741824 1073778376 140733567669152 139702560195496 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28149] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28149/stat : 28149 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595544 12137111552 695149 33554432000 1073741824 1073778376 140733567669152 139702559142696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1523.11
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 4.04 3.97 3.80 5/219 28248
/proc/meminfo: memFree=20009976/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11852648 CPUtime=1645 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 14433 0 1 0 164314 186 0 0 20 0 22 0 335595206 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2963162 908189 2276 9 0 2953849 0
[pid=28124/tid=28125] ppid=28122 vsize=11852648 CPUtime=3.3 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) S 28122 28124 23082 0 -1 4202560 3891 0 1 0 311 19 0 0 20 0 22 0 335595207 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702754010264 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 243 0 0 0 51 19 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 121 0 0 0 34 9 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 157 0 0 0 36 12 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 199 0 0 0 38 16 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 138 0 0 0 40 10 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 296 0 0 0 50 22 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 264 0 0 0 49 22 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 218 0 0 0 42 16 0 0 20 0 22 0 335595208 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 16 0 0 0 0 4 0 0 20 0 22 0 335595209 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 3038 0 0 0 77 0 0 0 20 0 22 0 335595212 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3633 0 0 0 99 1 0 0 20 0 22 0 335595212 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11852648 CPUtime=0.24 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 48 0 0 0 9 15 0 0 20 0 22 0 335595212 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28146] ppid=28122 vsize=11852648 CPUtime=817.68 cores=0,2,4,6
/proc/28124/task/28146/stat : 28146 (java) R 28122 28124 23082 0 -1 4202560 78 0 0 0 81753 15 0 0 20 0 22 0 335595536 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702562298512 139702620160308 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28147] ppid=28122 vsize=11852648 CPUtime=817.49 cores=0,2,4,6
/proc/28124/task/28147/stat : 28147 (java) R 28122 28124 23082 0 -1 4202560 905 0 0 0 81708 41 0 0 20 0 22 0 335595536 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702561245968 139702619966105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28148] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28148/stat : 28148 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595542 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702560195496 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28149] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28149/stat : 28149 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595544 12137111552 908189 33554432000 1073741824 1073778376 140733567669152 139702559142696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1645
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.04 3.99 3.82 5/219 28248
/proc/meminfo: memFree=19923216/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11852648 CPUtime=1765 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 14469 0 1 0 176310 190 0 0 20 0 22 0 335595206 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2963162 913821 2276 9 0 2953849 0
[pid=28124/tid=28125] ppid=28122 vsize=11852648 CPUtime=3.3 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) S 28122 28124 23082 0 -1 4202560 3891 0 1 0 311 19 0 0 20 0 22 0 335595207 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702754010264 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 243 0 0 0 53 19 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 121 0 0 0 36 9 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 157 0 0 0 38 12 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 199 0 0 0 40 16 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 138 0 0 0 42 10 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 297 0 0 0 52 22 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 264 0 0 0 52 22 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 218 0 0 0 43 16 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 20 0 0 0 0 6 0 0 20 0 22 0 335595209 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 3038 0 0 0 77 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3634 0 0 0 99 1 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 52 0 0 0 11 15 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28146] ppid=28122 vsize=11852648 CPUtime=877.57 cores=0,2,4,6
/proc/28124/task/28146/stat : 28146 (java) R 28122 28124 23082 0 -1 4202560 86 0 0 0 87741 16 0 0 20 0 22 0 335595536 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702562299184 139702620154288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28147] ppid=28122 vsize=11852648 CPUtime=877.42 cores=0,2,4,6
/proc/28124/task/28147/stat : 28147 (java) R 28122 28124 23082 0 -1 4202560 923 0 0 0 87700 42 0 0 20 0 22 0 335595536 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702561245216 139702619966249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28148] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28148/stat : 28148 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595542 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702560195496 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28149] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28149/stat : 28149 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595544 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702559142696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1765
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.807 s]
/proc/loadavg: 4.03 3.99 3.82 5/219 28248
/proc/meminfo: memFree=19906708/32873844 swapFree=7628/7628
[pid=28124] ppid=28122 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/28124/stat : 28124 (java) S 28122 28124 23082 0 -1 4202496 14473 0 1 0 179811 192 0 0 20 0 22 0 335595206 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 140733567660288 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28124/statm: 2963162 913821 2276 9 0 2953849 0
[pid=28124/tid=28125] ppid=28122 vsize=11852648 CPUtime=3.3 cores=0,2,4,6
/proc/28124/task/28125/stat : 28125 (java) S 28122 28124 23082 0 -1 4202560 3891 0 1 0 311 19 0 0 20 0 22 0 335595207 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702754010264 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28127] ppid=28122 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/28124/task/28127/stat : 28127 (java) S 28122 28124 23082 0 -1 4202560 243 0 0 0 53 19 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702743071272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28128] ppid=28122 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/28124/task/28128/stat : 28128 (java) S 28122 28124 23082 0 -1 4202560 121 0 0 0 36 9 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702742018472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28129] ppid=28122 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/28124/task/28129/stat : 28129 (java) S 28122 28124 23082 0 -1 4202560 157 0 0 0 38 12 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702740965672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28130] ppid=28122 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/28124/task/28130/stat : 28130 (java) S 28122 28124 23082 0 -1 4202560 199 0 0 0 41 16 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702739912872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28131] ppid=28122 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/28124/task/28131/stat : 28131 (java) S 28122 28124 23082 0 -1 4202560 138 0 0 0 43 10 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702738861096 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28132] ppid=28122 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/28124/task/28132/stat : 28132 (java) S 28122 28124 23082 0 -1 4202560 297 0 0 0 52 22 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702585027496 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28133] ppid=28122 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/28124/task/28133/stat : 28133 (java) S 28122 28124 23082 0 -1 4202560 264 0 0 0 53 22 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702583974696 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28134] ppid=28122 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/28124/task/28134/stat : 28134 (java) S 28122 28124 23082 0 -1 4202560 218 0 0 0 43 16 0 0 20 0 22 0 335595208 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702582921896 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28135] ppid=28122 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/28124/task/28135/stat : 28135 (java) S 28122 28124 23082 0 -1 4202560 20 0 0 0 0 7 0 0 20 0 22 0 335595209 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702570723816 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28136] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28136/stat : 28136 (java) S 28122 28124 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702569669880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28137] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28137/stat : 28137 (java) S 28122 28124 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335595210 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702568616968 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28138] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28138/stat : 28138 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702567565456 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28139] ppid=28122 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/28124/task/28139/stat : 28139 (java) S 28122 28124 23082 0 -1 4202560 3038 0 0 0 77 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702566513592 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28124/tid=28140] ppid=28122 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/28124/task/28140/stat : 28140 (java) S 28122 28124 23082 0 -1 4202560 3634 0 0 0 99 1 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702565460792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28141] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28141/stat : 28141 (java) S 28122 28124 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702564408184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28124/tid=28142] ppid=28122 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/28124/task/28142/stat : 28142 (java) S 28122 28124 23082 0 -1 4202560 52 0 0 0 11 15 0 0 20 0 22 0 335595212 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702563355592 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28146] ppid=28122 vsize=11852648 CPUtime=895.06 cores=0,2,4,6
/proc/28124/task/28146/stat : 28146 (java) R 28122 28124 23082 0 -1 4202560 88 0 0 0 89490 16 0 0 20 0 22 0 335595536 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702562299344 139702620159136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28124/tid=28147] ppid=28122 vsize=11852648 CPUtime=894.91 cores=0,2,4,6
/proc/28124/task/28147/stat : 28147 (java) R 28122 28124 23082 0 -1 4202560 925 0 0 0 89449 42 0 0 20 0 22 0 335595536 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702561245216 139702619966105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28148] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28148/stat : 28148 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595542 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702560195496 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28124/tid=28149] ppid=28122 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/28124/task/28149/stat : 28149 (java) S 28122 28124 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335595544 12137111552 913821 33554432000 1073741824 1073778376 140733567669152 139702559142696 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 899.841
CPU time (s): 1800.56
CPU user time (s): 1798.14
CPU system time (s): 2.42163
CPU usage (%): 200.098
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.14
system time used= 2.42163
maximum resident set size= 3655404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21994
involuntary context switches= 17817

runsolver used 3.31949 second user time and 8.01578 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 05:38:23
IDJOB=3735292
IDBENCH=2960
IDSOLVER=2328
FILE ID=node144/3735292-1338694702
RUNJOBID= node144-1338678623-23101
PBS_JOBID= 14636669
Free space on /tmp= 70772 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735292-1338694702/watcher-3735292-1338694702 -o /tmp/evaluation-result-3735292-1338694702/solver-3735292-1338694702 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735292-1338694702.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1159088287

node144.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.196
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	: 5332.39
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.196
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	: 5331.91
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.196
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	: 5438.54
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.196
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	: 5331.91
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.196
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	: 5331.90
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.196
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	: 5331.92
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.196
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	: 5331.91
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.196
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24892832 kB
Buffers:          629908 kB
Cached:          3707908 kB
SwapCached:          464 kB
Active:          5228584 kB
Inactive:        1881276 kB
Active(anon):    2755000 kB
Inactive(anon):    11192 kB
Active(file):    2473584 kB
Inactive(file):  1870084 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:             20836 kB
Writeback:             0 kB
AnonPages:       2772920 kB
Mapped:            22524 kB
Shmem:               172 kB
Slab:             726580 kB
SReclaimable:     168224 kB
SUnreclaim:       558356 kB
KernelStack:        1616 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2711552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70816 MiB
End job on node144 at 2012-06-03 05:53:25