Trace number 3735418

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.03 899.733

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.51 3.78 3.72 3/198 6848
/proc/meminfo: memFree=25742500/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 1215 0 0 0 0 0 0 0 20 0 2 0 335667760 95129600 926 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 23225 926 703 9 0 16769 0
[pid=6848/tid=6849] ppid=6846 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) D 6846 6848 621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 335667761 95129600 926 33554432000 1073741824 1073778376 140736631336720 140448891891240 260181159207 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0705769 s]
/proc/loadavg: 3.51 3.78 3.72 3/198 6848
/proc/meminfo: memFree=25742500/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 3957 0 1 0 5 1 0 0 20 0 18 0 335667760 11864465408 12831 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 12831 1778 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=0.05 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 2749 0 1 0 5 0 0 0 20 0 18 0 335667761 11864465408 12831 33554432000 1073741824 1073778376 140736631336720 140448891898528 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100254 s]
/proc/loadavg: 3.51 3.78 3.72 3/198 6848
/proc/meminfo: memFree=25742500/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 4794 0 1 0 9 1 0 0 20 0 18 0 335667760 11864465408 14166 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 14166 2116 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 2842 0 1 0 7 0 0 0 20 0 18 0 335667761 11864465408 14166 33554432000 1073741824 1073778376 140736631336720 140448891878000 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300188 s]
/proc/loadavg: 3.51 3.78 3.72 3/198 6848
/proc/meminfo: memFree=25742500/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=0.51 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 6604 0 1 0 50 1 0 0 20 0 18 0 335667760 11864465408 18257 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 18257 2225 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 2867 0 1 0 27 0 0 0 20 0 18 0 335667761 11864465408 18257 33554432000 1073741824 1073778376 140736631336720 140448891895032 140448735713688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 11586392

[startup+0.700267 s]
/proc/loadavg: 3.51 3.78 3.72 3/198 6848
/proc/meminfo: memFree=25742500/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=1.2 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 10286 0 1 0 115 5 0 0 20 0 18 0 335667760 11864465408 63800 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 63800 2237 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=0.67 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 2953 0 1 0 64 3 0 0 20 0 18 0 335667761 11864465408 63800 33554432000 1073741824 1073778376 140736631336720 140448891895032 260193707277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50068 s]
/proc/loadavg: 3.51 3.78 3.72 4/216 6866
/proc/meminfo: memFree=25327504/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=2.01 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 10505 0 1 0 189 12 0 0 20 0 18 0 335667760 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 175928 2237 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 3172 0 1 0 137 10 0 0 20 0 18 0 335667761 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448891887664 140448736355405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11586392 CPUtime=0.25 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 2923 0 0 0 25 0 0 0 20 0 18 0 335667766 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 3227 0 0 0 24 0 0 0 20 0 18 0 335667766 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 175928 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 11586392

[startup+3.10064 s]
/proc/loadavg: 3.51 3.78 3.72 4/216 6866
/proc/meminfo: memFree=24926532/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11586392 CPUtime=3.93 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 13844 0 1 0 377 16 0 0 20 0 18 0 335667760 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2896598 237573 2248 9 0 2887285 0
[pid=6848/tid=6849] ppid=6846 vsize=11586392 CPUtime=3.07 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) R 6846 6848 621 0 -1 4202560 3305 0 1 0 293 14 0 0 20 0 18 0 335667761 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448891895560 140448736421796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335667762 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335667763 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 2923 0 0 0 31 0 0 0 20 0 18 0 335667766 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11586392 CPUtime=0.52 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 6433 0 0 0 50 2 0 0 20 0 18 0 335667766 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335667766 11864465408 237573 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 11586392

[startup+6.30075 s]
/proc/loadavg: 3.55 3.78 3.72 6/220 6870
/proc/meminfo: memFree=24721828/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11852648 CPUtime=10.91 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 14393 0 1 0 1072 19 0 0 20 0 22 0 335667760 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2963162 259235 2260 9 0 2953849 0
[pid=6848/tid=6849] ppid=6846 vsize=11852648 CPUtime=3.09 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) S 6846 6848 621 0 -1 4202560 3313 0 1 0 295 14 0 0 20 0 22 0 335667761 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448891896984 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335667762 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 3308 0 0 0 67 0 0 0 20 0 22 0 335667766 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 6437 0 0 0 76 2 0 0 20 0 22 0 335667766 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 259235 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/6848/statm: 2963162 914686 2275 9 0 2953849 0
[pid=6848/tid=6849] ppid=6846 vsize=11852648 CPUtime=3.12 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) S 6846 6848 621 0 -1 4202560 3318 0 1 0 297 15 0 0 20 0 22 0 335667761 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448891896984 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 199 0 0 0 54 12 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11852648 CPUtime=0.51 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 134 0 0 0 44 7 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 117 0 0 0 49 6 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 159 0 0 0 49 9 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 220 0 0 0 52 13 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11852648 CPUtime=0.65 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 190 0 0 0 53 12 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 115 0 0 0 49 7 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11852648 CPUtime=0.57 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 160 0 0 0 47 10 0 0 20 0 22 0 335667762 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 46 0 0 0 4 12 0 0 20 0 22 0 335667763 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 4189 0 0 0 90 0 0 0 20 0 22 0 335667766 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 6453 0 0 0 92 2 0 0 20 0 22 0 335667766 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11852648 CPUtime=0.23 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 48 0 0 0 10 13 0 0 20 0 22 0 335667766 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6867] ppid=6846 vsize=11852648 CPUtime=815.27 cores=0,2,4,6
/proc/6848/task/6867/stat : 6867 (java) R 6846 6848 621 0 -1 4202560 172 0 0 0 81511 16 0 0 20 0 22 0 335668073 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448229576656 140448736365127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6868] ppid=6846 vsize=11852648 CPUtime=815.36 cores=0,2,4,6
/proc/6848/task/6868/stat : 6868 (java) R 6846 6848 621 0 -1 4202560 1074 0 0 0 81493 43 0 0 20 0 22 0 335668073 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448228522656 140448736829418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6869] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6869/stat : 6869 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668078 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448227472808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6870] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6870/stat : 6870 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668079 12137111552 914686 33554432000 1073741824 1073778376 140736631336720 140448226420008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1645.01
Current children cumulated vsize (KiB) 11852648

[startup+882.307 s]
/proc/loadavg: 3.99 3.95 3.83 5/219 7389
/proc/meminfo: memFree=21913316/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11852648 CPUtime=1765.22 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 19439 0 1 0 176358 164 0 0 20 0 22 0 335667760 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2963162 918981 2276 9 0 2953849 0
[pid=6848/tid=6849] ppid=6846 vsize=11852648 CPUtime=3.13 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) S 6846 6848 621 0 -1 4202560 3318 0 1 0 297 16 0 0 20 0 22 0 335667761 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448891896984 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 202 0 0 0 57 12 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11852648 CPUtime=0.54 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 137 0 0 0 46 8 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 120 0 0 0 52 7 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11852648 CPUtime=0.61 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 210 0 0 0 52 9 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 222 0 0 0 55 13 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 383 0 0 0 55 13 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 116 0 0 0 52 7 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 162 0 0 0 49 10 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 50 0 0 0 5 12 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 5540 0 0 0 103 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 6479 0 0 0 96 2 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 52 0 0 0 11 14 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6867] ppid=6846 vsize=11852648 CPUtime=875.01 cores=0,2,4,6
/proc/6848/task/6867/stat : 6867 (java) R 6846 6848 621 0 -1 4202560 181 0 0 0 87484 17 0 0 20 0 22 0 335668073 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448229576608 140448736555499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6868] ppid=6846 vsize=11852648 CPUtime=875.11 cores=0,2,4,6
/proc/6848/task/6868/stat : 6868 (java) R 6846 6848 621 0 -1 4202560 1080 0 0 0 87467 44 0 0 20 0 22 0 335668073 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448228522656 140448736629656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6869] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6869/stat : 6869 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668078 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448227472808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6870] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6870/stat : 6870 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668079 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448226420008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1765.22
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.701 s]
/proc/loadavg: 3.99 3.95 3.83 5/219 7389
/proc/meminfo: memFree=21913444/32873648 swapFree=7116/7116
[pid=6848] ppid=6846 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/6848/stat : 6848 (java) S 6846 6848 621 0 -1 4202496 19444 0 1 0 179839 164 0 0 20 0 22 0 335667760 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140736631327856 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6848/statm: 2963162 918981 2276 9 0 2953849 0
[pid=6848/tid=6849] ppid=6846 vsize=11852648 CPUtime=3.13 cores=0,2,4,6
/proc/6848/task/6849/stat : 6849 (java) S 6846 6848 621 0 -1 4202560 3318 0 1 0 297 16 0 0 20 0 22 0 335667761 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448891896984 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6851] ppid=6846 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/6848/task/6851/stat : 6851 (java) S 6846 6848 621 0 -1 4202560 202 0 0 0 58 12 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448860306472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6852] ppid=6846 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/6848/task/6852/stat : 6852 (java) S 6846 6848 621 0 -1 4202560 137 0 0 0 47 8 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448859253672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6853] ppid=6846 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/6848/task/6853/stat : 6853 (java) S 6846 6848 621 0 -1 4202560 120 0 0 0 53 7 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448858200872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6854] ppid=6846 vsize=11852648 CPUtime=0.62 cores=0,2,4,6
/proc/6848/task/6854/stat : 6854 (java) S 6846 6848 621 0 -1 4202560 210 0 0 0 53 9 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448857148072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6855] ppid=6846 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/6848/task/6855/stat : 6855 (java) S 6846 6848 621 0 -1 4202560 222 0 0 0 56 13 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448856095272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6856] ppid=6846 vsize=11852648 CPUtime=0.69 cores=0,2,4,6
/proc/6848/task/6856/stat : 6856 (java) S 6846 6848 621 0 -1 4202560 383 0 0 0 56 13 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448855042472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6857] ppid=6846 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/6848/task/6857/stat : 6857 (java) S 6846 6848 621 0 -1 4202560 116 0 0 0 52 7 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448722028840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6858] ppid=6846 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/6848/task/6858/stat : 6858 (java) S 6846 6848 621 0 -1 4202560 162 0 0 0 50 10 0 0 20 0 22 0 335667762 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448720976040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6859] ppid=6846 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/6848/task/6859/stat : 6859 (java) S 6846 6848 621 0 -1 4202560 50 0 0 0 5 12 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448238001128 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6860] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6860/stat : 6860 (java) S 6846 6848 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448236947192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6861] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6861/stat : 6861 (java) S 6846 6848 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335667763 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448235894280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6862] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6862/stat : 6862 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448234842768 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6863] ppid=6846 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/6848/task/6863/stat : 6863 (java) S 6846 6848 621 0 -1 4202560 5540 0 0 0 103 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448233789880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6848/tid=6864] ppid=6846 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/6848/task/6864/stat : 6864 (java) S 6846 6848 621 0 -1 4202560 6479 0 0 0 96 2 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448232737080 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6865] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6865/stat : 6865 (java) S 6846 6848 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448231684472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6848/tid=6866] ppid=6846 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/6848/task/6866/stat : 6866 (java) S 6846 6848 621 0 -1 4202560 52 0 0 0 11 14 0 0 20 0 22 0 335667766 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448230631880 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6867] ppid=6846 vsize=11852648 CPUtime=892.32 cores=0,2,4,6
/proc/6848/task/6867/stat : 6867 (java) R 6846 6848 621 0 -1 4202560 186 0 0 0 89215 17 0 0 20 0 22 0 335668073 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448229576608 140448736373491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6868] ppid=6846 vsize=11852648 CPUtime=892.43 cores=0,2,4,6
/proc/6848/task/6868/stat : 6868 (java) R 6846 6848 621 0 -1 4202560 1080 0 0 0 89198 45 0 0 20 0 22 0 335668073 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448228522656 140448736368637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6848/tid=6869] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6869/stat : 6869 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668078 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448227472808 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6848/tid=6870] ppid=6846 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/6848/task/6870/stat : 6870 (java) S 6846 6848 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335668079 12137111552 918981 33554432000 1073741824 1073778376 140736631336720 140448226420008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6848 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=658322
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=2695
# CPU time returned by wait4() is 1795.66
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.733
CPU time (s): 1800.03
CPU user time (s): 1798.39
CPU system time (s): 1.64
CPU usage (%): 200.063
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.66
system time used= 2.0027
maximum resident set size= 3676048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25844
involuntary context switches= 21234

runsolver used 3.2915 second user time and 8.16276 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 05:50:23
IDJOB=3735418
IDBENCH=3025
IDSOLVER=2328
FILE ID=node123/3735418-1338695422
RUNJOBID= node123-1338678620-640
PBS_JOBID= 14636690
Free space on /tmp= 71236 MiB

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

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=272366591

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        25743408 kB
Buffers:          497392 kB
Cached:          2286000 kB
SwapCached:         2268 kB
Active:          4349860 kB
Inactive:        1882960 kB
Active(anon):    3444200 kB
Inactive(anon):     5504 kB
Active(file):     905660 kB
Inactive(file):  1877456 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             18456 kB
Writeback:             4 kB
AnonPages:       3457028 kB
Mapped:            18652 kB
Shmem:                 0 kB
Slab:             749864 kB
SReclaimable:     193456 kB
SUnreclaim:       556408 kB
KernelStack:        1624 kB
PageTables:        10952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10458764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3401728 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= 71284 MiB
End job on node123 at 2012-06-03 06:05:25