Trace number 3743401

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.15 900.84

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM3b8362af58c9130644833689fa0f2100
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 6694
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 62779
Number of bits of the biggest sum of numbers16
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	
0.08/0.11	c solving HOME/instance-3743401-1338792175.opb
0.08/0.11	c reading problem ... 
10.10/6.41	c ... done. Wall clock time 6.293s.
10.10/6.41	c #vars     400896
10.10/6.41	c #constraints  402763
10.10/6.41	c constraints type 
10.10/6.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.10/6.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.10/6.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.10/6.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.10/6.41	c constraints type 
10.10/6.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.10/6.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.10/6.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.10/6.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
167.53/84.46	c cleaning 1734 clauses out of 5000 with flag 5000/5000
323.42/162.65	c cleaning 4620 clauses out of 9266 with flag 11000/11000
486.10/244.19	c cleaning 5819 clauses out of 11647 with flag 18001/18001
737.09/370.06	c cleaning 6915 clauses out of 13831 with flag 26004/26004
950.91/477.44	c cleaning 7951 clauses out of 15912 with flag 35000/35000
1167.65/585.54	c cleaning 8976 clauses out of 17961 with flag 45000/45000
1443.00/722.52	c cleaning 9987 clauses out of 19985 with flag 56000/56000
1728.89/864.89	c cleaning 10636 clauses out of 21998 with flag 68000/68000
1800.15/900.82	c starts		: 78
1800.15/900.82	c conflicts		: 71851
1800.15/900.82	c decisions		: 2951987
1800.15/900.82	c propagations		: 2963864752
1800.15/900.82	c inspects		: 1483566224
1800.15/900.82	c learnt literals	: 0
1800.15/900.82	c learnt binary clauses	: 327
1800.15/900.82	c learnt ternary clauses	: 241
1800.15/900.82	c learnt clauses	: 71851
1800.15/900.82	c ignored clauses	: 0
1800.15/900.82	c root simplifications	: 0
1800.15/900.82	c removed literals (reason simplification)	: 5131573
1800.15/900.82	c reason swapping (by a shorter reason)	: 0
1800.15/900.82	c Calls to reduceDB	: 8
1800.15/900.82	c number of reductions to clauses (during analyze)	: 0
1800.15/900.82	c number of learned constraints concerned by reduction	: 0
1800.15/900.82	c number of learning phase by resolution	: 0
1800.15/900.82	c number of learning phase by cutting planes	: 0
1800.15/900.82	c speed (assignments/second)	: 3313765.2955579655
1800.15/900.82	c non guided choices	2632
1800.15/900.83	c learnt constraints type 
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14886
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 327
1800.15/900.83	c constraints type 
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.15/900.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.15/900.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.15/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/900.83	c constraints type 
1800.15/900.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.15/900.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.15/900.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.15/900.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.15/900.83	s UNKNOWN
1800.15/900.83	c Total wall clock time (in seconds): 900.718

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-3743401-1338792175/watcher-3743401-1338792175 -o /tmp/evaluation-result-3743401-1338792175/solver-3743401-1338792175 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743401-1338792175.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.83 3.94 3.90 4/197 10541
/proc/meminfo: memFree=26114252/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10541/stat : 10541 (java6) D 10539 10541 9217 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 345343068 9515008 183 33554432000 1073741824 1073778376 140735645475872 140735645466904 239873113781 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/10541/statm: 2323 183 140 9 0 71 0

[startup+0.022284 s]
/proc/loadavg: 3.83 3.94 3.90 4/197 10541
/proc/meminfo: memFree=26114252/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=152584 CPUtime=0 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 1449 0 1 0 0 0 0 0 20 0 2 0 345343068 156246016 1129 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 38146 1129 865 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100186 s]
/proc/loadavg: 3.83 3.94 3.90 4/197 10541
/proc/meminfo: memFree=26114252/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 4720 0 1 0 8 0 0 0 20 0 18 0 345343068 2764726272 6422 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 6422 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.30017 s]
/proc/loadavg: 3.83 3.94 3.90 4/197 10541
/proc/meminfo: memFree=26114252/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 6581 0 1 0 50 1 0 0 20 0 18 0 345343068 2764726272 16232 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 16232 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700283 s]
/proc/loadavg: 3.83 3.94 3.90 4/197 10541
/proc/meminfo: memFree=26114252/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=1.22 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 11197 0 1 0 116 6 0 0 20 0 18 0 345343068 2764726272 57758 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 58270 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 2699928

[startup+1.50061 s]
/proc/loadavg: 3.83 3.94 3.90 4/215 10559
/proc/meminfo: memFree=25689140/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=2.55 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 11527 0 1 0 234 21 0 0 20 0 18 0 345343068 2764726272 125906 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 125906 2248 9 0 665676 0
[pid=10541/tid=10543] ppid=10539 vsize=2699928 CPUtime=1.28 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 9217 0 -1 4202560 2956 0 1 0 122 6 0 0 20 0 18 0 345343069 2764726272 125906 33554432000 1073741824 1073778376 140734514208368 140424991690072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 9217 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 18 0 345343071 2764726272 125906 33554432000 1073741824 1073778376 140734514208368 140424975972952 140424998587308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) R 10539 10541 9217 0 -1 4202560 40 0 0 0 9 2 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424974920232 140424998590031 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) R 10539 10541 9217 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424973867352 140424994162315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) R 10539 10541 9217 0 -1 4202560 38 0 0 0 7 1 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424972814512 140424995447948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) R 10539 10541 9217 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424971762776 140424999186128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) R 10539 10541 9217 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424970710232 140424994969500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) R 10539 10541 9217 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424969657176 140424998199680 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) R 10539 10541 9217 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 18 0 345343071 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424968604632 140424998587648 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424838612232 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) S 10539 10541 9217 0 -1 4202560 4110 0 0 0 26 1 0 0 20 0 18 0 345343075 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424834403128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) S 10539 10541 9217 0 -1 4202560 3036 0 0 0 28 0 0 0 20 0 18 0 345343075 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424833350584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 125907 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 2699928

[startup+3.10063 s]
/proc/loadavg: 3.83 3.94 3.90 4/215 10559
/proc/meminfo: memFree=25616964/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=4.99 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 12034 0 1 0 462 37 0 0 20 0 18 0 345343068 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 156387 2248 9 0 665676 0
[pid=10541/tid=10543] ppid=10539 vsize=2699928 CPUtime=2.6 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 9217 0 -1 4202560 2958 0 1 0 253 7 0 0 20 0 18 0 345343069 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424991690312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 9217 0 -1 4202560 61 0 0 0 15 3 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424975972904 239873068167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) R 10539 10541 9217 0 -1 4202560 94 0 0 0 29 6 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424974920360 239873068167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) R 10539 10541 9217 0 -1 4202560 83 0 0 0 23 5 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424973867352 239873068167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) R 10539 10541 9217 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424972814760 239873068167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) R 10539 10541 9217 0 -1 4202560 276 0 0 0 15 4 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424971762776 140424995866799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) R 10539 10541 9217 0 -1 4202560 55 0 0 0 15 3 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424970710184 239873068167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) R 10539 10541 9217 0 -1 4202560 67 0 0 0 16 3 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424969657128 140424999736482 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) R 10539 10541 9217 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 18 0 345343071 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424968604584 239873068167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424838612232 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) S 10539 10541 9217 0 -1 4202560 4110 0 0 0 26 2 0 0 20 0 18 0 345343075 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424834403128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) S 10539 10541 9217 0 -1 4202560 3036 0 0 0 28 0 0 0 20 0 18 0 345343075 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424833350584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 156387 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 2699928

[startup+6.30071 s]
/proc/loadavg: 3.76 3.92 3.90 4/215 10559
/proc/meminfo: memFree=25383132/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2699928 CPUtime=9.97 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 12924 0 1 0 948 49 0 0 20 0 18 0 345343068 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 674982 185030 2256 9 0 665676 0
[pid=10541/tid=10543] ppid=10539 vsize=2699928 CPUtime=5.16 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) R 10539 10541 9217 0 -1 4202560 2994 0 1 0 508 8 0 0 20 0 18 0 345343069 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424991689736 140424845165179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 9217 0 -1 4202560 220 0 0 0 40 4 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424975972776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 9217 0 -1 4202560 358 0 0 0 57 7 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424974920232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 9217 0 -1 4202560 261 0 0 0 50 6 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424973867176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 9217 0 -1 4202560 87 0 0 0 40 4 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424972814632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 9217 0 -1 4202560 295 0 0 0 37 6 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424971762600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 9217 0 -1 4202560 133 0 0 0 46 5 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424970710056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 9217 0 -1 4202560 145 0 0 0 55 5 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424969657000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 9217 0 -1 4202560 86 0 0 0 36 4 0 0 20 0 18 0 345343071 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424968604456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424838613352 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345343072 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) R 10539 10541 9217 0 -1 4202560 4127 0 0 0 29 2 0 0 20 0 18 0 345343075 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424834381200 140424998147584 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) R 10539 10541 9217 0 -1 4202560 3036 0 0 0 28 0 0 0 20 0 18 0 345343075 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424833350584 140424998480279 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345343075 2764726272 185030 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.78 3.92 3.90 5/219 10563
/proc/meminfo: memFree=25379092/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2966184 CPUtime=23.58 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 13951 0 1 0 2308 50 0 0 20 0 22 0 345343068 3037372416 185578 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 741546 185578 2271 9 0 732240 0
[pid=10541/tid=10543] ppid=10539 vsize=2966184 CPUtime=5.27 cores=0,2,4,6

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

/proc/10541/statm: 741546 223113 2284 9 0 732240 0
[pid=10541/tid=10543] ppid=10539 vsize=2966184 CPUtime=5.29 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 9217 0 -1 4202560 3008 0 1 0 521 8 0 0 20 0 22 0 345343069 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424991691928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2966184 CPUtime=2.48 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 9217 0 -1 4202560 240 0 0 0 242 6 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424975972776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2966184 CPUtime=2.65 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 9217 0 -1 4202560 371 0 0 0 255 10 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424974920232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 9217 0 -1 4202560 285 0 0 0 254 9 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424973867176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2966184 CPUtime=2.39 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 9217 0 -1 4202560 130 0 0 0 233 6 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424972814632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2966184 CPUtime=2.28 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 9217 0 -1 4202560 309 0 0 0 220 8 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424971762600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2966184 CPUtime=2.5 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 9217 0 -1 4202560 160 0 0 0 242 8 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424970710056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2966184 CPUtime=2.62 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 9217 0 -1 4202560 182 0 0 0 254 8 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424969657000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2966184 CPUtime=2.46 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 9217 0 -1 4202560 135 0 0 0 240 6 0 0 20 0 22 0 345343071 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424968604456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2966184 CPUtime=6.38 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 25028 0 0 0 597 41 0 0 20 0 22 0 345343072 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424838613352 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) S 10539 10541 9217 0 -1 4202560 12755 0 0 0 167 2 0 0 20 0 22 0 345343075 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424834403128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) S 10539 10541 9217 0 -1 4202560 3911 0 0 0 106 0 0 0 20 0 22 0 345343075 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424833350584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 46 0 0 0 16 15 0 0 20 0 22 0 345343075 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10560] ppid=10539 vsize=2966184 CPUtime=801.95 cores=0,2,4,6
/proc/10541/task/10560/stat : 10560 (java) R 10539 10541 9217 0 -1 4202560 188 0 0 0 80181 14 0 0 20 0 22 0 345343709 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140424830188192 140424845829881 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10561] ppid=10539 vsize=2966184 CPUtime=802.26 cores=0,2,4,6
/proc/10541/task/10561/stat : 10561 (java) R 10539 10541 9217 0 -1 4202560 540 0 0 0 80212 14 0 0 20 0 22 0 345343709 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140423687298256 140424845847045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10562] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10562/stat : 10562 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343720 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140423686247208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10563] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10563/stat : 10563 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343721 3037372416 223113 33554432000 1073741824 1073778376 140734514208368 140423685194664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1643.23
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.93 3.98 3.92 5/219 10639
/proc/meminfo: memFree=25344028/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2966184 CPUtime=1762.9 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 61064 0 1 0 176147 143 0 0 20 0 22 0 345343068 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 741546 224147 2284 9 0 732240 0
[pid=10541/tid=10543] ppid=10539 vsize=2966184 CPUtime=5.29 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 9217 0 -1 4202560 3010 0 1 0 521 8 0 0 20 0 22 0 345343069 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424991691928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2966184 CPUtime=2.79 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 9217 0 -1 4202560 240 0 0 0 273 6 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424975972776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2966184 CPUtime=2.95 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 9217 0 -1 4202560 371 0 0 0 284 11 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424974920232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2966184 CPUtime=2.91 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 9217 0 -1 4202560 285 0 0 0 282 9 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424973867176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2966184 CPUtime=2.71 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 9217 0 -1 4202560 133 0 0 0 265 6 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424972814632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2966184 CPUtime=2.63 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 9217 0 -1 4202560 310 0 0 0 254 9 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424971762600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2966184 CPUtime=2.82 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 9217 0 -1 4202560 164 0 0 0 274 8 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424970710056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2966184 CPUtime=2.95 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 9217 0 -1 4202560 183 0 0 0 287 8 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424969657000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 9217 0 -1 4202560 139 0 0 0 273 7 0 0 20 0 22 0 345343071 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424968604456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2966184 CPUtime=7.6 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 37505 0 0 0 711 49 0 0 20 0 22 0 345343072 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424838613352 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) S 10539 10541 9217 0 -1 4202560 12755 0 0 0 167 2 0 0 20 0 22 0 345343075 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424834403128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) S 10539 10541 9217 0 -1 4202560 3911 0 0 0 106 0 0 0 20 0 22 0 345343075 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424833350584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 50 0 0 0 17 16 0 0 20 0 22 0 345343075 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10560] ppid=10539 vsize=2966184 CPUtime=859.76 cores=0,2,4,6
/proc/10541/task/10560/stat : 10560 (java) R 10539 10541 9217 0 -1 4202560 221 0 0 0 85961 15 0 0 20 0 22 0 345343709 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140424830188912 140424845518510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10561] ppid=10539 vsize=2966184 CPUtime=860.04 cores=0,2,4,6
/proc/10541/task/10561/stat : 10561 (java) R 10539 10541 9217 0 -1 4202560 599 0 0 0 85989 15 0 0 20 0 22 0 345343709 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140423687297344 140424846354825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10562] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10562/stat : 10562 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343720 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140423686247208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10563] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10563/stat : 10563 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343721 3037372416 224147 33554432000 1073741824 1073778376 140734514208368 140423685194664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.9
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 3.87 3.96 3.91 4/218 10639
/proc/meminfo: memFree=25343912/32873844 swapFree=7384/7384
[pid=10541] ppid=10539 vsize=2966184 CPUtime=1800.15 cores=0,2,4,6
/proc/10541/stat : 10541 (java) S 10539 10541 9217 0 -1 4202496 61099 0 1 0 179870 145 0 0 20 0 22 0 345343068 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140734514199504 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10541/statm: 741546 224149 2284 9 0 732240 0
[pid=10541/tid=10543] ppid=10539 vsize=2966184 CPUtime=5.29 cores=0,2,4,6
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 9217 0 -1 4202560 3010 0 1 0 521 8 0 0 20 0 22 0 345343069 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424991691928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 9217 0 -1 4202560 240 0 0 0 282 6 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424975972776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 9217 0 -1 4202560 371 0 0 0 292 11 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424974920232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 9217 0 -1 4202560 285 0 0 0 292 9 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424973867176 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=2966184 CPUtime=2.8 cores=0,2,4,6
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 9217 0 -1 4202560 134 0 0 0 274 6 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424972814632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=2966184 CPUtime=2.71 cores=0,2,4,6
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 9217 0 -1 4202560 310 0 0 0 262 9 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424971762600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10549] ppid=10539 vsize=2966184 CPUtime=2.92 cores=0,2,4,6
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 9217 0 -1 4202560 164 0 0 0 284 8 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424970710056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=2966184 CPUtime=3.04 cores=0,2,4,6
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 9217 0 -1 4202560 184 0 0 0 296 8 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424969657000 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10551] ppid=10539 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 9217 0 -1 4202560 139 0 0 0 281 7 0 0 20 0 22 0 345343071 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424968604456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=2966184 CPUtime=7.62 cores=0,2,4,6
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 9217 0 -1 4202560 37507 0 0 0 711 51 0 0 20 0 22 0 345343072 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424838613352 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10553] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10553/stat : 10553 (java) S 10539 10541 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424837559672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10554] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10554/stat : 10554 (java) S 10539 10541 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345343072 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424836506504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10555] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10555/stat : 10555 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424835455248 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10556] ppid=10539 vsize=2966184 CPUtime=1.69 cores=0,2,4,6
/proc/10541/task/10556/stat : 10556 (java) S 10539 10541 9217 0 -1 4202560 12755 0 0 0 167 2 0 0 20 0 22 0 345343075 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424834403128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10541/tid=10557] ppid=10539 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/10541/task/10557/stat : 10557 (java) S 10539 10541 9217 0 -1 4202560 3911 0 0 0 106 0 0 0 20 0 22 0 345343075 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424833350584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10541/tid=10558] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10558/stat : 10558 (java) S 10539 10541 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345343075 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424832297720 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 9217 0 -1 4202560 52 0 0 0 17 17 0 0 20 0 22 0 345343075 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424831245384 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10560] ppid=10539 vsize=2966184 CPUtime=877.98 cores=0,2,4,6
/proc/10541/task/10560/stat : 10560 (java) R 10539 10541 9217 0 -1 4202560 227 0 0 0 87783 15 0 0 20 0 22 0 345343709 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140424830188136 140424845990282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10561] ppid=10539 vsize=2966184 CPUtime=878.26 cores=0,2,4,6
/proc/10541/task/10561/stat : 10561 (java) R 10539 10541 9217 0 -1 4202560 622 0 0 0 87811 15 0 0 20 0 22 0 345343709 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140423687298256 140424845846974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10541/tid=10562] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10562/stat : 10562 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343720 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140423686247208 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10541/tid=10563] ppid=10539 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10541/task/10563/stat : 10563 (java) S 10539 10541 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345343721 3037372416 224149 33554432000 1073741824 1073778376 140734514208368 140423685194664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 10541 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=979273
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=875714
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.84
CPU time (s): 1800.15
CPU user time (s): 1798.7
CPU system time (s): 1.45
CPU usage (%): 199.83
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 1.87571
maximum resident set size= 946468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61133
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43854
involuntary context switches= 68764

runsolver used 3.75043 second user time and 7.65384 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 08:42:56
IDJOB=3743401
IDBENCH=91083
IDSOLVER=2324
FILE ID=node136/3743401-1338792175
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69764 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null0mast_rapportOE1.0_TMAX60_K192_cod2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743401-1338792175/watcher-3743401-1338792175 -o /tmp/evaluation-result-3743401-1338792175/solver-3743401-1338792175 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743401-1338792175.opb

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

MD5SUM BENCH= 3b8362af58c9130644833689fa0f2100
RANDOM SEED=580982301

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
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.247
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.90
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.247
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.247
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:        26115020 kB
Buffers:         1277624 kB
Cached:          3680244 kB
SwapCached:        20316 kB
Active:          3660068 kB
Inactive:        2191900 kB
Active(anon):     866520 kB
Inactive(anon):    22308 kB
Active(file):    2793548 kB
Inactive(file):  2169592 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:             27952 kB
Writeback:             0 kB
AnonPages:        882844 kB
Mapped:            17820 kB
Shmem:                 0 kB
Slab:             764560 kB
SReclaimable:     205612 kB
SUnreclaim:       558948 kB
KernelStack:        1616 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 69788 MiB
End job on node136 at 2012-06-04 08:57:59