Trace number 4080889

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 901.631

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 benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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-2013 Artois University and CNRS
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4080889-1465309606.opb
0.10/0.12	c reading problem ... 
0.10/0.13	c  objective function found
12.49/8.55	c ... done. Wall clock time 8.434s.
12.49/8.55	c declared #vars     399113
12.49/8.55	c #constraints  400980
12.49/8.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
12.49/8.56	c constraints type 
12.49/8.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.49/8.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.49/8.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.49/8.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.49/8.56	c 400980 constraints processed.
12.49/8.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
12.49/8.56	c constraints type 
12.49/8.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.49/8.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.49/8.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.49/8.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.49/8.56	c 400980 constraints processed.
12.49/8.56	c objective function length is 306555 literals
545.66/274.63	c cleaning 2491 clauses out of 4997 with flag 49182/5001
912.53/457.82	c cleaning 4201 clauses out of 8505 with flag 94357/11000
1704.24/853.76	c cleaning 5631 clauses out of 11307 with flag 222592/18003
1800.02/901.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.61	c starts		: 207
1800.02/901.61	c conflicts		: 18843
1800.02/901.61	c decisions		: 1440313
1800.02/901.61	c propagations		: 660615875
1800.02/901.61	c inspects		: 373569372
1800.02/901.61	c shortcuts		: 0
1800.02/901.61	c learnt literals	: 4
1800.02/901.61	c learnt binary clauses	: 170
1800.02/901.61	c learnt ternary clauses	: 42
1800.02/901.61	c learnt constraints	: 18838
1800.02/901.61	c ignored constraints	: 0
1800.02/901.61	c root simplifications	: 0
1800.02/901.61	c removed literals (reason simplification)	: 2202791
1800.02/901.61	c reason swapping (by a shorter reason)	: 0
1800.02/901.61	c Calls to reduceDB	: 3
1800.02/901.61	c Number of update (reduction) of LBD	: 8475
1800.02/901.61	c Imported unit clauses	: 0
1800.02/901.61	c number of reductions to clauses (during analyze)	: 0
1800.02/901.61	c number of learned constraints concerned by reduction	: 0
1800.02/901.61	c number of learning phase by resolution	: 0
1800.02/901.61	c number of learning phase by cutting planes	: 0
1800.02/901.61	c speed (assignments/second)	: 739830.2384624085
1800.02/901.61	c non guided choices	0
1800.02/901.61	c learnt constraints type 
1800.02/901.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 170
1800.02/901.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6345
1800.02/901.61	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/901.61	c starts		: 1
1800.02/901.61	c conflicts		: 6
1800.02/901.61	c decisions		: 86459
1800.02/901.61	c propagations		: 886127
1800.02/901.61	c inspects		: 72257
1800.02/901.61	c shortcuts		: 0
1800.02/901.61	c learnt literals	: 0
1800.02/901.61	c learnt binary clauses	: 0
1800.02/901.61	c learnt ternary clauses	: 0
1800.02/901.61	c learnt constraints	: 5
1800.02/901.61	c ignored constraints	: 0
1800.02/901.61	c root simplifications	: 0
1800.02/901.61	c removed literals (reason simplification)	: 0
1800.02/901.61	c reason swapping (by a shorter reason)	: 0
1800.02/901.61	c Calls to reduceDB	: 0
1800.02/901.61	c Number of update (reduction) of LBD	: 0
1800.02/901.61	c Imported unit clauses	: 0
1800.02/901.61	c number of reductions to clauses (during analyze)	: 0
1800.02/901.61	c number of learned constraints concerned by reduction	: 0
1800.02/901.61	c number of learning phase by resolution	: 0
1800.02/901.61	c number of learning phase by cutting planes	: 0
1800.02/901.61	c speed (assignments/second)	: 992.3790389413751
1800.02/901.61	c non guided choices	0
1800.02/901.61	c learnt constraints type 
1800.02/901.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.02/901.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3
1800.02/901.61	s UNKNOWN
1800.02/901.61	c Total wall clock time (in seconds): 901.493

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080889-1465309606/watcher-4080889-1465309606 -o /tmp/evaluation-result-4080889-1465309606/solver-4080889-1465309606 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465299571-21135 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080889-1465309606.opb 

pid=23332
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: 4.06 4.07 4.02 4/197 23335
/proc/meminfo: memFree=28425020/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 112895409 98570240 977 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 24065 977 743 9 0 16771 0
[pid=23335/tid=23336] ppid=23332 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 112895409 98570240 977 33554432000 1073741824 1073778376 140736674048096 140354495741480 224922518912 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 4.06 4.07 4.02 4/197 23335
/proc/meminfo: memFree=28425020/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 112895409 9787879424 5586 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 5586 2126 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 2437 0 1 0 7 0 0 0 20 0 18 0 112895409 9787879424 5586 33554432000 1073741824 1073778376 140736674048096 140354495744928 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 4.06 4.07 4.02 4/197 23335
/proc/meminfo: memFree=28425020/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 5057 0 1 0 27 2 0 0 20 0 18 0 112895409 9787879424 11116 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 11116 2221 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 2462 0 1 0 16 1 0 0 20 0 18 0 112895409 9787879424 11116 33554432000 1073741824 1073778376 140736674048096 140354495728856 140354435549780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300361 s]
/proc/loadavg: 4.06 4.07 4.02 4/197 23335
/proc/meminfo: memFree=28425020/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 5794 0 1 0 46 2 0 0 20 0 18 0 112895409 9787879424 15592 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 15592 2232 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 2470 0 1 0 26 1 0 0 20 0 18 0 112895409 9787879424 15592 33554432000 1073741824 1073778376 140736674048096 140354495728856 140354435846040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700342 s]
/proc/loadavg: 4.06 4.07 4.02 4/197 23335
/proc/meminfo: memFree=28425020/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=0.97 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 5986 0 1 0 91 6 0 0 20 0 18 0 112895409 9787879424 46922 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 46922 2248 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 2518 0 1 0 60 4 0 0 20 0 18 0 112895409 9787879424 46922 33554432000 1073741824 1073778376 140736674048096 140354495737600 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558476

[startup+1.51206 s]
/proc/loadavg: 4.06 4.07 4.02 6/215 23353
/proc/meminfo: memFree=28160928/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=2.98 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 21801 0 1 0 282 16 0 0 20 0 18 0 112895409 9787879424 99476 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 99476 2264 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) S 23332 23335 21119 0 -1 4202560 2572 0 1 0 134 5 0 0 20 0 18 0 112895409 9787879424 99476 33554432000 1073741824 1073778376 140736674048096 140354495744872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23338] ppid=23332 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/23335/task/23338/stat : 23338 (java) R 23332 23335 21119 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 112895410 9787879424 99476 33554432000 1073741824 1073778376 140736674048096 140354434476200 140354498217649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23339] ppid=23332 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23335/task/23339/stat : 23339 (java) R 23332 23335 21119 0 -1 4202560 167 0 0 0 1 1 0 0 20 0 18 0 112895410 9787879424 99476 33554432000 1073741824 1073778376 140736674048096 140354433423656 140354498217657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23340] ppid=23332 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23335/task/23340/stat : 23340 (java) R 23332 23335 21119 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 112895410 9787879424 99476 33554432000 1073741824 1073778376 140736674048096 140354432371288 140354499503244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) R 23332 23335 21119 0 -1 4202560 200 0 0 0 3 0 0 0 20 0 18 0 112895410 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354336275160 140354498217657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) R 23332 23335 21119 0 -1 4202560 111 0 0 0 3 3 0 0 20 0 18 0 112895410 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354335222616 140354498217649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) R 23332 23335 21119 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 112895410 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) R 23332 23335 21119 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 112895410 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354333117352 140354498217673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) R 23332 23335 21119 0 -1 4202560 108 0 0 0 3 0 0 0 20 0 18 0 112895410 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354332064984 140354499503244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 112895411 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354319864840 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 9556 0 0 0 56 2 0 0 20 0 18 0 112895414 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354315641832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7697 0 0 0 62 2 0 0 20 0 18 0 112895414 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354314589288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23353/stat : 23353 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 99988 33554432000 1073741824 1073778376 140736674048096 140354312498504 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 4.05 4.07 4.02 4/215 23353
/proc/meminfo: memFree=27640200/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=5.23 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 25269 0 1 0 474 49 0 0 20 0 18 0 112895409 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 471719 2264 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=2.75 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 3869 0 1 0 249 26 0 0 20 0 18 0 112895409 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140354495737808 140354503511130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23338] ppid=23332 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23335/task/23338/stat : 23338 (java) S 23332 23335 21119 0 -1 4202560 66 0 0 0 14 3 0 0 20 0 18 0 112895410 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140354434476200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23339] ppid=23332 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/23335/task/23339/stat : 23339 (java) S 23332 23335 21119 0 -1 4202560 267 0 0 0 13 2 0 0 20 0 18 0 112895410 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140354433423656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23340] ppid=23332 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/23335/task/23340/stat : 23340 (java) S 23332 23335 21119 0 -1 4202560 191 0 0 0 11 2 0 0 20 0 18 0 112895410 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140354432371112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) S 23332 23335 21119 0 -1 4202560 483 0 0 0 13 4 0 0 20 0 18 0 112895410 9787879424 471719 33554432000 1073741824 1073778376 140736674048096 140354336274984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) S 23332 23335 21119 0 -1 4202560 220 0 0 0 12 4 0 0 20 0 18 0 112895410 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354335222440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) S 23332 23335 21119 0 -1 4202560 228 0 0 0 8 2 0 0 20 0 18 0 112895410 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) S 23332 23335 21119 0 -1 4202560 66 0 0 0 6 2 0 0 20 0 18 0 112895410 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354333117352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) S 23332 23335 21119 0 -1 4202560 395 0 0 0 11 3 0 0 20 0 18 0 112895410 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354332064808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 18 0 112895411 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354319865960 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 9557 0 0 0 56 2 0 0 20 0 18 0 112895414 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354315655736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7699 0 0 0 63 2 0 0 20 0 18 0 112895414 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354314603192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23353/stat : 23353 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 472231 33554432000 1073741824 1073778376 140736674048096 140354312498504 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 4.05 4.07 4.02 4/215 23353
/proc/meminfo: memFree=25465124/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9558476 CPUtime=9.9 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 28928 0 1 0 909 81 0 0 20 0 18 0 112895409 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2389619 740416 2264 9 0 2380296 0
[pid=23335/tid=23336] ppid=23332 vsize=9558476 CPUtime=5.42 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) R 23332 23335 21119 0 -1 4202560 4283 0 1 0 504 38 0 0 20 0 18 0 112895409 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354495745504 140354435882961 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23338] ppid=23332 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/23335/task/23338/stat : 23338 (java) S 23332 23335 21119 0 -1 4202560 412 0 0 0 32 5 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354434476200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23339] ppid=23332 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23335/task/23339/stat : 23339 (java) S 23332 23335 21119 0 -1 4202560 803 0 0 0 43 4 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354433423656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23340] ppid=23332 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/23335/task/23340/stat : 23340 (java) S 23332 23335 21119 0 -1 4202560 674 0 0 0 27 4 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354432371112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) S 23332 23335 21119 0 -1 4202560 867 0 0 0 36 6 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354336274984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) S 23332 23335 21119 0 -1 4202560 530 0 0 0 33 6 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354335222440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) S 23332 23335 21119 0 -1 4202560 715 0 0 0 26 3 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) S 23332 23335 21119 0 -1 4202560 130 0 0 0 34 6 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354333117352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) S 23332 23335 21119 0 -1 4202560 742 0 0 0 38 6 0 0 20 0 18 0 112895410 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354332064808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 112895411 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354319865960 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 112895412 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 9557 0 0 0 56 2 0 0 20 0 18 0 112895414 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354315655736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7699 0 0 0 64 2 0 0 20 0 18 0 112895414 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354314603192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 112895414 9787879424 740416 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9558476 CPUtime=0 cores=0,2,4,6

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

/proc/23335/task/23340/stat : 23340 (java) S 23332 23335 21119 0 -1 4202560 674 0 0 0 27 4 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354432371112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) S 23332 23335 21119 0 -1 4202560 867 0 0 0 36 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354336274984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) S 23332 23335 21119 0 -1 4202560 530 0 0 0 33 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354335222440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) S 23332 23335 21119 0 -1 4202560 715 0 0 0 26 3 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) S 23332 23335 21119 0 -1 4202560 130 0 0 0 34 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354333117352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) S 23332 23335 21119 0 -1 4202560 742 0 0 0 38 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354332064808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 22 0 112895411 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354319865960 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 12403 0 0 0 215 3 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354315655736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7755 0 0 0 110 2 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354314603192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23335/task/23353/stat : 23353 (java) S 23332 23335 21119 0 -1 4202560 47 0 0 0 21 12 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354312498504 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23354] ppid=23332 vsize=9824732 CPUtime=811.45 cores=0,2,4,6
/proc/23335/task/23354/stat : 23354 (java) R 23332 23335 21119 0 -1 4202560 26 0 0 0 81132 13 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354311442368 140354436682703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23355] ppid=23332 vsize=9824732 CPUtime=811.4 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (java) R 23332 23335 21119 0 -1 4202560 27 0 0 0 81128 12 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354310387920 140354436680915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23356] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354309338152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23357] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354308285608 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1641.43
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.10 4.03 5/219 23453
/proc/meminfo: memFree=26021064/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9824732 CPUtime=1761.44 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 31971 0 1 0 176046 98 0 0 20 0 22 0 112895409 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2456183 740704 2289 9 0 2446860 0
[pid=23335/tid=23336] ppid=23332 vsize=9824732 CPUtime=7.72 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) S 23332 23335 21119 0 -1 4202560 4299 0 1 0 731 41 0 0 20 0 22 0 112895409 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354495746936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23338] ppid=23332 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23335/task/23338/stat : 23338 (java) S 23332 23335 21119 0 -1 4202560 412 0 0 0 32 5 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354434476200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23339] ppid=23332 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/23335/task/23339/stat : 23339 (java) S 23332 23335 21119 0 -1 4202560 803 0 0 0 43 4 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354433423656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23340] ppid=23332 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23335/task/23340/stat : 23340 (java) S 23332 23335 21119 0 -1 4202560 674 0 0 0 27 4 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354432371112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) S 23332 23335 21119 0 -1 4202560 867 0 0 0 36 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354336274984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) S 23332 23335 21119 0 -1 4202560 530 0 0 0 33 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354335222440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) S 23332 23335 21119 0 -1 4202560 715 0 0 0 26 3 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) S 23332 23335 21119 0 -1 4202560 130 0 0 0 34 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354333117352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) S 23332 23335 21119 0 -1 4202560 742 0 0 0 38 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354332064808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 22 0 112895411 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354319865960 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 12405 0 0 0 215 3 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354315655736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7755 0 0 0 110 2 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354314603192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/23335/task/23353/stat : 23353 (java) S 23332 23335 21119 0 -1 4202560 51 0 0 0 21 14 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354312498504 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23354] ppid=23332 vsize=9824732 CPUtime=871.3 cores=0,2,4,6
/proc/23335/task/23354/stat : 23354 (java) R 23332 23335 21119 0 -1 4202560 26 0 0 0 87115 15 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354311433888 140354436790420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23355] ppid=23332 vsize=9824732 CPUtime=871.23 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (java) R 23332 23335 21119 0 -1 4202560 27 0 0 0 87110 13 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354310387920 140354436705244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23356] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354309338152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23357] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354308285608 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1761.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 4.19 4.11 4.03 5/219 23453
/proc/meminfo: memFree=26021324/32872528 swapFree=11372/178980
[pid=23335] ppid=23332 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/23335/stat : 23335 (java) S 23332 23335 21119 0 -1 4202496 31973 0 1 0 179904 98 0 0 20 0 22 0 112895409 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140736674039232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23335/statm: 2456183 740704 2289 9 0 2446860 0
[pid=23335/tid=23336] ppid=23332 vsize=9824732 CPUtime=7.72 cores=0,2,4,6
/proc/23335/task/23336/stat : 23336 (java) S 23332 23335 21119 0 -1 4202560 4299 0 1 0 731 41 0 0 20 0 22 0 112895409 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354495746936 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23338] ppid=23332 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23335/task/23338/stat : 23338 (java) S 23332 23335 21119 0 -1 4202560 412 0 0 0 32 5 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354434476200 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23339] ppid=23332 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/23335/task/23339/stat : 23339 (java) S 23332 23335 21119 0 -1 4202560 803 0 0 0 43 4 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354433423656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23340] ppid=23332 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23335/task/23340/stat : 23340 (java) S 23332 23335 21119 0 -1 4202560 674 0 0 0 27 4 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354432371112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23335/tid=23341] ppid=23332 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/23335/task/23341/stat : 23341 (java) S 23332 23335 21119 0 -1 4202560 867 0 0 0 36 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354336274984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23342] ppid=23332 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/23335/task/23342/stat : 23342 (java) S 23332 23335 21119 0 -1 4202560 530 0 0 0 33 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354335222440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23343] ppid=23332 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23335/task/23343/stat : 23343 (java) S 23332 23335 21119 0 -1 4202560 715 0 0 0 26 3 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354334169896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23344] ppid=23332 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/23335/task/23344/stat : 23344 (java) S 23332 23335 21119 0 -1 4202560 130 0 0 0 34 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354333117352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23345] ppid=23332 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/23335/task/23345/stat : 23345 (java) S 23332 23335 21119 0 -1 4202560 742 0 0 0 38 6 0 0 20 0 22 0 112895410 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354332064808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23346] ppid=23332 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23335/task/23346/stat : 23346 (java) S 23332 23335 21119 0 -1 4202560 1269 0 0 0 0 3 0 0 20 0 22 0 112895411 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354319865960 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23347] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23347/stat : 23347 (java) S 23332 23335 21119 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354318812280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23348] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23348/stat : 23348 (java) S 23332 23335 21119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112895412 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354317759624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23349] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23349/stat : 23349 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354316708368 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23350] ppid=23332 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/23335/task/23350/stat : 23350 (java) S 23332 23335 21119 0 -1 4202560 12405 0 0 0 215 3 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354315655736 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23351] ppid=23332 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/23335/task/23351/stat : 23351 (java) S 23332 23335 21119 0 -1 4202560 7755 0 0 0 110 2 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354314603192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23352] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23352/stat : 23352 (java) S 23332 23335 21119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354313550840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23335/tid=23353] ppid=23332 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23335/task/23353/stat : 23353 (java) S 23332 23335 21119 0 -1 4202560 53 0 0 0 22 14 0 0 20 0 22 0 112895414 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354312498504 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23354] ppid=23332 vsize=9824732 CPUtime=890.54 cores=0,2,4,6
/proc/23335/task/23354/stat : 23354 (java) R 23332 23335 21119 0 -1 4202560 26 0 0 0 89039 15 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354311433888 140354436790425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23335/tid=23355] ppid=23332 vsize=9824732 CPUtime=890.46 cores=0,2,4,6
/proc/23335/task/23355/stat : 23355 (java) R 23332 23335 21119 0 -1 4202560 27 0 0 0 89033 13 0 0 20 0 22 0 112896265 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354310387920 140354436705196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23356] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23356/stat : 23356 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354309338152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23335/tid=23357] ppid=23332 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23335/task/23357/stat : 23357 (java) S 23332 23335 21119 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112896277 10060525568 740704 33554432000 1073741824 1073778376 140736674048096 140354308285608 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23335 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23335 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=359215
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=471776
# CPU time returned by wait4() is 1795.83
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.631
CPU time (s): 1800.02
CPU user time (s): 1799.04
CPU system time (s): 0.98
CPU usage (%): 199.641
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.36
system time used= 1.47178
maximum resident set size= 2965228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32016
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22540
involuntary context switches= 17986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73413 second user time and 7.66284 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-07 16:26:47
IDJOB=4080889
IDBENCH=92076
IDSOLVER=2543
FILE ID=node105/4080889-1465309606
RUNJOBID= node105-1465299571-21135
PBS_JOBID= 19848090
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080889-1465309606/watcher-4080889-1465309606 -o /tmp/evaluation-result-4080889-1465309606/solver-4080889-1465309606 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465299571-21135 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080889-1465309606.opb

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

MD5SUM BENCH= ff8a546b7ea64c76b8dbf498ac8de727
RANDOM SEED=1072529595

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28425400 kB
Buffers:           28936 kB
Cached:           162816 kB
SwapCached:         1728 kB
Active:          3467896 kB
Inactive:          86324 kB
Active(anon):    3364792 kB
Inactive(anon):      392 kB
Active(file):     103104 kB
Inactive(file):    85932 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:             31844 kB
Writeback:             0 kB
AnonPages:       3541636 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             574432 kB
SReclaimable:      17616 kB
SUnreclaim:       556816 kB
KernelStack:        1608 kB
PageTables:        11372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3880152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3264512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node105 at 2016-06-07 16:41:49