Trace number 3743662

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.5 902.438

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUMff8a546b7ea64c76b8dbf498ac8de727
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-11724
Best CPU time to get the best result obtained on this benchmark1800.93
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 621460138
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 621460138
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743662-1338794981.opb
0.09/0.11	c reading problem ... 
11.90/7.60	c ... done. Wall clock time 7.492s.
11.90/7.60	c #vars     399113
11.90/7.60	c #constraints  400980
11.90/7.60	c constraints type 
11.90/7.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.90/7.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.90/7.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.90/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.90/7.60	c constraints type 
11.90/7.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.90/7.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.90/7.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.90/7.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
382.93/192.51	c cleaning 2497 clauses out of 4994 with flag 5000/5000
828.17/415.49	c cleaning 4244 clauses out of 8497 with flag 11000/11000
1402.72/703.28	c cleaning 5619 clauses out of 11253 with flag 18000/18000
1800.08/902.42	c starts		: 51
1800.08/902.42	c conflicts		: 22542
1800.08/902.42	c decisions		: 263051
1800.08/902.42	c propagations		: 1304162204
1800.08/902.42	c inspects		: 277144334
1800.08/902.42	c learnt literals	: 6
1800.08/902.42	c learnt binary clauses	: 150
1800.08/902.42	c learnt ternary clauses	: 235
1800.08/902.42	c learnt clauses	: 22535
1800.08/902.42	c ignored clauses	: 0
1800.08/902.42	c root simplifications	: 0
1800.08/902.42	c removed literals (reason simplification)	: 1726995
1800.08/902.42	c reason swapping (by a shorter reason)	: 0
1800.08/902.42	c Calls to reduceDB	: 3
1800.08/902.42	c number of reductions to clauses (during analyze)	: 0
1800.08/902.42	c number of learned constraints concerned by reduction	: 0
1800.08/902.42	c number of learning phase by resolution	: 0
1800.08/902.42	c number of learning phase by cutting planes	: 0
1800.08/902.42	c speed (assignments/second)	: 1457472.2539173076
1800.08/902.42	c non guided choices	44
1800.08/902.43	c learnt constraints type 
1800.08/902.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10026
1800.08/902.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 150
1800.08/902.43	c constraints type 
1800.08/902.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.08/902.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/902.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/902.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/902.43	c constraints type 
1800.08/902.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.08/902.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.08/902.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.08/902.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/902.43	s UNKNOWN
1800.08/902.43	c Total wall clock time (in seconds): 902.315

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-3743662-1338794981/watcher-3743662-1338794981 -o /tmp/evaluation-result-3743662-1338794981/solver-3743662-1338794981 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743662-1338794981.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.91 3.90 3.71 4/197 20558
/proc/meminfo: memFree=28812416/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/20558/stat : 20558 (java6) R 20556 20558 17860 0 -1 4202496 185 0 0 0 0 0 0 0 20 0 1 0 345623651 9379840 122 33554432000 1073741824 1073778376 140736087955088 140736087952216 214540784096 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20558/statm: 2372 129 100 9 0 120 0

[startup+0.015245 s]
/proc/loadavg: 3.91 3.90 3.71 4/197 20558
/proc/meminfo: memFree=28812416/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 2 0 345623651 98570240 979 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 24065 979 745 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100171 s]
/proc/loadavg: 3.91 3.90 3.71 4/197 20558
/proc/meminfo: memFree=28812416/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 4745 0 1 0 9 0 0 0 20 0 18 0 345623651 2764726272 6445 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 6445 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300287 s]
/proc/loadavg: 3.91 3.90 3.71 4/197 20558
/proc/meminfo: memFree=28812416/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 6255 0 1 0 46 1 0 0 20 0 18 0 345623651 2764726272 17948 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 17948 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700169 s]
/proc/loadavg: 3.91 3.90 3.71 4/197 20558
/proc/meminfo: memFree=28812416/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=0.9 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 6335 0 1 0 86 4 0 0 20 0 18 0 345623651 2764726272 55331 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 55331 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 2699928

[startup+1.50744 s]
/proc/loadavg: 3.91 3.90 3.71 4/215 20576
/proc/meminfo: memFree=28366964/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=2.47 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 12012 0 1 0 227 20 0 0 20 0 18 0 345623651 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 129455 2248 9 0 665676 0
[pid=20558/tid=20560] ppid=20556 vsize=2699928 CPUtime=1.33 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) R 20556 20558 17860 0 -1 4202560 2982 0 1 0 127 6 0 0 20 0 18 0 345623652 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347860479016 214540805389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) S 20556 20558 17860 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347726985512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) S 20556 20558 17860 0 -1 4202560 53 0 0 0 5 3 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347725932712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) S 20556 20558 17860 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347724880424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) S 20556 20558 17860 0 -1 4202560 52 0 0 0 7 1 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347723827624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) S 20556 20558 17860 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347722775336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) S 20556 20558 17860 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347721722536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) S 20556 20558 17860 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347384523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) S 20556 20558 17860 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 18 0 345623653 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347383471016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345623654 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347371272424 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 4499 0 0 0 31 0 0 0 20 0 18 0 345623657 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 18 0 345623657 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 129455 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 2699928

[startup+3.10076 s]
/proc/loadavg: 3.91 3.90 3.71 4/215 20576
/proc/meminfo: memFree=28216596/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=5.49 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 14085 0 1 0 516 33 0 0 20 0 18 0 345623651 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 164074 2248 9 0 665676 0
[pid=20558/tid=20560] ppid=20556 vsize=2699928 CPUtime=2.41 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) S 20556 20558 17860 0 -1 4202560 2994 0 1 0 235 6 0 0 20 0 18 0 345623652 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347860479256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) R 20556 20558 17860 0 -1 4202560 312 0 0 0 28 4 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347726985640 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) R 20556 20558 17860 0 -1 4202560 334 0 0 0 28 5 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347725932568 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) R 20556 20558 17860 0 -1 4202560 320 0 0 0 22 3 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347724880552 140347867975927 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) R 20556 20558 17860 0 -1 4202560 343 0 0 0 32 3 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347723827752 214537374855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) R 20556 20558 17860 0 -1 4202560 213 0 0 0 21 2 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347722775512 140347864642372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) R 20556 20558 17860 0 -1 4202560 174 0 0 0 28 3 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347721722392 214537374855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) R 20556 20558 17860 0 -1 4202560 307 0 0 0 21 4 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347384523944 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) R 20556 20558 17860 0 -1 4202560 325 0 0 0 30 4 0 0 20 0 18 0 345623653 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347383471144 214537374855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345623654 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347371271304 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 4499 0 0 0 31 0 0 0 20 0 18 0 345623657 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 18 0 345623657 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 164074 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 2699928

[startup+6.30064 s]
/proc/loadavg: 3.84 3.89 3.71 4/215 20576
/proc/meminfo: memFree=28089316/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2699928 CPUtime=9.89 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 14399 0 1 0 947 42 0 0 20 0 18 0 345623651 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 674982 186384 2248 9 0 665676 0
[pid=20558/tid=20560] ppid=20556 vsize=2699928 CPUtime=5.17 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) R 20556 20558 17860 0 -1 4202560 3007 0 1 0 510 7 0 0 20 0 18 0 345623652 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347860480208 140347733081504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) S 20556 20558 17860 0 -1 4202560 343 0 0 0 48 5 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347726985512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) S 20556 20558 17860 0 -1 4202560 341 0 0 0 43 5 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347725932712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) S 20556 20558 17860 0 -1 4202560 340 0 0 0 46 4 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347724880424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2699928 CPUtime=0.59 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) S 20556 20558 17860 0 -1 4202560 364 0 0 0 55 4 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347723827624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) S 20556 20558 17860 0 -1 4202560 301 0 0 0 37 3 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347722775336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) S 20556 20558 17860 0 -1 4202560 274 0 0 0 51 4 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347721722536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) S 20556 20558 17860 0 -1 4202560 328 0 0 0 40 5 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347384523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2699928 CPUtime=0.49 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) S 20556 20558 17860 0 -1 4202560 338 0 0 0 44 5 0 0 20 0 18 0 345623653 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347383471016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345623654 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347371272424 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345623655 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 4499 0 0 0 31 0 0 0 20 0 18 0 345623657 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 3083 0 0 0 26 0 0 0 20 0 18 0 345623657 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345623657 2764726272 186384 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.93 3.91 3.72 5/219 20580
/proc/meminfo: memFree=27934572/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2966184 CPUtime=23.42 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 20911 0 1 0 2289 53 0 0 20 0 22 0 345623651 3037372416 221062 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 741546 221062 2273 9 0 732240 0
[pid=20558/tid=20560] ppid=20556 vsize=2966184 CPUtime=6.35 cores=0,2,4,6

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

[pid=20558/tid=20578] ppid=20556 vsize=2966184 CPUtime=751.25 cores=0,2,4,6
/proc/20558/task/20578/stat : 20578 (java) R 20556 20558 17860 0 -1 4202560 70 0 0 0 75114 11 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347361794328 140347733586464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20579] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20579/stat : 20579 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624457 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347360744616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20580] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20580/stat : 20580 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624460 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347359691816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1519.89
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.88 3.94 3.83 5/219 20653
/proc/meminfo: memFree=27479856/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2966184 CPUtime=1639.87 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 22076 0 1 0 163899 88 0 0 20 0 22 0 345623651 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 741546 251108 2285 9 0 732240 0
[pid=20558/tid=20560] ppid=20556 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) S 20556 20558 17860 0 -1 4202560 3024 0 1 0 629 8 0 0 20 0 22 0 345623652 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347860481176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) S 20556 20558 17860 0 -1 4202560 740 0 0 0 64 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347726985512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) S 20556 20558 17860 0 -1 4202560 376 0 0 0 62 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347725932712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) S 20556 20558 17860 0 -1 4202560 364 0 0 0 66 5 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347724880424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) S 20556 20558 17860 0 -1 4202560 442 0 0 0 79 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347723827624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) S 20556 20558 17860 0 -1 4202560 314 0 0 0 51 4 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347722775336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) S 20556 20558 17860 0 -1 4202560 300 0 0 0 67 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347721722536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) S 20556 20558 17860 0 -1 4202560 375 0 0 0 61 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347384523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) S 20556 20558 17860 0 -1 4202560 362 0 0 0 63 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347383471016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 69 0 0 0 307 3 0 0 20 0 22 0 345623654 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347371272424 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 9912 0 0 0 124 2 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 4455 0 0 0 95 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20577] ppid=20556 vsize=2966184 CPUtime=811.13 cores=0,2,4,6
/proc/20558/task/20577/stat : 20577 (java) R 20556 20558 17860 0 -1 4202560 39 0 0 0 81098 15 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347362848976 140347733695840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20578] ppid=20556 vsize=2966184 CPUtime=811.25 cores=0,2,4,6
/proc/20558/task/20578/stat : 20578 (java) R 20556 20558 17860 0 -1 4202560 70 0 0 0 81111 14 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347361794328 140347733558347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20579] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20579/stat : 20579 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624457 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347360744616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20580] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20580/stat : 20580 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624460 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347359691816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1639.87
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.95 3.95 3.83 5/219 20653
/proc/meminfo: memFree=27479620/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2966184 CPUtime=1759.85 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 22080 0 1 0 175896 89 0 0 20 0 22 0 345623651 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 741546 251108 2285 9 0 732240 0
[pid=20558/tid=20560] ppid=20556 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) S 20556 20558 17860 0 -1 4202560 3024 0 1 0 629 8 0 0 20 0 22 0 345623652 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347860481176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) S 20556 20558 17860 0 -1 4202560 740 0 0 0 64 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347726985512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) S 20556 20558 17860 0 -1 4202560 376 0 0 0 62 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347725932712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) S 20556 20558 17860 0 -1 4202560 364 0 0 0 66 5 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347724880424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) S 20556 20558 17860 0 -1 4202560 442 0 0 0 79 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347723827624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) S 20556 20558 17860 0 -1 4202560 314 0 0 0 51 4 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347722775336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) S 20556 20558 17860 0 -1 4202560 300 0 0 0 67 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347721722536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) S 20556 20558 17860 0 -1 4202560 375 0 0 0 61 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347384523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) S 20556 20558 17860 0 -1 4202560 362 0 0 0 63 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347383471016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 69 0 0 0 308 3 0 0 20 0 22 0 345623654 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347371272424 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 9912 0 0 0 124 2 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 4455 0 0 0 95 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20577] ppid=20556 vsize=2966184 CPUtime=871.11 cores=0,2,4,6
/proc/20558/task/20577/stat : 20577 (java) R 20556 20558 17860 0 -1 4202560 39 0 0 0 87095 16 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347362848976 140347733578175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20578] ppid=20556 vsize=2966184 CPUtime=871.25 cores=0,2,4,6
/proc/20558/task/20578/stat : 20578 (java) R 20556 20558 17860 0 -1 4202560 70 0 0 0 87110 15 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347361794328 140347733158991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20579] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20579/stat : 20579 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624457 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347360744616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20580] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20580/stat : 20580 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624460 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347359691816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1759.85
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.408 s]
/proc/loadavg: 3.97 3.95 3.83 5/219 20653
/proc/meminfo: memFree=27479744/32873648 swapFree=7116/7116
[pid=20558] ppid=20556 vsize=2966184 CPUtime=1800.08 cores=0,2,4,6
/proc/20558/stat : 20558 (java) S 20556 20558 17860 0 -1 4202496 22082 0 1 0 179918 90 0 0 20 0 22 0 345623651 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140737009722768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20558/statm: 741546 251108 2285 9 0 732240 0
[pid=20558/tid=20560] ppid=20556 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/20558/task/20560/stat : 20560 (java) S 20556 20558 17860 0 -1 4202560 3024 0 1 0 629 8 0 0 20 0 22 0 345623652 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347860481176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20561] ppid=20556 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20558/task/20561/stat : 20561 (java) S 20556 20558 17860 0 -1 4202560 740 0 0 0 64 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347726985512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20562] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20562/stat : 20562 (java) S 20556 20558 17860 0 -1 4202560 376 0 0 0 62 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347725932712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20563] ppid=20556 vsize=2966184 CPUtime=0.71 cores=0,2,4,6
/proc/20558/task/20563/stat : 20563 (java) S 20556 20558 17860 0 -1 4202560 364 0 0 0 66 5 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347724880424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20564] ppid=20556 vsize=2966184 CPUtime=0.85 cores=0,2,4,6
/proc/20558/task/20564/stat : 20564 (java) S 20556 20558 17860 0 -1 4202560 442 0 0 0 79 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347723827624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20565] ppid=20556 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/20558/task/20565/stat : 20565 (java) S 20556 20558 17860 0 -1 4202560 314 0 0 0 51 4 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347722775336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20566] ppid=20556 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/20558/task/20566/stat : 20566 (java) S 20556 20558 17860 0 -1 4202560 300 0 0 0 67 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347721722536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20567] ppid=20556 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20558/task/20567/stat : 20567 (java) S 20556 20558 17860 0 -1 4202560 375 0 0 0 61 7 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347384523816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20568] ppid=20556 vsize=2966184 CPUtime=0.69 cores=0,2,4,6
/proc/20558/task/20568/stat : 20568 (java) S 20556 20558 17860 0 -1 4202560 362 0 0 0 63 6 0 0 20 0 22 0 345623653 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347383471016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20569] ppid=20556 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/20558/task/20569/stat : 20569 (java) S 20556 20558 17860 0 -1 4202560 69 0 0 0 308 3 0 0 20 0 22 0 345623654 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347371272424 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20570] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20570/stat : 20570 (java) S 20556 20558 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347370218488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20571] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20571/stat : 20571 (java) S 20556 20558 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345623655 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347369166088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20572] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20572/stat : 20572 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347368114576 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20573] ppid=20556 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/20558/task/20573/stat : 20573 (java) S 20556 20558 17860 0 -1 4202560 9912 0 0 0 124 2 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347367062200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20558/tid=20574] ppid=20556 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/20558/task/20574/stat : 20574 (java) S 20556 20558 17860 0 -1 4202560 4455 0 0 0 95 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347366009400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20575] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20575/stat : 20575 (java) S 20556 20558 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347364957304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20558/tid=20576] ppid=20556 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/20558/task/20576/stat : 20576 (java) S 20556 20558 17860 0 -1 4202560 53 0 0 0 12 17 0 0 20 0 22 0 345623657 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347363904712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20577] ppid=20556 vsize=2966184 CPUtime=891.22 cores=0,2,4,6
/proc/20558/task/20577/stat : 20577 (java) R 20556 20558 17860 0 -1 4202560 39 0 0 0 89106 16 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347362848976 140347733695823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20578] ppid=20556 vsize=2966184 CPUtime=891.36 cores=0,2,4,6
/proc/20558/task/20578/stat : 20578 (java) R 20556 20558 17860 0 -1 4202560 70 0 0 0 89121 15 0 0 20 0 22 0 345624412 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347361794328 140347733585731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20558/tid=20579] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20579/stat : 20579 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624457 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347360744616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20558/tid=20580] ppid=20556 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20558/task/20580/stat : 20580 (java) S 20556 20558 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345624460 3037372416 251108 33554432000 1073741824 1073778376 140737009731632 140347359691816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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
Real time (s): 902.438
CPU time (s): 1800.5
CPU user time (s): 1799.27
CPU system time (s): 1.23181
CPU usage (%): 199.515
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 1.23181
maximum resident set size= 1006600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21634
involuntary context switches= 20278

runsolver used 3.46347 second user time and 8.47271 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 09:29:42
IDJOB=3743662
IDBENCH=92076
IDSOLVER=2324
FILE ID=node127/3743662-1338794981
RUNJOBID= node127-1338781344-17876
PBS_JOBID= 14636831
Free space on /tmp= 70452 MiB

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

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=1817174433

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28812680 kB
Buffers:          431892 kB
Cached:          2169976 kB
SwapCached:         1428 kB
Active:          1642692 kB
Inactive:        1514928 kB
Active(anon):     549488 kB
Inactive(anon):     7952 kB
Active(file):    1093204 kB
Inactive(file):  1506976 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             31224 kB
Writeback:             0 kB
AnonPages:        581720 kB
Mapped:            19044 kB
Shmem:                92 kB
Slab:             748432 kB
SReclaimable:     192132 kB
SUnreclaim:       556300 kB
KernelStack:        1616 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1576532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70424 MiB
End job on node127 at 2012-06-04 09:44:46