Trace number 3688354

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 900.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6589
Best CPU time to get the best result obtained on this benchmark1800.91
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 variables3401
Total number of constraints9841
Number of constraints which are clauses9840
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 constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688354-1337876942.opb
0.11/0.10	c reading problem ... 
1.38/0.65	c ... done. Wall clock time 0.547s.
1.38/0.65	c declared #vars     3401
1.38/0.65	c #constraints  9842
1.38/0.65	c constraints type 
1.38/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1.38/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1.38/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.38/0.65	c 9842 constraints processed.
1.38/0.65	c constraints type 
1.38/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1.38/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1.38/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.38/0.65	c 9842 constraints processed.
1.38/0.65	c objective function length is 41 literals
29.15/13.64	c cleaning 2496 clauses out of 5001 with flag 5001/5001
62.15/29.95	c cleaning 4253 clauses out of 8505 with flag 11001/11001
97.14/47.46	c cleaning 5625 clauses out of 11251 with flag 18000/18000
130.53/64.13	c cleaning 6810 clauses out of 13627 with flag 26001/26001
162.82/80.34	c cleaning 7898 clauses out of 15817 with flag 35001/35001
233.04/115.49	c cleaning 8955 clauses out of 17918 with flag 45000/45000
297.29/147.58	c cleaning 9977 clauses out of 19965 with flag 56002/56002
349.73/173.61	c cleaning 10983 clauses out of 21986 with flag 68000/68000
404.75/201.09	c cleaning 11997 clauses out of 24005 with flag 81002/81002
476.81/237.03	c cleaning 12998 clauses out of 26007 with flag 95001/95001
566.71/282.13	c cleaning 13991 clauses out of 28013 with flag 110005/110005
651.50/324.56	c cleaning 15000 clauses out of 30017 with flag 126000/126000
731.16/364.29	c cleaning 15998 clauses out of 32018 with flag 143001/143001
837.18/417.26	c cleaning 16988 clauses out of 34021 with flag 161002/161002
922.59/460.02	c cleaning 18009 clauses out of 36031 with flag 180000/180000
1041.80/519.93	c cleaning 19008 clauses out of 38023 with flag 200001/200001
1182.61/590.37	c cleaning 19993 clauses out of 40014 with flag 221000/221000
1303.62/651.00	c cleaning 20998 clauses out of 42022 with flag 243001/243001
1439.54/719.03	c cleaning 22004 clauses out of 44023 with flag 266000/266000
1601.37/799.98	c cleaning 23001 clauses out of 46020 with flag 290001/290001
1721.28/860.40	c cleaning 23997 clauses out of 48018 with flag 315000/315000
1800.19/900.01	c starts		: 135
1800.19/900.01	c conflicts		: 332878
1800.19/900.01	c decisions		: 405549
1800.19/900.01	c propagations		: 28081541
1800.19/900.01	c inspects		: 245115319
1800.19/900.01	c shortcuts		: 0
1800.19/900.01	c learnt literals	: 0
1800.19/900.01	c learnt binary clauses	: 1
1800.19/900.01	c learnt ternary clauses	: 14
1800.19/900.01	c learnt constraints	: 332878
1800.19/900.01	c ignored constraints	: 0
1800.19/900.01	c root simplifications	: 0
1800.19/900.01	c removed literals (reason simplification)	: 286458650
1800.19/900.01	c reason swapping (by a shorter reason)	: 0
1800.19/900.01	c Calls to reduceDB	: 21
1800.19/900.01	c number of reductions to clauses (during analyze)	: 0
1800.19/900.01	c number of learned constraints concerned by reduction	: 0
1800.19/900.01	c number of learning phase by resolution	: 0
1800.19/900.01	c number of learning phase by cutting planes	: 0
1800.19/900.01	c speed (assignments/second)	: 31224.24170318374
1800.19/900.01	c non guided choices	31
1800.19/900.03	c learnt constraints type 
1800.19/900.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.19/900.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41906
1800.19/900.03	c constraints type 
1800.19/900.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.19/900.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.19/900.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/900.03	c 9842 constraints processed.
1800.19/900.03	c constraints type 
1800.19/900.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1800.19/900.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1800.19/900.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/900.03	c 9842 constraints processed.
1800.19/900.03	s UNKNOWN
1800.19/900.03	c Total wall clock time (in seconds): 899.93

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-3688354-1337876942/watcher-3688354-1337876942 -o /tmp/evaluation-result-3688354-1337876942/solver-3688354-1337876942 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688354-1337876942.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.96 4.01 3.93 4/197 23860
/proc/meminfo: memFree=27617132/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 253821420 24780800 867 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 22434 870 657 9 0 16769 0
[pid=23860/tid=23861] ppid=23858 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) R 23858 23860 22409 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 253821420 91889664 885 33554432000 1073741824 1073778376 140734374778768 140734374767832 213866333072 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.095653 s]
/proc/loadavg: 3.96 4.01 3.93 4/197 23860
/proc/meminfo: memFree=27617132/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 253821420 9787813888 6131 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2389603 6131 2124 9 0 2380296 0
[pid=23860/tid=23861] ppid=23858 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) R 23858 23860 22409 0 -1 4202560 2432 0 1 0 6 1 0 0 20 0 18 0 253821420 9787813888 6131 33554432000 1073741824 1073778376 140734374778768 140705936612056 213869716749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100245 s]
/proc/loadavg: 3.96 4.01 3.93 4/197 23860
/proc/meminfo: memFree=27617132/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 4483 0 1 0 10 1 0 0 20 0 18 0 253821420 9787813888 6148 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2389603 6148 2142 9 0 2380296 0
[pid=23860/tid=23861] ppid=23858 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) R 23858 23860 22409 0 -1 4202560 2432 0 1 0 6 1 0 0 20 0 18 0 253821420 9787813888 6148 33554432000 1073741824 1073778376 140734374778768 140705936612056 213869716749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300194 s]
/proc/loadavg: 3.96 4.01 3.93 4/197 23860
/proc/meminfo: memFree=27617132/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 5637 0 1 0 48 2 0 0 20 0 18 0 253821420 9787813888 8429 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2389603 8429 2217 9 0 2380296 0
[pid=23860/tid=23861] ppid=23858 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) R 23858 23860 22409 0 -1 4202560 2446 0 1 0 26 1 0 0 20 0 18 0 253821420 9787813888 8429 33554432000 1073741824 1073778376 140734374778768 140705936612056 140705763048236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700221 s]
/proc/loadavg: 3.96 4.01 3.93 4/197 23860
/proc/meminfo: memFree=27617132/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 20389 0 1 0 164 5 0 0 20 0 22 0 253821420 10060460032 23285 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 23285 2251 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2469 0 1 0 61 2 0 0 20 0 22 0 253821420 10060460032 23285 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 3.96 4.01 3.93 7/219 23882
/proc/meminfo: memFree=27507864/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=4.35 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 20629 0 1 0 427 8 0 0 20 0 22 0 253821420 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 49053 2272 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2469 0 1 0 61 2 0 0 20 0 22 0 253821420 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253821421 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23871] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23871/stat : 23871 (java) S 23858 23860 22409 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705760528872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23872] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23872/stat : 23872 (java) S 23858 23860 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705759474936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23873] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23873/stat : 23873 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705758422024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23874] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23874/stat : 23874 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705757370512 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23875] ppid=23858 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/23860/task/23875/stat : 23875 (java) S 23858 23860 22409 0 -1 4202560 5238 0 0 0 91 2 0 0 20 0 22 0 253821424 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705756318648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23876] ppid=23858 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/23860/task/23876/stat : 23876 (java) S 23858 23860 22409 0 -1 4202560 11471 0 0 0 101 2 0 0 20 0 22 0 253821424 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705755265848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23877] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23877/stat : 23877 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705754213240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23878] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23878/stat : 23878 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705753160648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23879] ppid=23858 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/23860/task/23879/stat : 23879 (java) R 23858 23860 22409 0 -1 4202560 38 0 0 0 80 0 0 0 20 0 22 0 253821485 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705752104536 140705763525156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23880] ppid=23858 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/23860/task/23880/stat : 23880 (java) R 23858 23860 22409 0 -1 4202560 114 0 0 0 79 1 0 0 20 0 22 0 253821485 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705751052696 140705762664054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23881] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23881/stat : 23881 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705750000552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23882/stat : 23882 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 49053 33554432000 1073741824 1073778376 140734374778768 140705748947752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.96 4.01 3.93 5/219 23882
/proc/meminfo: memFree=27425332/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=7.84 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 20874 0 1 0 772 12 0 0 20 0 22 0 253821420 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 87071 2272 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2469 0 1 0 61 2 0 0 20 0 22 0 253821420 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23871] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23871/stat : 23871 (java) S 23858 23860 22409 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705760528872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23872] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23872/stat : 23872 (java) S 23858 23860 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705759474936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23873] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23873/stat : 23873 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705758422024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23874] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23874/stat : 23874 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705757370512 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23875] ppid=23858 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/23860/task/23875/stat : 23875 (java) S 23858 23860 22409 0 -1 4202560 5238 0 0 0 109 2 0 0 20 0 22 0 253821424 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705756318648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23876] ppid=23858 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/23860/task/23876/stat : 23876 (java) S 23858 23860 22409 0 -1 4202560 11471 0 0 0 105 2 0 0 20 0 22 0 253821424 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705755265848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23877] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23877/stat : 23877 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705754213240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23878] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23878/stat : 23878 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705753160648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23879] ppid=23858 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/23860/task/23879/stat : 23879 (java) R 23858 23860 22409 0 -1 4202560 70 0 0 0 234 1 0 0 20 0 22 0 253821485 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705752104424 140705763524971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23880] ppid=23858 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/23860/task/23880/stat : 23880 (java) R 23858 23860 22409 0 -1 4202560 143 0 0 0 233 2 0 0 20 0 22 0 253821485 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705751052944 140705763525212 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23881] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23881/stat : 23881 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705750000552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23882/stat : 23882 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 87071 33554432000 1073741824 1073778376 140734374778768 140705748947752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.96 4.01 3.93 5/219 23882
/proc/meminfo: memFree=27262476/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=14.29 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 21072 0 1 0 1412 17 0 0 20 0 22 0 253821420 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 146405 2272 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2469 0 1 0 61 2 0 0 20 0 22 0 253821420 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 253821421 10060460032 146405 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/23860/statm: 2456167 832041 2286 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2488 0 1 0 63 4 0 0 20 0 22 0 253821420 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 453 0 0 0 218 21 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 383 0 0 0 203 18 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 685 0 0 0 208 21 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=2.28 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 577 0 0 0 209 19 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 439 0 0 0 200 19 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 382 0 0 0 207 18 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 1084 0 0 0 216 20 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 405 0 0 0 193 18 0 0 20 0 22 0 253821421 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23871] ppid=23858 vsize=9824668 CPUtime=10.89 cores=1,3,5,7
/proc/23860/task/23871/stat : 23871 (java) S 23858 23860 22409 0 -1 4202560 3349 0 0 0 1068 21 0 0 20 0 22 0 253821422 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705760528872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23872] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23872/stat : 23872 (java) S 23858 23860 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705759474936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23873] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23873/stat : 23873 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705758422024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23874] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23874/stat : 23874 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705757370512 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23875] ppid=23858 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23860/task/23875/stat : 23875 (java) S 23858 23860 22409 0 -1 4202560 7281 0 0 0 141 3 0 0 20 0 22 0 253821424 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705756318648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23876] ppid=23858 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/23860/task/23876/stat : 23876 (java) S 23858 23860 22409 0 -1 4202560 21388 0 0 0 233 3 0 0 20 0 22 0 253821424 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705755265848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23877] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23877/stat : 23877 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705754213240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23878] ppid=23858 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/23860/task/23878/stat : 23878 (java) S 23858 23860 22409 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 253821424 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705753160648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23879] ppid=23858 vsize=9824668 CPUtime=803.45 cores=1,3,5,7
/proc/23860/task/23879/stat : 23879 (java) R 23858 23860 22409 0 -1 4202560 1686 0 0 0 80302 43 0 0 20 0 22 0 253821485 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705752103648 140705763524865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23880] ppid=23858 vsize=9824668 CPUtime=803.46 cores=1,3,5,7
/proc/23860/task/23880/stat : 23880 (java) R 23858 23860 22409 0 -1 4202560 2112 0 0 0 80311 35 0 0 20 0 22 0 253821485 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705751051712 140705763525243 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23881] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23881/stat : 23881 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705750000552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23882/stat : 23882 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 832041 33554432000 1073741824 1073778376 140734374778768 140705748947752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1644.85
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.22 4.16 3.99 5/219 23981
/proc/meminfo: memFree=23795084/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=1764.67 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 44170 0 1 0 176210 257 0 0 20 0 22 0 253821420 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 842966 2286 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2489 0 1 0 63 4 0 0 20 0 22 0 253821420 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 453 0 0 0 237 21 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 390 0 0 0 220 18 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 689 0 0 0 222 21 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 580 0 0 0 221 19 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 439 0 0 0 211 19 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 397 0 0 0 220 19 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 1089 0 0 0 228 20 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 410 0 0 0 212 18 0 0 20 0 22 0 253821421 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23871] ppid=23858 vsize=9824668 CPUtime=11.59 cores=1,3,5,7
/proc/23860/task/23871/stat : 23871 (java) S 23858 23860 22409 0 -1 4202560 3522 0 0 0 1136 23 0 0 20 0 22 0 253821422 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705760528872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23872] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23872/stat : 23872 (java) S 23858 23860 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705759474936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23873] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23873/stat : 23873 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705758422024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23874] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23874/stat : 23874 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705757370512 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23875] ppid=23858 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23860/task/23875/stat : 23875 (java) S 23858 23860 22409 0 -1 4202560 7281 0 0 0 141 3 0 0 20 0 22 0 253821424 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705756318648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23876] ppid=23858 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/23860/task/23876/stat : 23876 (java) S 23858 23860 22409 0 -1 4202560 21388 0 0 0 233 3 0 0 20 0 22 0 253821424 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705755265848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23877] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23877/stat : 23877 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705754213240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23878] ppid=23858 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/23860/task/23878/stat : 23878 (java) S 23858 23860 22409 0 -1 4202560 50 0 0 0 15 20 0 0 20 0 22 0 253821424 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705753160648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23879] ppid=23858 vsize=9824668 CPUtime=862.28 cores=1,3,5,7
/proc/23860/task/23879/stat : 23879 (java) R 23858 23860 22409 0 -1 4202560 1688 0 0 0 86184 44 0 0 20 0 22 0 253821485 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705752104336 140705763614717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23880] ppid=23858 vsize=9824668 CPUtime=862.29 cores=1,3,5,7
/proc/23860/task/23880/stat : 23880 (java) R 23858 23860 22409 0 -1 4202560 2118 0 0 0 86193 36 0 0 20 0 22 0 253821485 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705751050432 140705763590373 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23881] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23881/stat : 23881 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705750000552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23882/stat : 23882 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 842966 33554432000 1073741824 1073778376 140734374778768 140705748947752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1764.67
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.001 s]
/proc/loadavg: 4.03 4.12 3.98 5/219 23981
/proc/meminfo: memFree=23819532/32873648 swapFree=6336/6336
[pid=23860] ppid=23858 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/23860/stat : 23860 (java) S 23858 23860 22409 0 -1 4202496 44245 0 1 0 179761 258 0 0 20 0 22 0 253821420 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140734374769904 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23860/statm: 2456167 843028 2286 9 0 2446860 0
[pid=23860/tid=23861] ppid=23858 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/23860/task/23861/stat : 23861 (java) S 23858 23860 22409 0 -1 4202560 2489 0 1 0 63 4 0 0 20 0 22 0 253821420 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705936614392 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23863] ppid=23858 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/23860/task/23863/stat : 23863 (java) S 23858 23860 22409 0 -1 4202560 453 0 0 0 239 21 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705898105384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23864] ppid=23858 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/23860/task/23864/stat : 23864 (java) S 23858 23860 22409 0 -1 4202560 418 0 0 0 223 18 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705897052584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23865] ppid=23858 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/23860/task/23865/stat : 23865 (java) S 23858 23860 22409 0 -1 4202560 715 0 0 0 228 21 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705895999784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23866] ppid=23858 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/23860/task/23866/stat : 23866 (java) S 23858 23860 22409 0 -1 4202560 581 0 0 0 226 19 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705894946984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23867] ppid=23858 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/23860/task/23867/stat : 23867 (java) S 23858 23860 22409 0 -1 4202560 448 0 0 0 215 19 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705893895208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23868] ppid=23858 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/23860/task/23868/stat : 23868 (java) S 23858 23860 22409 0 -1 4202560 397 0 0 0 222 19 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705892842408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23869] ppid=23858 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/23860/task/23869/stat : 23869 (java) S 23858 23860 22409 0 -1 4202560 1089 0 0 0 230 20 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705891789608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23870] ppid=23858 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/23860/task/23870/stat : 23870 (java) S 23858 23860 22409 0 -1 4202560 410 0 0 0 214 18 0 0 20 0 22 0 253821421 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705890736808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23871] ppid=23858 vsize=9824668 CPUtime=11.59 cores=1,3,5,7
/proc/23860/task/23871/stat : 23871 (java) S 23858 23860 22409 0 -1 4202560 3528 0 0 0 1136 23 0 0 20 0 22 0 253821422 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705760528872 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23872] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23872/stat : 23872 (java) S 23858 23860 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705759474936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23873] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23873/stat : 23873 (java) S 23858 23860 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253821422 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705758422024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23874] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23874/stat : 23874 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705757370512 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23875] ppid=23858 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/23860/task/23875/stat : 23875 (java) S 23858 23860 22409 0 -1 4202560 7281 0 0 0 141 3 0 0 20 0 22 0 253821424 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705756318648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23876] ppid=23858 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/23860/task/23876/stat : 23876 (java) S 23858 23860 22409 0 -1 4202560 21388 0 0 0 233 3 0 0 20 0 22 0 253821424 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705755265848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23877] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23877/stat : 23877 (java) S 23858 23860 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253821424 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705754213240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23860/tid=23878] ppid=23858 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/23860/task/23878/stat : 23878 (java) S 23858 23860 22409 0 -1 4202560 52 0 0 0 16 20 0 0 20 0 22 0 253821424 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705753160648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23860/tid=23879] ppid=23858 vsize=9824668 CPUtime=879.87 cores=1,3,5,7
/proc/23860/task/23879/stat : 23879 (java) R 23858 23860 22409 0 -1 4202560 1690 0 0 0 87943 44 0 0 20 0 22 0 253821485 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705752104416 140705764105280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23860/tid=23880] ppid=23858 vsize=9824668 CPUtime=879.88 cores=1,3,5,7
/proc/23860/task/23880/stat : 23880 (java) R 23858 23860 22409 0 -1 4202560 2119 0 0 0 87952 36 0 0 20 0 22 0 253821485 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705751050784 140705763523442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23881] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23881/stat : 23881 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705750000552 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23860/tid=23882] ppid=23858 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23860/task/23882/stat : 23882 (java) S 23858 23860 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253821486 10060460032 843028 33554432000 1073741824 1073778376 140734374778768 140705748947752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 23860 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=20419
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=49536
# CPU time returned by wait4() is 1796.07
# 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): 900.06
CPU time (s): 1800.19
CPU user time (s): 1797.61
CPU system time (s): 2.58
CPU usage (%): 200.008
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 3.04954
maximum resident set size= 3372228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44277
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28812
involuntary context switches= 42439

runsolver used 3.14052 second user time and 8.44372 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 18:29:02
IDJOB=3688354
IDBENCH=3034
IDSOLVER=2268
FILE ID=node112/3688354-1337876942
RUNJOBID= node112-1337871881-22426
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688354-1337876942/watcher-3688354-1337876942 -o /tmp/evaluation-result-3688354-1337876942/solver-3688354-1337876942 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688354-1337876942.opb

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

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=1474572733

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.763
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.763
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.92
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.763
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.763
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.92
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.763
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.763
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.763
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:       32873648 kB
MemFree:        27617032 kB
Buffers:          193612 kB
Cached:          3547600 kB
SwapCached:            0 kB
Active:          1224648 kB
Inactive:        3266444 kB
Active(anon):     752200 kB
Inactive(anon):        0 kB
Active(file):     472448 kB
Inactive(file):  3266444 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               656 kB
Writeback:             0 kB
AnonPages:        837944 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             626400 kB
SReclaimable:      69976 kB
SUnreclaim:       556424 kB
KernelStack:        1776 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     982908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node112 at 2012-05-24 18:44:04