Trace number 3735290

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.19 912.726

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.2.0.v20100531
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 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization
0.06/0.12	c ManyCore solver with 2 solvers running in parallel
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c Expensive reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3735290-1338748195.opb
0.06/0.13	c reading problem ... 
5.07/3.74	c ... done. Wall clock time 3.616s.
5.07/3.74	c #vars     106951
5.07/3.74	c #constraints  345347
5.07/3.74	c constraints type 
5.07/3.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
5.07/3.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
5.07/3.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
5.07/3.74	c constraints type 
5.07/3.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
5.07/3.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
5.07/3.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/912.71	c starts		: 7
1800.19/912.71	c conflicts		: 828
1800.19/912.71	c decisions		: 4742
1800.19/912.71	c propagations		: 1460443
1800.19/912.71	c inspects		: 5224103
1800.19/912.71	c learnt literals	: 0
1800.19/912.71	c learnt binary clauses	: 0
1800.19/912.71	c learnt ternary clauses	: 0
1800.19/912.71	c learnt clauses	: 828
1800.19/912.71	c ignored clauses	: 0
1800.19/912.71	c root simplifications	: 0
1800.19/912.71	c removed literals (reason simplification)	: 21618558
1800.19/912.71	c reason swapping (by a shorter reason)	: 0
1800.19/912.71	c Calls to reduceDB	: 0
1800.19/912.71	c number of reductions to clauses (during analyze)	: 0
1800.19/912.71	c number of learned constraints concerned by reduction	: 0
1800.19/912.71	c number of learning phase by resolution	: 0
1800.19/912.71	c number of learning phase by cutting planes	: 0
1800.19/912.71	c speed (assignments/second)	: 1606.707394217832
1800.19/912.71	c non guided choices	246
1800.19/912.71	c learnt constraints type 
1800.19/912.71	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 828
1800.19/912.71	c constraints type 
1800.19/912.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.19/912.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.19/912.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/912.71	c constraints type 
1800.19/912.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.19/912.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.19/912.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.19/912.71	s UNKNOWN
1800.19/912.71	c Total wall clock time (in seconds): 912.585

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-3735290-1338748195/watcher-3735290-1338748195 -o /tmp/evaluation-result-3735290-1338748195/solver-3735290-1338748195 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735290-1338748195.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.78 3.86 3.77 4/197 19840
/proc/meminfo: memFree=27682172/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/19840/stat : 19840 (java6) R 19838 19840 17063 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 340943917 278528 33 33554432000 1073741824 1073778376 140734584441408 140734584438584 209874677031 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 68 33 25 9 0 25 0

[startup+0.0107731 s]
/proc/loadavg: 3.78 3.86 3.77 4/197 19840
/proc/meminfo: memFree=27682172/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19840/stat : 19840 (java) D 19838 19840 17063 0 -1 4202496 298 0 0 0 0 0 0 0 20 0 1 0 340943917 2560000 46 33554432000 1073741824 1073778376 140736186725328 140736186722456 209874677031 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/19840/statm: 625 46 37 9 0 29 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2500

[startup+0.100246 s]
/proc/loadavg: 3.78 3.86 3.77 4/197 19840
/proc/meminfo: memFree=27682172/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 3960 0 1 0 5 1 0 0 20 0 18 0 340943917 2764726272 5168 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 674982 5168 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300224 s]
/proc/loadavg: 3.78 3.86 3.77 4/197 19840
/proc/meminfo: memFree=27682172/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 5823 0 1 0 43 2 0 0 20 0 18 0 340943917 2764726272 9271 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 674982 9271 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700224 s]
/proc/loadavg: 3.78 3.86 3.77 4/197 19840
/proc/meminfo: memFree=27682172/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2699928 CPUtime=1.22 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 11327 0 1 0 117 5 0 0 20 0 18 0 340943917 2764726272 49098 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 674982 49098 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2699928

[startup+1.50066 s]
/proc/loadavg: 3.78 3.86 3.77 4/215 19858
/proc/meminfo: memFree=27338012/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2699928 CPUtime=2.19 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 11520 0 1 0 205 14 0 0 20 0 18 0 340943917 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 674982 106466 2246 9 0 665676 0
[pid=19840/tid=19842] ppid=19838 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) R 19838 19840 17063 0 -1 4202560 3020 0 1 0 131 8 0 0 20 0 18 0 340943919 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876547190184 139876487342613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340943920 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340943921 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340943922 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340943922 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) S 19838 19840 17063 0 -1 4202560 3608 0 0 0 27 0 0 0 20 0 18 0 340943925 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876389947832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 3611 0 0 0 25 0 0 0 20 0 18 0 340943925 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 106466 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 2699928

[startup+3.10066 s]
/proc/loadavg: 3.78 3.86 3.77 4/215 19858
/proc/meminfo: memFree=27183668/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2701252 CPUtime=4.2 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 12352 0 1 0 395 25 0 0 20 0 18 0 340943917 2766082048 126810 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 675313 126810 2257 9 0 666007 0
[pid=19840/tid=19842] ppid=19838 vsize=2701252 CPUtime=2.88 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) R 19838 19840 17063 0 -1 4202560 3035 0 1 0 280 8 0 0 20 0 18 0 340943919 2766082048 126810 33554432000 1073741824 1073778376 140736186725328 139876547190088 139876551457936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2701252 CPUtime=0.06 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 340943920 2766082048 126810 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2701252 CPUtime=0.06 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 340943920 2766082048 126817 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2701252 CPUtime=0.05 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 18 0 340943920 2766082048 126817 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2701252 CPUtime=0.07 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 340943920 2766082048 126820 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2701252 CPUtime=0.05 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 18 0 340943920 2766082048 126820 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2701252 CPUtime=0.05 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 340943920 2766082048 126820 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2701252 CPUtime=0.08 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 340943920 2766082048 126820 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2701252 CPUtime=0.11 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 18 0 340943920 2766082048 126489 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2701252 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340943921 2766082048 126489 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340943922 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340943922 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) R 19838 19840 17063 0 -1 4202560 4266 0 0 0 36 0 0 0 20 0 18 0 340943925 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876389947712 209883882423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 3614 0 0 0 27 0 0 0 20 0 18 0 340943925 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340943925 2764726272 126489 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2701252

[startup+6.30076 s]
/proc/loadavg: 3.72 3.85 3.76 5/219 19862
/proc/meminfo: memFree=27181900/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2966184 CPUtime=11.06 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 16963 0 1 0 1074 32 0 0 20 0 22 0 340943917 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 741546 141073 2280 9 0 732240 0
[pid=19840/tid=19842] ppid=19838 vsize=2966184 CPUtime=3.53 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) S 19838 19840 17063 0 -1 4202560 3039 0 1 0 345 8 0 0 20 0 22 0 340943919 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876547191960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 49 0 0 0 7 3 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 55 0 0 0 10 3 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 68 0 0 0 11 4 0 0 20 0 22 0 340943920 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340943921 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) S 19838 19840 17063 0 -1 4202560 7056 0 0 0 89 1 0 0 20 0 22 0 340943925 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876389947832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 5162 0 0 0 62 0 0 0 20 0 22 0 340943925 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19859] ppid=19838 vsize=2966184 CPUtime=2.41 cores=0,2,4,6
/proc/19840/task/19859/stat : 19859 (java) R 19838 19840 17063 0 -1 4202560 29 0 0 0 241 0 0 0 20 0 22 0 340944292 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876385733824 139876487562999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19860] ppid=19838 vsize=2966184 CPUtime=2.4 cores=0,2,4,6
/proc/19840/task/19860/stat : 19860 (java) R 19838 19840 17063 0 -1 4202560 66 0 0 0 240 0 0 0 20 0 22 0 340944292 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876384682968 139876487578865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19861] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19861/stat : 19861 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876383630760 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19862] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19862/stat : 19862 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 141073 33554432000 1073741824 1073778376 140736186725328 139876382577960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 2966184

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

/proc/19840/statm: 741546 357789 2289 9 0 732240 0
[pid=19840/tid=19842] ppid=19838 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) S 19838 19840 17063 0 -1 4202560 3117 0 1 0 346 9 0 0 20 0 22 0 340943919 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876547191960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2966184 CPUtime=14.9 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 528 0 0 0 1466 24 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2966184 CPUtime=14.91 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 488 0 0 0 1470 21 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2966184 CPUtime=14.36 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 465 0 0 0 1416 20 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2966184 CPUtime=14.74 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 542 0 0 0 1449 25 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2966184 CPUtime=15.1 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 485 0 0 0 1491 19 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2966184 CPUtime=14.34 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 462 0 0 0 1416 18 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2966184 CPUtime=14.35 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 458 0 0 0 1418 17 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2966184 CPUtime=14.18 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 553 0 0 0 1391 27 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2966184 CPUtime=75.65 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 77 0 0 0 7505 60 0 0 20 0 22 0 340943921 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) S 19838 19840 17063 0 -1 4202560 7658 0 0 0 130 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876389947832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 5178 0 0 0 84 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 46 0 0 0 12 17 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19859] ppid=19838 vsize=2966184 CPUtime=709.03 cores=0,2,4,6
/proc/19840/task/19859/stat : 19859 (java) R 19838 19840 17063 0 -1 4202560 342 0 0 0 70891 12 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876385734448 139876487578756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19860] ppid=19838 vsize=2966184 CPUtime=709.05 cores=0,2,4,6
/proc/19840/task/19860/stat : 19860 (java) R 19838 19840 17063 0 -1 4202560 664 0 0 0 70893 12 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876384680592 139876487706059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19861] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19861/stat : 19861 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876383630760 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19862] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19862/stat : 19862 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876382577960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1620.5
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.05 3.97 3.88 5/219 19951
/proc/meminfo: memFree=26313388/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2966184 CPUtime=1739.38 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 22293 0 1 0 173675 263 0 0 20 0 22 0 340943917 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 741546 357789 2289 9 0 732240 0
[pid=19840/tid=19842] ppid=19838 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) S 19838 19840 17063 0 -1 4202560 3121 0 1 0 346 9 0 0 20 0 22 0 340943919 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876547191960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2966184 CPUtime=15.2 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 528 0 0 0 1496 24 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2966184 CPUtime=15.27 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 488 0 0 0 1505 22 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2966184 CPUtime=14.69 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 465 0 0 0 1449 20 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2966184 CPUtime=15.01 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 542 0 0 0 1476 25 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2966184 CPUtime=15.35 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 485 0 0 0 1516 19 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2966184 CPUtime=14.71 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 462 0 0 0 1452 19 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2966184 CPUtime=14.57 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 458 0 0 0 1440 17 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2966184 CPUtime=14.49 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 553 0 0 0 1421 28 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2966184 CPUtime=77.85 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 81 0 0 0 7724 61 0 0 20 0 22 0 340943921 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) S 19838 19840 17063 0 -1 4202560 7658 0 0 0 130 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876389947832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 5178 0 0 0 84 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 50 0 0 0 13 17 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19859] ppid=19838 vsize=2966184 CPUtime=766 cores=0,2,4,6
/proc/19840/task/19859/stat : 19859 (java) R 19838 19840 17063 0 -1 4202560 351 0 0 0 76587 13 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876385735184 139876487828761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19860] ppid=19838 vsize=2966184 CPUtime=766.05 cores=0,2,4,6
/proc/19840/task/19860/stat : 19860 (java) R 19838 19840 17063 0 -1 4202560 685 0 0 0 76592 13 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876384681024 139876487562981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19861] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19861/stat : 19861 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876383630760 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19862] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19862/stat : 19862 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876382577960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.38
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.701 s]
/proc/loadavg: 4.03 3.97 3.88 5/219 19951
/proc/meminfo: memFree=26309416/32873844 swapFree=7632/7632
[pid=19840] ppid=19838 vsize=2966184 CPUtime=1800.19 cores=0,2,4,6
/proc/19840/stat : 19840 (java) S 19838 19840 17063 0 -1 4202496 22299 0 1 0 179755 264 0 0 20 0 22 0 340943917 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 140736186716464 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19840/statm: 741546 357789 2289 9 0 732240 0
[pid=19840/tid=19842] ppid=19838 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/19840/task/19842/stat : 19842 (java) S 19838 19840 17063 0 -1 4202560 3121 0 1 0 346 9 0 0 20 0 22 0 340943919 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876547191960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19843] ppid=19838 vsize=2966184 CPUtime=15.2 cores=0,2,4,6
/proc/19840/task/19843/stat : 19843 (java) S 19838 19840 17063 0 -1 4202560 528 0 0 0 1496 24 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876482985000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19844] ppid=19838 vsize=2966184 CPUtime=15.28 cores=0,2,4,6
/proc/19840/task/19844/stat : 19844 (java) S 19838 19840 17063 0 -1 4202560 488 0 0 0 1506 22 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876412672936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19845] ppid=19838 vsize=2966184 CPUtime=14.69 cores=0,2,4,6
/proc/19840/task/19845/stat : 19845 (java) S 19838 19840 17063 0 -1 4202560 465 0 0 0 1449 20 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876411620136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19846] ppid=19838 vsize=2966184 CPUtime=15.02 cores=0,2,4,6
/proc/19840/task/19846/stat : 19846 (java) S 19838 19840 17063 0 -1 4202560 542 0 0 0 1477 25 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876410567336 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19847] ppid=19838 vsize=2966184 CPUtime=15.37 cores=0,2,4,6
/proc/19840/task/19847/stat : 19847 (java) S 19838 19840 17063 0 -1 4202560 485 0 0 0 1518 19 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876409514536 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19848] ppid=19838 vsize=2966184 CPUtime=14.72 cores=0,2,4,6
/proc/19840/task/19848/stat : 19848 (java) S 19838 19840 17063 0 -1 4202560 462 0 0 0 1453 19 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876408461736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19849] ppid=19838 vsize=2966184 CPUtime=14.57 cores=0,2,4,6
/proc/19840/task/19849/stat : 19849 (java) S 19838 19840 17063 0 -1 4202560 458 0 0 0 1440 17 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876407408936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19850] ppid=19838 vsize=2966184 CPUtime=14.5 cores=0,2,4,6
/proc/19840/task/19850/stat : 19850 (java) S 19838 19840 17063 0 -1 4202560 553 0 0 0 1422 28 0 0 20 0 22 0 340943920 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876406356136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19851] ppid=19838 vsize=2966184 CPUtime=77.85 cores=0,2,4,6
/proc/19840/task/19851/stat : 19851 (java) S 19838 19840 17063 0 -1 4202560 83 0 0 0 7724 61 0 0 20 0 22 0 340943921 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876394159080 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19852] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19852/stat : 19852 (java) S 19838 19840 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876393105144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19840/tid=19853] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19853/stat : 19853 (java) S 19838 19840 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340943922 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876392052232 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19854] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19854/stat : 19854 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876391000720 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19855] ppid=19838 vsize=2966184 CPUtime=1.31 cores=0,2,4,6
/proc/19840/task/19855/stat : 19855 (java) S 19838 19840 17063 0 -1 4202560 7658 0 0 0 130 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876389947832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19856] ppid=19838 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/19840/task/19856/stat : 19856 (java) S 19838 19840 17063 0 -1 4202560 5178 0 0 0 84 1 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876388895032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19857] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19857/stat : 19857 (java) S 19838 19840 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876387842424 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19858] ppid=19838 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/19840/task/19858/stat : 19858 (java) S 19838 19840 17063 0 -1 4202560 52 0 0 0 13 18 0 0 20 0 22 0 340943925 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876386789832 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19859] ppid=19838 vsize=2966184 CPUtime=796.31 cores=0,2,4,6
/proc/19840/task/19859/stat : 19859 (java) R 19838 19840 17063 0 -1 4202560 353 0 0 0 79617 14 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876385734608 139876487578743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19840/tid=19860] ppid=19838 vsize=2966184 CPUtime=796.35 cores=0,2,4,6
/proc/19840/task/19860/stat : 19860 (java) R 19838 19840 17063 0 -1 4202560 685 0 0 0 79621 14 0 0 20 0 22 0 340944292 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876384681024 139876487562969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19840/tid=19861] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19861/stat : 19861 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876383630760 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19840/tid=19862] ppid=19838 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19840/task/19862/stat : 19862 (java) S 19838 19840 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340944301 3037372416 357789 33554432000 1073741824 1073778376 140736186725328 139876382577960 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

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 19840 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=100407
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=81531
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 912.726
CPU time (s): 1800.19
CPU user time (s): 1797.55
CPU system time (s): 2.64
CPU usage (%): 197.232
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.1
system time used= 3.08153
maximum resident set size= 1431280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22330
page faults= 1
swaps= 0
block input operations= 40
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56099
involuntary context switches= 114353

runsolver used 4.26135 second user time and 7.03293 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 20:29:56
IDJOB=3735290
IDBENCH=2960
IDSOLVER=2324
FILE ID=node141/3735290-1338748195
RUNJOBID= node141-1338738353-17079
PBS_JOBID= 14636770
Free space on /tmp= 70688 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735290-1338748195/watcher-3735290-1338748195 -o /tmp/evaluation-result-3735290-1338748195/solver-3735290-1338748195 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3735290-1338748195.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=876967711

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27682172 kB
Buffers:          425132 kB
Cached:          3221880 kB
SwapCached:          216 kB
Active:          1957992 kB
Inactive:        2348588 kB
Active(anon):     650632 kB
Inactive(anon):    11288 kB
Active(file):    1307360 kB
Inactive(file):  2337300 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             20924 kB
Writeback:            52 kB
AnonPages:        668928 kB
Mapped:            19008 kB
Shmem:               172 kB
Slab:             742192 kB
SReclaimable:     184016 kB
SUnreclaim:       558176 kB
KernelStack:        1616 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70700 MiB
End job on node141 at 2012-06-03 20:45:11