Trace number 3689944

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.6 905.746

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM7323ad829904457180c70fb1ea620d7c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83387
Best CPU time to get the best result obtained on this benchmark1800.75
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 272557
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 904013696
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 904013696
Number of bits of the biggest sum of numbers30
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689944-1337886456.opb
0.09/0.12	c reading problem ... 
11.78/8.21	c ... done. Wall clock time 8.094s.
11.78/8.21	c declared #vars     399113
11.78/8.21	c #constraints  400980
11.78/8.21	c constraints type 
11.78/8.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.78/8.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.78/8.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.78/8.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.78/8.21	c 400980 constraints processed.
11.78/8.21	c constraints type 
11.78/8.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.78/8.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.78/8.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.78/8.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.78/8.21	c 400980 constraints processed.
11.78/8.22	c objective function length is 272557 literals
155.50/79.81	c cleaning 2493 clauses out of 4999 with flag 5001/5001
283.17/143.73	c cleaning 4253 clauses out of 8505 with flag 11000/11000
461.46/233.39	c cleaning 5623 clauses out of 11252 with flag 18000/18000
652.72/329.46	c cleaning 6813 clauses out of 13630 with flag 26001/26001
863.87/435.61	c cleaning 7899 clauses out of 15817 with flag 35001/35001
1090.96/549.64	c cleaning 8952 clauses out of 17918 with flag 45001/45001
1316.08/662.69	c cleaning 9982 clauses out of 19965 with flag 56000/56000
1578.79/794.47	c cleaning 10980 clauses out of 21983 with flag 68000/68000
1800.09/905.71	c starts		: 87
1800.09/905.71	c conflicts		: 80204
1800.09/905.71	c decisions		: 1629227
1800.09/905.71	c propagations		: 1592706304
1800.09/905.71	c inspects		: 454823348
1800.09/905.71	c shortcuts		: 0
1800.09/905.71	c learnt literals	: 2
1800.09/905.71	c learnt binary clauses	: 460
1800.09/905.71	c learnt ternary clauses	: 297
1800.09/905.71	c learnt constraints	: 80201
1800.09/905.71	c ignored constraints	: 0
1800.09/905.71	c root simplifications	: 0
1800.09/905.71	c removed literals (reason simplification)	: 4876730
1800.09/905.71	c reason swapping (by a shorter reason)	: 0
1800.09/905.71	c Calls to reduceDB	: 8
1800.09/905.71	c number of reductions to clauses (during analyze)	: 0
1800.09/905.71	c number of learned constraints concerned by reduction	: 0
1800.09/905.71	c number of learning phase by resolution	: 0
1800.09/905.71	c number of learning phase by cutting planes	: 0
1800.09/905.71	c speed (assignments/second)	: 1774907.6766375513
1800.09/905.71	c non guided choices	8
1800.09/905.72	c learnt constraints type 
1800.09/905.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 460
1800.09/905.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22748
1800.09/905.72	c constraints type 
1800.09/905.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.09/905.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/905.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/905.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/905.72	c 400980 constraints processed.
1800.09/905.72	c constraints type 
1800.09/905.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.09/905.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.09/905.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.09/905.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/905.72	c 400980 constraints processed.
1800.09/905.72	s UNKNOWN
1800.09/905.72	c Total wall clock time (in seconds): 905.598

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-3689944-1337886456/watcher-3689944-1337886456 -o /tmp/evaluation-result-3689944-1337886456/solver-3689944-1337886456 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689944-1337886456.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.92 3.90 4/197 29802
/proc/meminfo: memFree=29129972/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/29802/stat : 29802 (java) D 29800 29802 24583 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 254771160 2560000 46 33554432000 1073741824 1073778376 140735910654944 140735910652072 270698376487 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/29802/statm: 625 46 37 9 0 29 0

[startup+0.104064 s]
/proc/loadavg: 3.83 3.92 3.90 4/197 29802
/proc/meminfo: memFree=29129972/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 4262 0 1 0 8 1 0 0 20 0 18 0 254771160 9787813888 5460 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 5460 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200245 s]
/proc/loadavg: 3.83 3.92 3.90 4/197 29802
/proc/meminfo: memFree=29129972/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 5105 0 1 0 25 1 0 0 20 0 18 0 254771160 9787813888 11229 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 11229 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558412

[startup+0.300284 s]
/proc/loadavg: 3.83 3.92 3.90 4/197 29802
/proc/meminfo: memFree=29129972/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 5975 0 1 0 45 1 0 0 20 0 18 0 254771160 9787813888 16176 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 16176 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700291 s]
/proc/loadavg: 3.83 3.92 3.90 4/197 29802
/proc/meminfo: memFree=29129972/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=0.97 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 6174 0 1 0 91 6 0 0 20 0 18 0 254771160 9787813888 47517 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 47517 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558412

[startup+1.50078 s]
/proc/loadavg: 3.83 3.92 3.90 4/215 29820
/proc/meminfo: memFree=28887620/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=2.61 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 15092 0 1 0 242 19 0 0 20 0 18 0 254771160 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 104547 2248 9 0 2380296 0
[pid=29802/tid=29804] ppid=29800 vsize=9558412 CPUtime=1.3 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) R 29800 29802 24583 0 -1 4202560 2560 0 1 0 126 4 0 0 20 0 18 0 254771162 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194410789688 270710924557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) S 29800 29802 24583 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194383244072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) S 29800 29802 24583 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194382191272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) S 29800 29802 24583 0 -1 4202560 161 0 0 0 4 2 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194381138984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) S 29800 29802 24583 0 -1 4202560 154 0 0 0 5 2 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194380086184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) S 29800 29802 24583 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194379032872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) S 29800 29802 24583 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194377980072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) S 29800 29802 24583 0 -1 4202560 173 0 0 0 4 2 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194247911976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) S 29800 29802 24583 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 18 0 254771163 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140194246859176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193763912424 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4651 0 0 0 33 0 0 0 20 0 18 0 254771167 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5682 0 0 0 38 0 0 0 20 0 18 0 254771167 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 104547 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9558412

[startup+3.10066 s]
/proc/loadavg: 3.83 3.92 3.90 4/215 29820
/proc/meminfo: memFree=27949608/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=5.02 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 19099 0 1 0 443 59 0 0 20 0 18 0 254771160 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 561644 2248 9 0 2380296 0
[pid=29802/tid=29804] ppid=29800 vsize=9558412 CPUtime=2.62 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) S 29800 29802 24583 0 -1 4202560 4023 0 1 0 231 31 0 0 20 0 18 0 254771162 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194410789688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) R 29800 29802 24583 0 -1 4202560 112 0 0 0 18 4 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194383244248 140194413262521 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) R 29800 29802 24583 0 -1 4202560 243 0 0 0 20 4 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194382191448 140194413262464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) R 29800 29802 24583 0 -1 4202560 563 0 0 0 15 4 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194381138744 140194413262537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) R 29800 29802 24583 0 -1 4202560 370 0 0 0 19 4 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194380086064 140194417687468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) R 29800 29802 24583 0 -1 4202560 326 0 0 0 12 2 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194379033048 140194414548937 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) R 29800 29802 24583 0 -1 4202560 333 0 0 0 12 3 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194377980248 140194417687468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) R 29800 29802 24583 0 -1 4202560 267 0 0 0 15 3 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194247912152 140194414548381 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) R 29800 29802 24583 0 -1 4202560 382 0 0 0 14 3 0 0 20 0 18 0 254771163 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140194246859200 140194414548937 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 972 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193763911304 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4651 0 0 0 33 0 0 0 20 0 18 0 254771167 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5682 0 0 0 38 0 0 0 20 0 18 0 254771167 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 561644 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 9558412

[startup+6.30072 s]
/proc/loadavg: 3.76 3.90 3.89 4/215 29820
/proc/meminfo: memFree=26190532/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9558412 CPUtime=9.74 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 21116 0 1 0 894 80 0 0 20 0 18 0 254771160 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2389603 735776 2248 9 0 2380296 0
[pid=29802/tid=29804] ppid=29800 vsize=9558412 CPUtime=5.29 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) R 29800 29802 24583 0 -1 4202560 4274 0 1 0 490 39 0 0 20 0 18 0 254771162 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194410782704 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) S 29800 29802 24583 0 -1 4202560 158 0 0 0 40 5 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194383244072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) S 29800 29802 24583 0 -1 4202560 453 0 0 0 44 6 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194382191272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) S 29800 29802 24583 0 -1 4202560 604 0 0 0 38 5 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194381138984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) S 29800 29802 24583 0 -1 4202560 948 0 0 0 39 6 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194380086184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) S 29800 29802 24583 0 -1 4202560 427 0 0 0 43 4 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194379032872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) S 29800 29802 24583 0 -1 4202560 662 0 0 0 38 5 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194377980072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) S 29800 29802 24583 0 -1 4202560 308 0 0 0 34 5 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194247911976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) S 29800 29802 24583 0 -1 4202560 512 0 0 0 42 6 0 0 20 0 18 0 254771163 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140194246859176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193763912424 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254771164 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4651 0 0 0 33 0 0 0 20 0 18 0 254771167 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5682 0 0 0 38 0 0 0 20 0 18 0 254771167 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254771167 9787813888 735776 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.74
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.70 3.89 3.89 5/219 29824
/proc/meminfo: memFree=26188264/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9824668 CPUtime=21.5 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 21287 0 1 0 2068 82 0 0 20 0 22 0 254771160 10060460032 736340 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2456167 736340 2270 9 0 2446860 0
[pid=29802/tid=29804] ppid=29800 vsize=9824668 CPUtime=7.2 cores=1,3,5,7

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

[pid=29802/tid=29822] ppid=29800 vsize=9824668 CPUtime=746.79 cores=1,3,5,7
/proc/29802/task/29822/stat : 29822 (java) R 29800 29802 24583 0 -1 4202560 70 0 0 0 74666 13 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193754434272 140194259825693 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29823] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29823/stat : 29823 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193753384616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29824] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29824/stat : 29824 (java) S 29800 29802 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193752331816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1514.59
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.14 4.03 3.94 5/219 29895
/proc/meminfo: memFree=21196832/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9824668 CPUtime=1633.31 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 27927 0 1 0 163207 124 0 0 20 0 22 0 254771160 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2456167 789682 2282 9 0 2446860 0
[pid=29802/tid=29804] ppid=29800 vsize=9824668 CPUtime=7.24 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) S 29800 29802 24583 0 -1 4202560 4294 0 1 0 682 42 0 0 20 0 22 0 254771162 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194410791928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) S 29800 29802 24583 0 -1 4202560 556 0 0 0 52 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194383244072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) S 29800 29802 24583 0 -1 4202560 1229 0 0 0 57 9 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194382191272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) S 29800 29802 24583 0 -1 4202560 1233 0 0 0 51 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194381138984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) S 29800 29802 24583 0 -1 4202560 2591 0 0 0 53 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194380086184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) S 29800 29802 24583 0 -1 4202560 1014 0 0 0 53 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194379032872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) S 29800 29802 24583 0 -1 4202560 1337 0 0 0 55 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194377980072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) S 29800 29802 24583 0 -1 4202560 1454 0 0 0 49 7 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194247911976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) S 29800 29802 24583 0 -1 4202560 1144 0 0 0 52 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194246859176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9824668 CPUtime=8.11 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 1331 0 0 0 809 2 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193763912424 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4674 0 0 0 86 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5730 0 0 0 92 1 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 47 0 0 0 15 19 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29821] ppid=29800 vsize=9824668 CPUtime=805.64 cores=1,3,5,7
/proc/29802/task/29821/stat : 29821 (java) R 29800 29802 24583 0 -1 4202560 34 0 0 0 80552 12 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193755488992 140194259833679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29822] ppid=29800 vsize=9824668 CPUtime=805.5 cores=1,3,5,7
/proc/29802/task/29822/stat : 29822 (java) R 29800 29802 24583 0 -1 4202560 70 0 0 0 80536 14 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193754434272 140194259825716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29823] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29823/stat : 29823 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193753384616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29824] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29824/stat : 29824 (java) S 29800 29802 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193752331816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1633.31
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 4.05 4.02 3.94 5/219 29895
/proc/meminfo: memFree=21196380/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9824668 CPUtime=1753.31 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 27933 0 1 0 175206 125 0 0 20 0 22 0 254771160 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2456167 789682 2282 9 0 2446860 0
[pid=29802/tid=29804] ppid=29800 vsize=9824668 CPUtime=7.24 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) S 29800 29802 24583 0 -1 4202560 4294 0 1 0 682 42 0 0 20 0 22 0 254771162 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194410791928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) S 29800 29802 24583 0 -1 4202560 556 0 0 0 52 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194383244072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) S 29800 29802 24583 0 -1 4202560 1229 0 0 0 57 9 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194382191272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) S 29800 29802 24583 0 -1 4202560 1233 0 0 0 51 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194381138984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) S 29800 29802 24583 0 -1 4202560 2591 0 0 0 53 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194380086184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) S 29800 29802 24583 0 -1 4202560 1014 0 0 0 53 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194379032872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) S 29800 29802 24583 0 -1 4202560 1337 0 0 0 55 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194377980072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) S 29800 29802 24583 0 -1 4202560 1454 0 0 0 49 7 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194247911976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) S 29800 29802 24583 0 -1 4202560 1144 0 0 0 52 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194246859176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9824668 CPUtime=8.12 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 1331 0 0 0 810 2 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193763912424 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4674 0 0 0 86 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5730 0 0 0 92 1 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 51 0 0 0 16 20 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29821] ppid=29800 vsize=9824668 CPUtime=865.65 cores=1,3,5,7
/proc/29802/task/29821/stat : 29821 (java) R 29800 29802 24583 0 -1 4202560 36 0 0 0 86552 13 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193755488992 140194260020295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29822] ppid=29800 vsize=9824668 CPUtime=865.48 cores=1,3,5,7
/proc/29802/task/29822/stat : 29822 (java) R 29800 29802 24583 0 -1 4202560 70 0 0 0 86533 15 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193754434272 140194259826478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29823] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29823/stat : 29823 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193753384616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29824] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29824/stat : 29824 (java) S 29800 29802 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193752331816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1753.31
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.701 s]
/proc/loadavg: 4.03 4.02 3.94 6/219 29895
/proc/meminfo: memFree=21257200/32873648 swapFree=6856/6856
[pid=29802] ppid=29800 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/29802/stat : 29802 (java) S 29800 29802 24583 0 -1 4202496 27935 0 1 0 179884 125 0 0 20 0 22 0 254771160 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140736022896800 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/29802/statm: 2456167 789682 2282 9 0 2446860 0
[pid=29802/tid=29804] ppid=29800 vsize=9824668 CPUtime=7.24 cores=1,3,5,7
/proc/29802/task/29804/stat : 29804 (java) S 29800 29802 24583 0 -1 4202560 4294 0 1 0 682 42 0 0 20 0 22 0 254771162 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194410791928 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29805] ppid=29800 vsize=9824668 CPUtime=0.58 cores=1,3,5,7
/proc/29802/task/29805/stat : 29805 (java) S 29800 29802 24583 0 -1 4202560 556 0 0 0 52 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194383244072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29806] ppid=29800 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/29802/task/29806/stat : 29806 (java) S 29800 29802 24583 0 -1 4202560 1229 0 0 0 57 9 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194382191272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29807] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29807/stat : 29807 (java) S 29800 29802 24583 0 -1 4202560 1233 0 0 0 51 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194381138984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29808] ppid=29800 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/29802/task/29808/stat : 29808 (java) S 29800 29802 24583 0 -1 4202560 2591 0 0 0 53 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194380086184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29809] ppid=29800 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/29802/task/29809/stat : 29809 (java) S 29800 29802 24583 0 -1 4202560 1014 0 0 0 53 6 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194379032872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29810] ppid=29800 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/29802/task/29810/stat : 29810 (java) S 29800 29802 24583 0 -1 4202560 1337 0 0 0 55 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194377980072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29811] ppid=29800 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/29802/task/29811/stat : 29811 (java) S 29800 29802 24583 0 -1 4202560 1454 0 0 0 49 7 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194247911976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29812] ppid=29800 vsize=9824668 CPUtime=0.6 cores=1,3,5,7
/proc/29802/task/29812/stat : 29812 (java) S 29800 29802 24583 0 -1 4202560 1144 0 0 0 52 8 0 0 20 0 22 0 254771163 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140194246859176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29813] ppid=29800 vsize=9824668 CPUtime=8.12 cores=1,3,5,7
/proc/29802/task/29813/stat : 29813 (java) S 29800 29802 24583 0 -1 4202560 1331 0 0 0 810 2 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193763912424 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29814] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29814/stat : 29814 (java) S 29800 29802 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193762858488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29815] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29815/stat : 29815 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771164 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193761806088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29816] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29816/stat : 29816 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193760754576 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29802/tid=29817] ppid=29800 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/29802/task/29817/stat : 29817 (java) S 29800 29802 24583 0 -1 4202560 4674 0 0 0 86 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193759701176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29818] ppid=29800 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/29802/task/29818/stat : 29818 (java) S 29800 29802 24583 0 -1 4202560 5730 0 0 0 92 1 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193758648376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29819] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29819/stat : 29819 (java) S 29800 29802 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193757596280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29820] ppid=29800 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/29802/task/29820/stat : 29820 (java) S 29800 29802 24583 0 -1 4202560 53 0 0 0 16 21 0 0 20 0 22 0 254771167 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193756543688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29821] ppid=29800 vsize=9824668 CPUtime=889.05 cores=1,3,5,7
/proc/29802/task/29821/stat : 29821 (java) R 29800 29802 24583 0 -1 4202560 36 0 0 0 88892 13 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193755488992 140194259930011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29802/tid=29822] ppid=29800 vsize=9824668 CPUtime=888.87 cores=1,3,5,7
/proc/29802/task/29822/stat : 29822 (java) R 29800 29802 24583 0 -1 4202560 70 0 0 0 88872 15 0 0 20 0 22 0 254771982 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193754434272 140194259704300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29802/tid=29823] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29823/stat : 29823 (java) S 29800 29802 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193753384616 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29802/tid=29824] ppid=29800 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29802/task/29824/stat : 29824 (java) S 29800 29802 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254771997 10060460032 789682 33554432000 1073741824 1073778376 140736022905664 140193752331816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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
Real time (s): 905.746
CPU time (s): 1800.6
CPU user time (s): 1798.9
CPU system time (s): 1.70074
CPU usage (%): 198.797
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.70074
maximum resident set size= 3158852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27970
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22165
involuntary context switches= 14014

runsolver used 3.38248 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 21:07:37
IDJOB=3689944
IDBENCH=92194
IDSOLVER=2268
FILE ID=node125/3689944-1337886456
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71668 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_fibo_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689944-1337886456/watcher-3689944-1337886456 -o /tmp/evaluation-result-3689944-1337886456/solver-3689944-1337886456 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689944-1337886456.opb

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

MD5SUM BENCH= 7323ad829904457180c70fb1ea620d7c
RANDOM SEED=1548947148

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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		: 2666.373
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.373
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:        29130352 kB
Buffers:          213180 kB
Cached:          2245680 kB
SwapCached:            0 kB
Active:          1147752 kB
Inactive:        1824408 kB
Active(anon):     515720 kB
Inactive(anon):        0 kB
Active(file):     632032 kB
Inactive(file):  1824408 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31500 kB
Writeback:             0 kB
AnonPages:        526224 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             628908 kB
SReclaimable:      72400 kB
SUnreclaim:       556508 kB
KernelStack:        1616 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1090528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 71452 MiB
End job on node125 at 2012-05-24 21:22:45