Trace number 3689966

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.19 906.037

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX15_K192_cod1.opb
MD5SUM12f5961a7e0e18d3559009517737c81e
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-50
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 50
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 8511533
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 50
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 8511533
Number of bits of the biggest sum of numbers24
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689966-1337886736.opb
0.08/0.13	c reading problem ... 
12.72/8.99	c ... done. Wall clock time 8.859s.
12.72/8.99	c declared #vars     399113
12.72/8.99	c #constraints  400980
12.72/8.99	c constraints type 
12.72/8.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.72/8.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.72/8.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.72/8.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.72/8.99	c 400980 constraints processed.
12.72/8.99	c constraints type 
12.72/8.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.72/8.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.72/8.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.72/8.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.72/8.99	c 400980 constraints processed.
12.72/8.99	c objective function length is 170372 literals
208.04/106.19	c cleaning 2499 clauses out of 5000 with flag 5001/5001
400.66/202.99	c cleaning 4236 clauses out of 8502 with flag 11002/11002
604.60/305.42	c cleaning 5623 clauses out of 11264 with flag 18000/18000
864.57/435.93	c cleaning 6817 clauses out of 13641 with flag 26000/26000
1142.90/575.86	c cleaning 7910 clauses out of 15825 with flag 35001/35001
1437.25/723.57	c cleaning 8832 clauses out of 17916 with flag 45002/45002
1734.40/872.66	c cleaning 10029 clauses out of 20082 with flag 56000/56000
1800.19/906.01	c starts		: 76
1800.19/906.01	c conflicts		: 58167
1800.19/906.01	c decisions		: 791817
1800.19/906.01	c propagations		: 407074363
1800.19/906.01	c inspects		: 828335849
1800.19/906.01	c shortcuts		: 0
1800.19/906.01	c learnt literals	: 1
1800.19/906.01	c learnt binary clauses	: 372
1800.19/906.01	c learnt ternary clauses	: 268
1800.19/906.01	c learnt constraints	: 58166
1800.19/906.01	c ignored constraints	: 0
1800.19/906.01	c root simplifications	: 0
1800.19/906.01	c removed literals (reason simplification)	: 4446171
1800.19/906.01	c reason swapping (by a shorter reason)	: 0
1800.19/906.01	c Calls to reduceDB	: 7
1800.19/906.01	c number of reductions to clauses (during analyze)	: 0
1800.19/906.01	c number of learned constraints concerned by reduction	: 0
1800.19/906.01	c number of learning phase by resolution	: 0
1800.19/906.01	c number of learning phase by cutting planes	: 0
1800.19/906.01	c speed (assignments/second)	: 453874.2440527691
1800.19/906.01	c non guided choices	0
1800.19/906.02	c learnt constraints type 
1800.19/906.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 372
1800.19/906.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11848
1800.19/906.02	c constraints type 
1800.19/906.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.19/906.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.19/906.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.19/906.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.19/906.02	c 400980 constraints processed.
1800.19/906.02	c constraints type 
1800.19/906.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.19/906.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.19/906.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.19/906.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.19/906.02	c 400980 constraints processed.
1800.19/906.02	s UNKNOWN
1800.19/906.02	c Total wall clock time (in seconds): 905.888

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.83 3.91 3.85 3/197 25924
/proc/meminfo: memFree=25748288/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25924/stat : 25924 (java) D 25922 25924 20503 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254802156 9515008 182 33554432000 1073741824 1073778376 140737337043328 140737337034360 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25924/statm: 2323 182 140 9 0 71 0

[startup+0.070694 s]
/proc/loadavg: 3.83 3.91 3.85 3/197 25924
/proc/meminfo: memFree=25748288/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 3182 0 1 0 4 0 0 0 20 0 18 0 254802156 9787813888 4392 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 4392 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100342 s]
/proc/loadavg: 3.83 3.91 3.85 3/197 25924
/proc/meminfo: memFree=25748288/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 4176 0 1 0 8 0 0 0 20 0 18 0 254802156 9787813888 5370 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 5370 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300267 s]
/proc/loadavg: 3.83 3.91 3.85 3/197 25924
/proc/meminfo: memFree=25748288/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 5802 0 1 0 46 1 0 0 20 0 18 0 254802156 9787813888 15004 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 15004 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700375 s]
/proc/loadavg: 3.83 3.91 3.85 3/197 25924
/proc/meminfo: memFree=25748288/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558768 CPUtime=1.12 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 7687 0 1 0 105 7 0 0 20 0 18 0 254802156 9788178432 48468 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389692 48468 2245 9 0 2380385 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558768

[startup+1.50091 s]
/proc/loadavg: 3.83 3.91 3.85 4/215 25942
/proc/meminfo: memFree=25547972/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=2.74 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 14931 0 1 0 251 23 0 0 20 0 18 0 254802156 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 102219 2248 9 0 2380296 0
[pid=25924/tid=25926] ppid=25922 vsize=9558412 CPUtime=1.29 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) R 25922 25924 20503 0 -1 4202560 2570 0 1 0 123 6 0 0 20 0 18 0 254802157 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999310584512 139999173861328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 148 0 0 0 7 4 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 57 0 0 0 3 1 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 112 0 0 0 6 2 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 108 0 0 0 6 2 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 254802159 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4637 0 0 0 34 1 0 0 20 0 18 0 254802163 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 5689 0 0 0 38 2 0 0 20 0 18 0 254802163 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 102219 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9558412

[startup+3.1009 s]
/proc/loadavg: 3.83 3.91 3.85 4/215 25942
/proc/meminfo: memFree=25039888/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=4.89 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 17640 0 1 0 432 57 0 0 20 0 18 0 254802156 9787813888 381266 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 381266 2248 9 0 2380296 0
[pid=25924/tid=25926] ppid=25922 vsize=9558412 CPUtime=2.67 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) R 25922 25924 20503 0 -1 4202560 3707 0 1 0 241 26 0 0 20 0 18 0 254802157 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999310577536 139999318350938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 310 0 0 0 19 6 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 128 0 0 0 10 3 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 136 0 0 0 12 4 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 59 0 0 0 10 3 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 188 0 0 0 10 4 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 174 0 0 0 13 4 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 138 0 0 0 16 4 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 330 0 0 0 10 2 0 0 20 0 18 0 254802159 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 972 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4637 0 0 0 34 1 0 0 20 0 18 0 254802163 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 5689 0 0 0 38 2 0 0 20 0 18 0 254802163 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 381778 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9558412

[startup+6.30082 s]
/proc/loadavg: 3.76 3.89 3.84 4/215 25942
/proc/meminfo: memFree=22847116/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9558412 CPUtime=9.97 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 20783 0 1 0 901 96 0 0 20 0 18 0 254802156 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2389603 733629 2248 9 0 2380296 0
[pid=25924/tid=25926] ppid=25922 vsize=9558412 CPUtime=5.21 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) R 25922 25924 20503 0 -1 4202560 4286 0 1 0 478 43 0 0 20 0 18 0 254802157 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999310577536 270121624845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 603 0 0 0 41 8 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 390 0 0 0 46 5 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 472 0 0 0 48 7 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 407 0 0 0 39 5 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 609 0 0 0 36 6 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 231 0 0 0 40 6 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 630 0 0 0 41 7 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 392 0 0 0 42 5 0 0 20 0 18 0 254802159 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254802160 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4637 0 0 0 34 1 0 0 20 0 18 0 254802163 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 5689 0 0 0 38 2 0 0 20 0 18 0 254802163 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254802163 9787813888 733629 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 9558412

[startup+12.701 s]
/proc/loadavg: 3.70 3.88 3.84 5/219 25946
/proc/meminfo: memFree=22813240/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9824668 CPUtime=21.13 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 20996 0 1 0 2016 97 0 0 20 0 22 0 254802156 10060460032 734326 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2456167 734326 2269 9 0 2446860 0
[pid=25924/tid=25926] ppid=25922 vsize=9824668 CPUtime=7.89 cores=1,3,5,7

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

/proc/25924/statm: 2456167 798759 2282 9 0 2446860 0
[pid=25924/tid=25926] ppid=25922 vsize=9824668 CPUtime=7.95 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) S 25922 25924 20503 0 -1 4202560 4307 0 1 0 748 47 0 0 20 0 22 0 254802157 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999310586872 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 1902 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 2167 0 0 0 55 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 2353 0 0 0 60 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 1685 0 0 0 49 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 3597 0 0 0 53 10 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 2061 0 0 0 54 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 3544 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 1979 0 0 0 56 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9824668 CPUtime=7.82 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 8269 0 0 0 778 4 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4671 0 0 0 84 1 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9824668 CPUtime=1.78 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 9543 0 0 0 175 3 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 47 0 0 0 23 26 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25943] ppid=25922 vsize=9824668 CPUtime=802.85 cores=1,3,5,7
/proc/25924/task/25943/stat : 25943 (java) R 25922 25924 20503 0 -1 4202560 35 0 0 0 80273 12 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999126266336 139999174448878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25944] ppid=25922 vsize=9824668 CPUtime=803 cores=1,3,5,7
/proc/25924/task/25944/stat : 25944 (java) R 25922 25924 20503 0 -1 4202560 76 0 0 0 80288 12 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999125211616 139999174310291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25945] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25945/stat : 25945 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999124161448 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25946] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25946/stat : 25946 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999123108648 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1633.81
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.91 3.92 3.84 5/219 25954
/proc/meminfo: memFree=22206708/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9824668 CPUtime=1752.77 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 47429 0 1 0 175145 132 0 0 20 0 22 0 254802156 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2456167 798759 2282 9 0 2446860 0
[pid=25924/tid=25926] ppid=25922 vsize=9824668 CPUtime=7.96 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) S 25922 25924 20503 0 -1 4202560 4308 0 1 0 749 47 0 0 20 0 22 0 254802157 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999310586872 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 1902 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 2167 0 0 0 55 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 2353 0 0 0 60 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 1685 0 0 0 49 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 3597 0 0 0 53 10 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 2061 0 0 0 54 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 3544 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 1979 0 0 0 56 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9824668 CPUtime=8.84 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 8271 0 0 0 880 4 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4671 0 0 0 84 1 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9824668 CPUtime=1.78 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 9543 0 0 0 175 3 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 51 0 0 0 23 29 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25943] ppid=25922 vsize=9824668 CPUtime=861.65 cores=1,3,5,7
/proc/25924/task/25943/stat : 25943 (java) R 25922 25924 20503 0 -1 4202560 35 0 0 0 86152 13 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999126266336 139999174517583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25944] ppid=25922 vsize=9824668 CPUtime=861.82 cores=1,3,5,7
/proc/25924/task/25944/stat : 25944 (java) R 25922 25924 20503 0 -1 4202560 76 0 0 0 86169 13 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999125211616 139999174310261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25945] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25945/stat : 25945 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999124161448 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25946] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25946/stat : 25946 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999123108648 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1752.77
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.001 s]
/proc/loadavg: 3.81 3.89 3.84 5/219 26020
/proc/meminfo: memFree=25247168/32873844 swapFree=6856/6856
[pid=25924] ppid=25922 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/25924/stat : 25924 (java) S 25922 25924 20503 0 -1 4202496 47431 0 1 0 179886 133 0 0 20 0 22 0 254802156 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 140734682283552 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25924/statm: 2456167 798759 2282 9 0 2446860 0
[pid=25924/tid=25926] ppid=25922 vsize=9824668 CPUtime=7.96 cores=1,3,5,7
/proc/25924/task/25926/stat : 25926 (java) S 25922 25924 20503 0 -1 4202560 4308 0 1 0 749 47 0 0 20 0 22 0 254802157 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999310586872 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25927] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25927/stat : 25927 (java) S 25922 25924 20503 0 -1 4202560 1902 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999299648040 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25928] ppid=25922 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/25924/task/25928/stat : 25928 (java) S 25922 25924 20503 0 -1 4202560 2167 0 0 0 55 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999298595240 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25929] ppid=25922 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/25924/task/25929/stat : 25929 (java) S 25922 25924 20503 0 -1 4202560 2353 0 0 0 60 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999297542440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25930] ppid=25922 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/25924/task/25930/stat : 25930 (java) S 25922 25924 20503 0 -1 4202560 1685 0 0 0 49 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999296489640 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25931] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25931/stat : 25931 (java) S 25922 25924 20503 0 -1 4202560 3597 0 0 0 53 10 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999295437864 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25932] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25932/stat : 25932 (java) S 25922 25924 20503 0 -1 4202560 2061 0 0 0 54 9 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999294385064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25933] ppid=25922 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/25924/task/25933/stat : 25933 (java) S 25922 25924 20503 0 -1 4202560 3544 0 0 0 62 11 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999293332264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25934] ppid=25922 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25924/task/25934/stat : 25934 (java) S 25922 25924 20503 0 -1 4202560 1979 0 0 0 56 7 0 0 20 0 22 0 254802159 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999292279464 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25935] ppid=25922 vsize=9824668 CPUtime=8.84 cores=1,3,5,7
/proc/25924/task/25935/stat : 25935 (java) S 25922 25924 20503 0 -1 4202560 8271 0 0 0 880 4 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999134689768 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25936] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25936/stat : 25936 (java) S 25922 25924 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999133635832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25937] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25937/stat : 25937 (java) S 25922 25924 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254802160 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999132582920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25938] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25938/stat : 25938 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999131531408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25939] ppid=25922 vsize=9824668 CPUtime=0.85 cores=1,3,5,7
/proc/25924/task/25939/stat : 25939 (java) S 25922 25924 20503 0 -1 4202560 4671 0 0 0 84 1 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999130479544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25940] ppid=25922 vsize=9824668 CPUtime=1.78 cores=1,3,5,7
/proc/25924/task/25940/stat : 25940 (java) S 25922 25924 20503 0 -1 4202560 9543 0 0 0 175 3 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999129426744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25941] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25941/stat : 25941 (java) S 25922 25924 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999128374136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25924/tid=25942] ppid=25922 vsize=9824668 CPUtime=0.53 cores=1,3,5,7
/proc/25924/task/25942/stat : 25942 (java) S 25922 25924 20503 0 -1 4202560 53 0 0 0 24 29 0 0 20 0 22 0 254802163 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999127321544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25943] ppid=25922 vsize=9824668 CPUtime=885.28 cores=1,3,5,7
/proc/25924/task/25943/stat : 25943 (java) R 25922 25924 20503 0 -1 4202560 35 0 0 0 88515 13 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999126266336 139999174517184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25924/tid=25944] ppid=25922 vsize=9824668 CPUtime=885.46 cores=1,3,5,7
/proc/25924/task/25944/stat : 25944 (java) R 25922 25924 20503 0 -1 4202560 76 0 0 0 88533 13 0 0 20 0 22 0 254803056 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999125211616 139999174218046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25924/tid=25945] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25945/stat : 25945 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999124161448 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25924/tid=25946] ppid=25922 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25924/task/25946/stat : 25946 (java) S 25922 25924 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254803069 10060460032 798759 33554432000 1073741824 1073778376 140734682292416 139999123108648 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25924 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=279228
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=971700
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.037
CPU time (s): 1800.19
CPU user time (s): 1798.86
CPU system time (s): 1.33
CPU usage (%): 198.688
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.9717
maximum resident set size= 3222548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47463
page faults= 1
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23530
involuntary context switches= 11437

runsolver used 3.41048 second user time and 9.12561 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 21:12:17
IDJOB=3689966
IDBENCH=92574
IDSOLVER=2268
FILE ID=node106/3689966-1337886736
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71604 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689966-1337886736/watcher-3689966-1337886736 -o /tmp/evaluation-result-3689966-1337886736/solver-3689966-1337886736 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689966-1337886736.opb

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

MD5SUM BENCH= 12f5961a7e0e18d3559009517737c81e
RANDOM SEED=1150062121

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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:        25748428 kB
Buffers:          211920 kB
Cached:          2984944 kB
SwapCached:            0 kB
Active:          3920324 kB
Inactive:        2432348 kB
Active(anon):    3158508 kB
Inactive(anon):        0 kB
Active(file):     761816 kB
Inactive(file):  2432348 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29868 kB
Writeback:             0 kB
AnonPages:       3164576 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             628752 kB
SReclaimable:      71056 kB
SUnreclaim:       557696 kB
KernelStack:        1616 kB
PageTables:        10432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3511360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3078144 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= 71632 MiB
End job on node106 at 2012-05-24 21:27:25