Trace number 4080865

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.13 899.043

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMb63a917d588fe2910953571155dfae07
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26505
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
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 45248874
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 45248874
Number of bits of the biggest sum of numbers26
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.08	c version PB16.v20160501
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080865-1465308610.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
2.83/1.37	c ... done. Wall clock time 1.255s.
2.83/1.37	c declared #vars     40451
2.83/1.37	c #constraints  40950
2.83/1.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.83/1.37	c constraints type 
2.83/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
2.83/1.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
2.83/1.37	c org.sat4j.specs.Constr$1 => 1
2.83/1.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
2.83/1.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
2.83/1.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.83/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.83/1.37	c 40950 constraints processed.
2.83/1.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.83/1.37	c constraints type 
2.83/1.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.83/1.37	c org.sat4j.specs.Constr$1 => 1
2.83/1.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
2.83/1.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.83/1.37	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.83/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.83/1.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.83/1.37	c 40950 constraints processed.
2.83/1.37	c objective function length is 16038 literals
28.68/13.71	c cleaning 2492 clauses out of 4987 with flag 15437/5000
56.75/27.73	c cleaning 4248 clauses out of 8495 with flag 42242/11000
89.37/44.03	c cleaning 5616 clauses out of 11236 with flag 69859/18000
139.81/69.27	c cleaning 6805 clauses out of 13620 with flag 104833/26000
191.47/95.00	c cleaning 7904 clauses out of 15816 with flag 142688/35001
244.46/121.51	c cleaning 8950 clauses out of 17904 with flag 182547/45001
296.71/147.61	c cleaning 9973 clauses out of 19954 with flag 231807/56001
353.58/176.09	c cleaning 10981 clauses out of 21981 with flag 282779/68001
413.92/206.18	c cleaning 11993 clauses out of 23996 with flag 333178/81000
471.91/235.13	c cleaning 12999 clauses out of 26003 with flag 394894/95000
527.53/262.98	c cleaning 14002 clauses out of 28005 with flag 466637/110001
587.34/292.87	c cleaning 15002 clauses out of 30004 with flag 542958/126002
661.92/330.02	c cleaning 16000 clauses out of 32000 with flag 617614/143000
741.51/369.86	c cleaning 16995 clauses out of 34000 with flag 694469/161000
822.71/410.45	c cleaning 18001 clauses out of 36005 with flag 774112/180000
918.89/458.57	c cleaning 19003 clauses out of 38005 with flag 868733/200001
1018.89/508.57	c cleaning 20000 clauses out of 40001 with flag 977853/221000
1119.14/558.56	c cleaning 20997 clauses out of 41999 with flag 1093298/243001
1224.34/611.18	c cleaning 21993 clauses out of 43996 with flag 1198766/266000
1321.34/659.61	c cleaning 22999 clauses out of 46004 with flag 1297445/290001
1418.34/708.11	c cleaning 23996 clauses out of 48005 with flag 1409129/315001
1515.53/756.77	c cleaning 25000 clauses out of 50008 with flag 1527040/341000
1630.34/814.14	c cleaning 25996 clauses out of 52008 with flag 1648212/368000
1768.95/883.49	c cleaning 27003 clauses out of 54012 with flag 1775864/396000
1800.13/899.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/899.00	c starts		: 251
1800.13/899.00	c conflicts		: 401803
1800.13/899.00	c decisions		: 777966
1800.13/899.00	c propagations		: 400735581
1800.13/899.00	c inspects		: 672992676
1800.13/899.00	c shortcuts		: 0
1800.13/899.00	c learnt literals	: 43
1800.13/899.00	c learnt binary clauses	: 488
1800.13/899.00	c learnt ternary clauses	: 278
1800.13/899.00	c learnt constraints	: 401760
1800.13/899.00	c ignored constraints	: 0
1800.13/899.00	c root simplifications	: 0
1800.13/899.00	c removed literals (reason simplification)	: 35964696
1800.13/899.00	c reason swapping (by a shorter reason)	: 0
1800.13/899.00	c Calls to reduceDB	: 24
1800.13/899.00	c Number of update (reduction) of LBD	: 47704
1800.13/899.00	c Imported unit clauses	: 0
1800.13/899.00	c number of reductions to clauses (during analyze)	: 0
1800.13/899.00	c number of learned constraints concerned by reduction	: 0
1800.13/899.00	c number of learning phase by resolution	: 0
1800.13/899.00	c number of learning phase by cutting planes	: 0
1800.13/899.00	c speed (assignments/second)	: 446460.2544162998
1800.13/899.00	c non guided choices	5574
1800.13/899.02	c learnt constraints type 
1800.13/899.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 488
1800.13/899.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32324
1800.13/899.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/899.02	c starts		: 1
1800.13/899.02	c conflicts		: 30
1800.13/899.02	c decisions		: 45810
1800.13/899.02	c propagations		: 92146
1800.13/899.02	c inspects		: 125660
1800.13/899.02	c shortcuts		: 0
1800.13/899.02	c learnt literals	: 0
1800.13/899.02	c learnt binary clauses	: 0
1800.13/899.02	c learnt ternary clauses	: 0
1800.13/899.02	c learnt constraints	: 29
1800.13/899.02	c ignored constraints	: 0
1800.13/899.02	c root simplifications	: 0
1800.13/899.02	c removed literals (reason simplification)	: 0
1800.13/899.02	c reason swapping (by a shorter reason)	: 0
1800.13/899.02	c Calls to reduceDB	: 0
1800.13/899.02	c Number of update (reduction) of LBD	: 0
1800.13/899.02	c Imported unit clauses	: 0
1800.13/899.02	c number of reductions to clauses (during analyze)	: 0
1800.13/899.02	c number of learned constraints concerned by reduction	: 0
1800.13/899.02	c number of learning phase by resolution	: 0
1800.13/899.02	c number of learning phase by cutting planes	: 0
1800.13/899.02	c speed (assignments/second)	: 102.65797090469941
1800.13/899.02	c non guided choices	0
1800.13/899.02	c learnt constraints type 
1800.13/899.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.13/899.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.13/899.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25
1800.13/899.02	s UNKNOWN
1800.13/899.02	c Total wall clock time (in seconds): 898.908

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-4080865-1465308610/watcher-4080865-1465308610 -o /tmp/evaluation-result-4080865-1465308610/solver-4080865-1465308610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465299561-13656 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080865-1465308610.opb 

pid=15517
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.93 4.04 4.05 4/198 15520
/proc/meminfo: memFree=29679180/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 112795982 98570240 977 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 24065 977 743 9 0 16771 0
[pid=15520/tid=15521] ppid=15517 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) R 15517 15520 13640 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 112795982 98570240 978 33554432000 1073741824 1073778376 140736077923920 139928779103784 270118241664 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 3.93 4.04 4.05 4/198 15520
/proc/meminfo: memFree=29679180/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 4434 0 1 0 9 1 0 0 20 0 18 0 112795982 9787879424 6046 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2389619 6046 2126 9 0 2380296 0
[pid=15520/tid=15521] ppid=15517 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) R 15517 15520 13640 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 112795982 9787879424 6046 33554432000 1073741824 1073778376 140736077923920 139928779107232 270121624845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20035 s]
/proc/loadavg: 3.93 4.04 4.05 4/198 15520
/proc/meminfo: memFree=29679180/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 5019 0 1 0 29 1 0 0 20 0 18 0 112795982 9787879424 7461 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2389619 7461 2221 9 0 2380296 0
[pid=15520/tid=15521] ppid=15517 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) R 15517 15520 13640 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 18 0 112795982 9787879424 7461 33554432000 1073741824 1073778376 140736077923920 139928779107232 139928642078275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300333 s]
/proc/loadavg: 3.93 4.04 4.05 4/198 15520
/proc/meminfo: memFree=29679180/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 5967 0 1 0 48 2 0 0 20 0 18 0 112795982 9787879424 9883 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2389619 9883 2232 9 0 2380296 0
[pid=15520/tid=15521] ppid=15517 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) R 15517 15520 13640 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 112795982 9787879424 9883 33554432000 1073741824 1073778376 140736077923920 139928779107232 270121624845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700296 s]
/proc/loadavg: 3.93 4.04 4.05 4/198 15520
/proc/meminfo: memFree=29679180/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 20967 0 1 0 153 6 0 0 20 0 18 0 112795982 9787879424 47004 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2389619 47005 2252 9 0 2380296 0
[pid=15520/tid=15521] ppid=15517 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) R 15517 15520 13640 0 -1 4202560 2538 0 1 0 65 2 0 0 20 0 18 0 112795982 9787879424 47005 33554432000 1073741824 1073778376 140736077923920 139928779098624 139928786535307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.18 4.09 4.07 4/216 15538
/proc/meminfo: memFree=29365584/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 22556 0 1 0 325 14 0 0 20 0 22 0 112795982 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2456183 90699 2275 9 0 2446860 0
[pid=15520/tid=15521] ppid=15517 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) S 15517 15520 13640 0 -1 4202560 2610 0 1 0 121 5 0 0 20 0 22 0 112795982 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928779109240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15523] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15523/stat : 15523 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928768171048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15524] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15524/stat : 15524 (java) S 15517 15520 13640 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928767118248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15525] ppid=15517 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 112795983 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 112795984 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15534/stat : 15534 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928600115856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15535] ppid=15517 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/15520/task/15535/stat : 15535 (java) R 15517 15520 13640 0 -1 4202560 10019 0 0 0 76 2 0 0 20 0 22 0 112795987 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928599062848 139928782633539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15536] ppid=15517 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/15520/task/15536/stat : 15536 (java) S 15517 15520 13640 0 -1 4202560 8312 0 0 0 77 1 0 0 20 0 22 0 112795987 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928597996264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15537] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15537/stat : 15537 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928596957560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15538] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15538/stat : 15538 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90699 33554432000 1073741824 1073778376 140736077923920 139928595904968 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.18 4.09 4.07 4/220 15542
/proc/meminfo: memFree=29009540/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9824732 CPUtime=7.4 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 22567 0 1 0 726 14 0 0 20 0 22 0 112795982 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2456183 90707 2282 9 0 2446860 0
[pid=15520/tid=15521] ppid=15517 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) S 15517 15520 13640 0 -1 4202560 2610 0 1 0 121 5 0 0 20 0 22 0 112795982 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928779109240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15523] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15523/stat : 15523 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928768171048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15524] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15524/stat : 15524 (java) S 15517 15520 13640 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928767118248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15525] ppid=15517 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 112795983 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 112795984 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15534/stat : 15534 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928600115856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15535] ppid=15517 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/15520/task/15535/stat : 15535 (java) S 15517 15520 13640 0 -1 4202560 10020 0 0 0 115 2 0 0 20 0 22 0 112795987 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928599062968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15536] ppid=15517 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/15520/task/15536/stat : 15536 (java) S 15517 15520 13640 0 -1 4202560 8319 0 0 0 120 2 0 0 20 0 22 0 112795987 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928598010168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15537] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15537/stat : 15537 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928596957560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15538] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15538/stat : 15538 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928595904968 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15539] ppid=15517 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/15520/task/15539/stat : 15539 (java) R 15517 15520 13640 0 -1 4202560 16 0 0 0 170 0 0 0 20 0 22 0 112796120 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928594848944 139928643117365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15540] ppid=15517 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/15520/task/15540/stat : 15540 (java) R 15517 15520 13640 0 -1 4202560 29 0 0 0 169 0 0 0 20 0 22 0 112796120 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928593796136 139928643363994 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15541] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15541/stat : 15541 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928592745896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15542] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15542/stat : 15542 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 90707 33554432000 1073741824 1073778376 140736077923920 139928591693096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.18 4.09 4.07 5/220 15542
/proc/meminfo: memFree=29009788/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9824732 CPUtime=13.83 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 22569 0 1 0 1368 15 0 0 20 0 22 0 112795982 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2456183 90008 2282 9 0 2446860 0
[pid=15520/tid=15521] ppid=15517 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) S 15517 15520 13640 0 -1 4202560 2610 0 1 0 121 5 0 0 20 0 22 0 112795982 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928779109240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15523] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15523/stat : 15523 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928768171048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15524] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15524/stat : 15524 (java) S 15517 15520 13640 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928767118248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15525] ppid=15517 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 112795983 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 112795984 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 90008 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 70 0 0 0 9 3 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 73 0 0 0 8 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 530 0 0 0 0 2 0 0 20 0 22 0 112795984 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15534/stat : 15534 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928600115856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15535] ppid=15517 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15520/task/15535/stat : 15535 (java) S 15517 15520 13640 0 -1 4202560 10101 0 0 0 152 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928599062968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15536] ppid=15517 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/15520/task/15536/stat : 15536 (java) S 15517 15520 13640 0 -1 4202560 8343 0 0 0 151 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928598010168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15537] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15537/stat : 15537 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928596957560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15538] ppid=15517 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/15520/task/15538/stat : 15538 (java) S 15517 15520 13640 0 -1 4202560 49 0 0 0 12 14 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928595904968 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15539] ppid=15517 vsize=9824732 CPUtime=818.55 cores=0,2,4,6
/proc/15520/task/15539/stat : 15539 (java) R 15517 15520 13640 0 -1 4202560 29 0 0 0 81843 12 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928594842128 139928643404800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15540] ppid=15517 vsize=9824732 CPUtime=818.47 cores=0,2,4,6
/proc/15520/task/15540/stat : 15540 (java) R 15517 15520 13640 0 -1 4202560 135 0 0 0 81832 15 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928593797864 139928642963787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15541] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15541/stat : 15541 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928592745896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15542] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15542/stat : 15542 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928591693096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1646.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.40 4.22 4.12 5/219 15563
/proc/meminfo: memFree=23808080/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9824732 CPUtime=1766.75 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 23613 0 1 0 176626 49 0 0 20 0 22 0 112795982 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2456183 182039 2289 9 0 2446860 0
[pid=15520/tid=15521] ppid=15517 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) S 15517 15520 13640 0 -1 4202560 2622 0 1 0 123 6 0 0 20 0 22 0 112795982 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928779109240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15523] ppid=15517 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/15520/task/15523/stat : 15523 (java) S 15517 15520 13640 0 -1 4202560 79 0 0 0 15 4 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928768171048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15524] ppid=15517 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/15520/task/15524/stat : 15524 (java) S 15517 15520 13640 0 -1 4202560 84 0 0 0 12 3 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928767118248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15525] ppid=15517 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 70 0 0 0 9 3 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 73 0 0 0 8 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 530 0 0 0 0 2 0 0 20 0 22 0 112795984 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15534/stat : 15534 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928600115856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15535] ppid=15517 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/15520/task/15535/stat : 15535 (java) S 15517 15520 13640 0 -1 4202560 10103 0 0 0 153 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928599062968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15536] ppid=15517 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15520/task/15536/stat : 15536 (java) S 15517 15520 13640 0 -1 4202560 8343 0 0 0 152 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928598010168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15537] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15537/stat : 15537 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928596957560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15538] ppid=15517 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/15520/task/15538/stat : 15538 (java) S 15517 15520 13640 0 -1 4202560 53 0 0 0 12 16 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928595904968 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15539] ppid=15517 vsize=9824732 CPUtime=878.4 cores=0,2,4,6
/proc/15520/task/15539/stat : 15539 (java) R 15517 15520 13640 0 -1 4202560 29 0 0 0 87827 13 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928594842128 139928643118407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15540] ppid=15517 vsize=9824732 CPUtime=878.32 cores=0,2,4,6
/proc/15520/task/15540/stat : 15540 (java) R 15517 15520 13640 0 -1 4202560 135 0 0 0 87816 16 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928593797304 139928642963800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15541] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15541/stat : 15541 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928592745896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15542] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15542/stat : 15542 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928591693096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1766.75
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.17 4.17 4.11 10/219 15635
/proc/meminfo: memFree=27113760/32872528 swapFree=13600/559348
[pid=15520] ppid=15517 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/15520/stat : 15520 (java) S 15517 15520 13640 0 -1 4202496 23613 0 1 0 179963 50 0 0 20 0 22 0 112795982 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 140736077915056 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/15520/statm: 2456183 182039 2289 9 0 2446860 0
[pid=15520/tid=15521] ppid=15517 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/15520/task/15521/stat : 15521 (java) S 15517 15520 13640 0 -1 4202560 2622 0 1 0 123 6 0 0 20 0 22 0 112795982 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928779109240 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15523] ppid=15517 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/15520/task/15523/stat : 15523 (java) S 15517 15520 13640 0 -1 4202560 79 0 0 0 15 4 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928768171048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15524] ppid=15517 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/15520/task/15524/stat : 15524 (java) S 15517 15520 13640 0 -1 4202560 84 0 0 0 12 3 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928767118248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15525] ppid=15517 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15520/task/15525/stat : 15525 (java) S 15517 15520 13640 0 -1 4202560 70 0 0 0 9 3 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928766065448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15526] ppid=15517 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/15520/task/15526/stat : 15526 (java) S 15517 15520 13640 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928765012648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15527] ppid=15517 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/15520/task/15527/stat : 15527 (java) S 15517 15520 13640 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928763959848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15528] ppid=15517 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/15520/task/15528/stat : 15528 (java) S 15517 15520 13640 0 -1 4202560 68 0 0 0 12 4 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928762907048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15529] ppid=15517 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/15520/task/15529/stat : 15529 (java) S 15517 15520 13640 0 -1 4202560 53 0 0 0 10 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928761854248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15530] ppid=15517 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/15520/task/15530/stat : 15530 (java) S 15517 15520 13640 0 -1 4202560 73 0 0 0 8 2 0 0 20 0 22 0 112795983 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928760801448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15531] ppid=15517 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/15520/task/15531/stat : 15531 (java) S 15517 15520 13640 0 -1 4202560 530 0 0 0 0 2 0 0 20 0 22 0 112795984 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928603274216 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15532] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15532/stat : 15532 (java) S 15517 15520 13640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928602220280 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15533] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15533/stat : 15533 (java) S 15517 15520 13640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 112795985 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928601167368 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15534] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15534/stat : 15534 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928600115856 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15535] ppid=15517 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/15520/task/15535/stat : 15535 (java) S 15517 15520 13640 0 -1 4202560 10103 0 0 0 153 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928599062968 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15520/tid=15536] ppid=15517 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/15520/task/15536/stat : 15536 (java) S 15517 15520 13640 0 -1 4202560 8343 0 0 0 152 2 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928598010168 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15520/tid=15537] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15537/stat : 15537 (java) S 15517 15520 13640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928596957560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15538] ppid=15517 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/15520/task/15538/stat : 15538 (java) S 15517 15520 13640 0 -1 4202560 53 0 0 0 13 16 0 0 20 0 22 0 112795987 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928595904968 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15539] ppid=15517 vsize=9824732 CPUtime=895.05 cores=0,2,4,6
/proc/15520/task/15539/stat : 15539 (java) R 15517 15520 13640 0 -1 4202560 29 0 0 0 89492 13 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928594842128 139928643166903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15520/tid=15540] ppid=15517 vsize=9824732 CPUtime=894.96 cores=0,2,4,6
/proc/15520/task/15540/stat : 15540 (java) R 15517 15520 13640 0 -1 4202560 135 0 0 0 89480 16 0 0 20 0 22 0 112796120 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928593797304 139928642963830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15541] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15541/stat : 15541 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928592745896 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15520/tid=15542] ppid=15517 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/15520/task/15542/stat : 15542 (java) S 15517 15520 13640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 112796124 10060525568 182039 33554432000 1073741824 1073778376 140736077923920 139928591693096 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 15520 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 15520 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=139097
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=950855
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.043
CPU time (s): 1800.13
CPU user time (s): 1799.63
CPU system time (s): 0.5
CPU usage (%): 200.227
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 0.950855
maximum resident set size= 728276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23656
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21499
involuntary context switches= 6032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.45202 second user time and 6.44602 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-07 16:10:10
IDJOB=4080865
IDBENCH=91942
IDSOLVER=2543
FILE ID=node106/4080865-1465308610
RUNJOBID= node106-1465299561-13656
PBS_JOBID= 19848087
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080865-1465308610/watcher-4080865-1465308610 -o /tmp/evaluation-result-4080865-1465308610/solver-4080865-1465308610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465299561-13656 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080865-1465308610.opb

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

MD5SUM BENCH= b63a917d588fe2910953571155dfae07
RANDOM SEED=1496860383

node106.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.775
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.55
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.775
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.775
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.56
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.775
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.775
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.64
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.775
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.775
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.775
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29679708 kB
Buffers:          144216 kB
Cached:           292912 kB
SwapCached:         1820 kB
Active:          1560268 kB
Inactive:         334472 kB
Active(anon):    1459156 kB
Inactive(anon):     1332 kB
Active(file):     101112 kB
Inactive(file):   333140 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              7224 kB
Writeback:             0 kB
AnonPages:       2016896 kB
Mapped:            15540 kB
Shmem:                 0 kB
Slab:             603836 kB
SReclaimable:      47412 kB
SUnreclaim:       556424 kB
KernelStack:        1608 kB
PageTables:         8168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3479736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1945600 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= 71704 MiB
End job on node106 at 2016-06-07 16:25:09