Trace number 4099730

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.1 895.494

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
MD5SUMdc68c84ca9a12d789f4fef65e97f0e43
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 160
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1988816
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1988816
Number of bits of the biggest sum of numbers21
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.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099730-1466206135.opb
0.09/0.11	c reading problem ... 
0.35/0.23	c  objective function found
93.61/56.92	c ... done. Wall clock time 56.81s.
93.61/56.92	c declared #vars     2933624
93.61/56.92	c #constraints  97240
93.61/56.93	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
93.61/56.93	c constraints type 
93.61/56.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4008
93.61/56.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
93.61/56.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 93208
93.61/56.93	c 97240 constraints processed.
93.61/56.93	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
93.61/56.93	c constraints type 
93.61/56.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4008
93.61/56.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
93.61/56.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 93208
93.61/56.93	c 97240 constraints processed.
93.61/56.93	c objective function length is 1496264 literals
123.04/72.87	c cleaning 2501 clauses out of 5002 with flag 12979/5002
134.47/78.37	c cleaning 4240 clauses out of 8499 with flag 28982/11000
147.29/84.68	c cleaning 5620 clauses out of 11260 with flag 46892/18001
157.92/89.73	c cleaning 6808 clauses out of 13639 with flag 63958/26000
171.31/96.07	c cleaning 7903 clauses out of 15831 with flag 91065/35000
185.75/102.88	c cleaning 8952 clauses out of 17930 with flag 112470/45002
195.38/107.53	c cleaning 9974 clauses out of 19976 with flag 134474/56000
214.73/116.89	c cleaning 10976 clauses out of 22002 with flag 171396/68000
232.41/125.43	c cleaning 12011 clauses out of 24026 with flag 213054/81000
253.70/135.70	c cleaning 13000 clauses out of 26017 with flag 257719/95002
283.33/150.05	c cleaning 14007 clauses out of 28016 with flag 302639/110001
316.44/166.23	c cleaning 14999 clauses out of 30009 with flag 347051/126001
354.12/184.41	c cleaning 15990 clauses out of 32009 with flag 390474/143000
399.99/206.65	c cleaning 17010 clauses out of 34019 with flag 438317/161000
440.67/226.70	c cleaning 17988 clauses out of 36011 with flag 488243/180002
478.02/245.06	c cleaning 18995 clauses out of 38021 with flag 543018/200000
518.94/265.18	c cleaning 19988 clauses out of 40026 with flag 598505/221000
570.56/290.35	c cleaning 21005 clauses out of 42039 with flag 657977/243001
621.31/315.20	c cleaning 22008 clauses out of 44034 with flag 717732/266001
671.59/339.93	c cleaning 23008 clauses out of 46028 with flag 780639/290003
720.43/363.90	c cleaning 23990 clauses out of 48017 with flag 848301/315000
775.99/391.38	c cleaning 25003 clauses out of 50027 with flag 916893/341000
779.00/392.87	c cleaning 0 clauses out of 5001 with flag 0/5001
835.02/420.30	c cleaning 25980 clauses out of 52024 with flag 984781/368000
901.50/452.92	c cleaning 27003 clauses out of 54045 with flag 1063736/396001
976.53/489.97	c cleaning 28022 clauses out of 56044 with flag 1141050/425003
1054.17/528.31	c cleaning 29009 clauses out of 58020 with flag 1224536/455001
1131.81/566.82	c cleaning 30005 clauses out of 60010 with flag 1307294/486000
1212.82/606.96	c cleaning 31002 clauses out of 62005 with flag 1389906/518000
1300.40/650.10	c cleaning 31998 clauses out of 64006 with flag 1474197/551003
1400.75/698.92	c cleaning 32989 clauses out of 66005 with flag 1565425/585000
1501.73/748.66	c cleaning 33986 clauses out of 68016 with flag 1656912/620000
1554.88/774.79	c cleaning 0 clauses out of 11000 with flag 0/11000
1625.78/809.53	c cleaning 35000 clauses out of 70030 with flag 1754942/656000
1742.21/866.91	c cleaning 35993 clauses out of 72032 with flag 1852187/693002
1800.10/895.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.41	c starts		: 1047
1800.10/895.41	c conflicts		: 712948
1800.10/895.41	c decisions		: 5814068
1800.10/895.41	c propagations		: 157617626
1800.10/895.41	c inspects		: 2738958459
1800.10/895.41	c shortcuts		: 0
1800.10/895.41	c learnt literals	: 0
1800.10/895.41	c learnt binary clauses	: 0
1800.10/895.41	c learnt ternary clauses	: 0
1800.10/895.41	c learnt constraints	: 712947
1800.10/895.41	c ignored constraints	: 0
1800.10/895.41	c root simplifications	: 0
1800.10/895.41	c removed literals (reason simplification)	: 601062
1800.10/895.41	c reason swapping (by a shorter reason)	: 0
1800.10/895.41	c Calls to reduceDB	: 33
1800.10/895.41	c Number of update (reduction) of LBD	: 201741
1800.10/895.41	c Imported unit clauses	: 0
1800.10/895.41	c number of reductions to clauses (during analyze)	: 0
1800.10/895.41	c number of learned constraints concerned by reduction	: 0
1800.10/895.41	c number of learning phase by resolution	: 0
1800.10/895.41	c number of learning phase by cutting planes	: 0
1800.10/895.41	c speed (assignments/second)	: 188316.17569750437
1800.10/895.41	c non guided choices	3108779
1800.10/895.43	c learnt constraints type 
1800.10/895.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55985
1800.10/895.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.43	c starts		: 43
1800.10/895.43	c conflicts		: 15955
1800.10/895.43	c decisions		: 1013782
1800.10/895.43	c propagations		: 3039363
1800.10/895.43	c inspects		: 493880585
1800.10/895.43	c shortcuts		: 0
1800.10/895.43	c learnt literals	: 0
1800.10/895.43	c learnt binary clauses	: 0
1800.10/895.43	c learnt ternary clauses	: 0
1800.10/895.43	c learnt constraints	: 15954
1800.10/895.43	c ignored constraints	: 0
1800.10/895.43	c root simplifications	: 0
1800.10/895.43	c removed literals (reason simplification)	: 0
1800.10/895.43	c reason swapping (by a shorter reason)	: 0
1800.10/895.43	c Calls to reduceDB	: 2
1800.10/895.43	c Number of update (reduction) of LBD	: 0
1800.10/895.43	c Imported unit clauses	: 0
1800.10/895.43	c number of reductions to clauses (during analyze)	: 0
1800.10/895.43	c number of learned constraints concerned by reduction	: 0
1800.10/895.43	c number of learning phase by resolution	: 0
1800.10/895.43	c number of learning phase by cutting planes	: 0
1800.10/895.43	c speed (assignments/second)	: 3632.2648571647096
1800.10/895.43	c non guided choices	0
1800.10/895.44	c learnt constraints type 
1800.10/895.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 730
1800.10/895.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15224
1800.10/895.44	s UNKNOWN
1800.10/895.44	c Total wall clock time (in seconds): 895.329

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-4099730-1466206135/watcher-4099730-1466206135 -o /tmp/evaluation-result-4099730-1466206135/solver-4099730-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099730-1466206135.opb 

pid=9565
running on 4 cores: 1,3,5,7

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: 1.92 0.82 0.41 3/195 9568
/proc/meminfo: memFree=29473612/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22659957 98570240 978 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 24065 978 744 9 0 16771 0
[pid=9568/tid=9569] ppid=9565 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 22659958 98570240 978 33554432000 1073741824 1073778376 140736257024768 140429375770152 215124624768 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.92 0.82 0.41 3/195 9568
/proc/meminfo: memFree=29473612/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 4427 0 1 0 8 1 0 0 20 0 18 0 22659957 9787879424 6046 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 6046 2126 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 22659958 9787879424 6046 33554432000 1073741824 1073778376 140736257024768 140429375773600 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 1.92 0.82 0.41 3/195 9568
/proc/meminfo: memFree=29473612/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 4703 0 1 0 27 8 0 0 20 0 18 0 22659957 9787879424 72722 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 72722 2180 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) S 9565 9568 7329 0 -1 4202560 2455 0 1 0 9 3 0 0 20 0 18 0 22659958 9787879424 72722 33554432000 1073741824 1073778376 140736257024768 140429375774104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 9558476

[startup+0.300382 s]
/proc/loadavg: 1.92 0.82 0.41 3/195 9568
/proc/meminfo: memFree=29473612/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 5384 0 1 0 53 8 0 0 20 0 18 0 22659957 9787879424 73172 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 73172 2232 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 2463 0 1 0 15 4 0 0 20 0 18 0 22659958 9787879424 73172 33554432000 1073741824 1073778376 140736257024768 140429375774104 140429207074208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700309 s]
/proc/loadavg: 1.92 0.82 0.41 3/195 9568
/proc/meminfo: memFree=29473612/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=1.2 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 6137 0 1 0 109 11 0 0 20 0 18 0 22659957 9787879424 88946 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 88946 2248 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 2470 0 1 0 50 4 0 0 20 0 18 0 22659958 9787879424 88946 33554432000 1073741824 1073778376 140736257024768 140429375773768 215128007949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.64 0.99 0.46 4/213 9586
/proc/meminfo: memFree=28694984/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=2.19 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 6479 0 1 0 200 19 0 0 20 0 18 0 22659957 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 131644 2256 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) S 9565 9568 7329 0 -1 4202560 2524 0 1 0 113 5 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429375773848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9571] ppid=9565 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9568/task/9571/stat : 9571 (java) S 9565 9568 7329 0 -1 4202560 246 0 0 0 7 3 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429337267240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9572] ppid=9565 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9568/task/9572/stat : 9572 (java) S 9565 9568 7329 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429336214440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9568/task/9573/stat : 9573 (java) S 9565 9568 7329 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429335161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9574] ppid=9565 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 85 0 0 0 10 3 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 160 0 0 0 5 0 0 0 20 0 18 0 22659958 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) R 9565 9568 7329 0 -1 4202560 216 0 0 0 8 0 0 0 20 0 18 0 22659959 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429199636360 140429382283386 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 880 0 0 0 7 0 0 0 20 0 18 0 22659962 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 933 0 0 0 7 0 0 0 20 0 18 0 22659962 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9586/stat : 9586 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 131644 33554432000 1073741824 1073778376 140736257024768 140429192268232 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 2.64 0.99 0.46 4/213 9586
/proc/meminfo: memFree=28527024/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=4.56 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 17299 0 1 0 432 24 0 0 20 0 18 0 22659957 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 145648 2275 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=2.62 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 2568 0 1 0 255 7 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429375766576 140429207537936 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9571] ppid=9565 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9568/task/9571/stat : 9571 (java) S 9565 9568 7329 0 -1 4202560 276 0 0 0 9 3 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429337267240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9572] ppid=9565 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/9568/task/9572/stat : 9572 (java) S 9565 9568 7329 0 -1 4202560 69 0 0 0 11 2 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429336214440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9568/task/9573/stat : 9573 (java) S 9565 9568 7329 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429335161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9574] ppid=9565 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 63 0 0 0 9 1 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 55 0 0 0 7 1 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 57 0 0 0 7 1 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 221 0 0 0 6 2 0 0 20 0 18 0 22659958 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) S 9565 9568 7329 0 -1 4202560 383 0 0 0 18 0 0 0 20 0 18 0 22659959 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429199637480 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 7065 0 0 0 41 2 0 0 20 0 18 0 22659962 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 5162 0 0 0 36 0 0 0 20 0 18 0 22659962 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9586/stat : 9586 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 145648 33554432000 1073741824 1073778376 140736257024768 140429192268232 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 2.64 0.99 0.46 4/213 9586
/proc/meminfo: memFree=27265548/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9558476 CPUtime=9.35 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 21548 0 1 0 872 63 0 0 20 0 18 0 22659957 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2389619 338087 2282 9 0 2380296 0
[pid=9568/tid=9569] ppid=9565 vsize=9558476 CPUtime=4.18 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) R 9565 9568 7329 0 -1 4202560 2857 0 1 0 408 10 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429375766576 140429207638316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9571] ppid=9565 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/9568/task/9571/stat : 9571 (java) S 9565 9568 7329 0 -1 4202560 759 0 0 0 27 6 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429337267240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9572] ppid=9565 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/9568/task/9572/stat : 9572 (java) S 9565 9568 7329 0 -1 4202560 701 0 0 0 30 5 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429336214440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/9568/task/9573/stat : 9573 (java) S 9565 9568 7329 0 -1 4202560 127 0 0 0 24 5 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429335161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9574] ppid=9565 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 874 0 0 0 29 8 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 213 0 0 0 35 7 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 619 0 0 0 25 4 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 348 0 0 0 26 5 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 328 0 0 0 36 7 0 0 20 0 18 0 22659958 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) S 9565 9568 7329 0 -1 4202560 1230 0 0 0 126 4 0 0 20 0 18 0 22659959 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429199637480 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659960 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 7078 0 0 0 48 2 0 0 20 0 18 0 22659962 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 5162 0 0 0 41 0 0 0 20 0 18 0 22659962 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659962 9787879424 338087 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

[pid=9568/tid=9574] ppid=9565 vsize=9824732 CPUtime=14.68 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 6901 0 0 0 1385 83 0 0 20 0 22 0 22659958 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9824732 CPUtime=15.43 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 10178 0 0 0 1455 88 0 0 20 0 22 0 22659958 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9824732 CPUtime=14.49 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 8565 0 0 0 1366 83 0 0 20 0 22 0 22659958 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9824732 CPUtime=14.12 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 6431 0 0 0 1329 83 0 0 20 0 22 0 22659958 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9824732 CPUtime=14.73 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 13155 0 0 0 1385 88 0 0 20 0 22 0 22659958 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9824732 CPUtime=31.23 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) S 9565 9568 7329 0 -1 4202560 7497 0 0 0 3096 27 0 0 20 0 22 0 22659959 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429199637480 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 11248 0 0 0 209 2 0 0 20 0 22 0 22659962 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 5195 0 0 0 139 0 0 0 20 0 22 0 22659962 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9568/task/9586/stat : 9586 (java) S 9565 9568 7329 0 -1 4202560 46 0 0 0 15 21 0 0 20 0 22 0 22659962 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140429192268232 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9592] ppid=9565 vsize=9824732 CPUtime=737.5 cores=1,3,5,7
/proc/9568/task/9592/stat : 9592 (java) R 9565 9568 7329 0 -1 4202560 110 0 0 0 73737 13 0 0 20 0 22 0 22665650 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140428183594128 140429207980636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9593] ppid=9565 vsize=9824732 CPUtime=737.51 cores=1,3,5,7
/proc/9568/task/9593/stat : 9593 (java) R 9565 9568 7329 0 -1 4202560 153 0 0 0 73739 12 0 0 20 0 22 0 22665650 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140428182539552 140429207551205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9594] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9594/stat : 9594 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665800 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140428181489064 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9595] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9595/stat : 9595 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665824 10060525568 1929798 33554432000 1073741824 1073778376 140736257024768 140428180436264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1651.73
Current children cumulated vsize (KiB) 9824732

[startup+882.309 s]
/proc/loadavg: 4.33 4.16 2.83 5/221 9617
/proc/meminfo: memFree=16301780/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9824732 CPUtime=1773.49 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 117791 0 1 0 176599 750 0 0 20 0 22 0 22659957 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2456183 1942598 2300 9 0 2446860 0
[pid=9568/tid=9569] ppid=9565 vsize=9824732 CPUtime=21.01 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) S 9565 9568 7329 0 -1 4202560 3401 0 1 0 2085 16 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429375775608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9571] ppid=9565 vsize=9824732 CPUtime=14.13 cores=1,3,5,7
/proc/9568/task/9571/stat : 9571 (java) S 9565 9568 7329 0 -1 4202560 13253 0 0 0 1328 85 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429337267240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9572] ppid=9565 vsize=9824732 CPUtime=15.45 cores=1,3,5,7
/proc/9568/task/9572/stat : 9572 (java) S 9565 9568 7329 0 -1 4202560 12403 0 0 0 1461 84 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429336214440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=9824732 CPUtime=14.88 cores=1,3,5,7
/proc/9568/task/9573/stat : 9573 (java) S 9565 9568 7329 0 -1 4202560 17935 0 0 0 1408 80 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429335161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9574] ppid=9565 vsize=9824732 CPUtime=15.12 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 6902 0 0 0 1428 84 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9824732 CPUtime=15.83 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 10180 0 0 0 1495 88 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9824732 CPUtime=14.98 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 8580 0 0 0 1414 84 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9824732 CPUtime=14.63 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 6434 0 0 0 1380 83 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9824732 CPUtime=15.34 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 13156 0 0 0 1446 88 0 0 20 0 22 0 22659958 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9824732 CPUtime=31.24 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) S 9565 9568 7329 0 -1 4202560 7501 0 0 0 3096 28 0 0 20 0 22 0 22659959 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429199637480 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 11248 0 0 0 209 2 0 0 20 0 22 0 22659962 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 5195 0 0 0 139 0 0 0 20 0 22 0 22659962 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9568/task/9586/stat : 9586 (java) S 9565 9568 7329 0 -1 4202560 50 0 0 0 17 22 0 0 20 0 22 0 22659962 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140429192268232 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9592] ppid=9565 vsize=9824732 CPUtime=796.3 cores=1,3,5,7
/proc/9568/task/9592/stat : 9592 (java) R 9565 9568 7329 0 -1 4202560 116 0 0 0 79616 14 0 0 20 0 22 0 22665650 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140428183594128 140429207995052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9593] ppid=9565 vsize=9824732 CPUtime=796.3 cores=1,3,5,7
/proc/9568/task/9593/stat : 9593 (java) R 9565 9568 7329 0 -1 4202560 172 0 0 0 79616 14 0 0 20 0 22 0 22665650 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140428182539552 140429207985800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9594] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9594/stat : 9594 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665800 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140428181489064 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9595] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9595/stat : 9595 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665824 10060525568 1942598 33554432000 1073741824 1073778376 140736257024768 140428180436264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.28 4.16 2.84 5/221 9686
/proc/meminfo: memFree=21525896/32872528 swapFree=1505436/1685308
[pid=9568] ppid=9565 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/9568/stat : 9568 (java) S 9565 9568 7329 0 -1 4202496 117799 0 1 0 179259 751 0 0 20 0 22 0 22659957 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140736257015904 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9568/statm: 2456183 1942998 2300 9 0 2446860 0
[pid=9568/tid=9569] ppid=9565 vsize=9824732 CPUtime=21.01 cores=1,3,5,7
/proc/9568/task/9569/stat : 9569 (java) S 9565 9568 7329 0 -1 4202560 3401 0 1 0 2085 16 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429375775608 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9571] ppid=9565 vsize=9824732 CPUtime=14.23 cores=1,3,5,7
/proc/9568/task/9571/stat : 9571 (java) S 9565 9568 7329 0 -1 4202560 13253 0 0 0 1338 85 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429337267240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9572] ppid=9565 vsize=9824732 CPUtime=15.56 cores=1,3,5,7
/proc/9568/task/9572/stat : 9572 (java) S 9565 9568 7329 0 -1 4202560 12404 0 0 0 1472 84 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429336214440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9573] ppid=9565 vsize=9824732 CPUtime=14.98 cores=1,3,5,7
/proc/9568/task/9573/stat : 9573 (java) S 9565 9568 7329 0 -1 4202560 17935 0 0 0 1418 80 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429335161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9574] ppid=9565 vsize=9824732 CPUtime=15.24 cores=1,3,5,7
/proc/9568/task/9574/stat : 9574 (java) S 9565 9568 7329 0 -1 4202560 6902 0 0 0 1440 84 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429334108840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9575] ppid=9565 vsize=9824732 CPUtime=15.93 cores=1,3,5,7
/proc/9568/task/9575/stat : 9575 (java) S 9565 9568 7329 0 -1 4202560 10180 0 0 0 1505 88 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429333056040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9576] ppid=9565 vsize=9824732 CPUtime=15.1 cores=1,3,5,7
/proc/9568/task/9576/stat : 9576 (java) S 9565 9568 7329 0 -1 4202560 8580 0 0 0 1426 84 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429332003240 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9568/tid=9577] ppid=9565 vsize=9824732 CPUtime=14.76 cores=1,3,5,7
/proc/9568/task/9577/stat : 9577 (java) S 9565 9568 7329 0 -1 4202560 6434 0 0 0 1393 83 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429330950440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9578] ppid=9565 vsize=9824732 CPUtime=15.47 cores=1,3,5,7
/proc/9568/task/9578/stat : 9578 (java) S 9565 9568 7329 0 -1 4202560 13156 0 0 0 1459 88 0 0 20 0 22 0 22659958 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429329897640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9579] ppid=9565 vsize=9824732 CPUtime=31.24 cores=1,3,5,7
/proc/9568/task/9579/stat : 9579 (java) S 9565 9568 7329 0 -1 4202560 7503 0 0 0 3096 28 0 0 20 0 22 0 22659959 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429199637480 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9580] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9580/stat : 9580 (java) S 9565 9568 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429198583544 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9581] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9581/stat : 9581 (java) S 9565 9568 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659960 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429197530632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9582] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9582/stat : 9582 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429196479120 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9583] ppid=9565 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/9568/task/9583/stat : 9583 (java) S 9565 9568 7329 0 -1 4202560 11248 0 0 0 209 2 0 0 20 0 22 0 22659962 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429195426232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9584] ppid=9565 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/9568/task/9584/stat : 9584 (java) S 9565 9568 7329 0 -1 4202560 5195 0 0 0 139 0 0 0 20 0 22 0 22659962 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429194373432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9585] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9585/stat : 9585 (java) S 9565 9568 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659962 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429193320824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9568/tid=9586] ppid=9565 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/9568/task/9586/stat : 9586 (java) S 9565 9568 7329 0 -1 4202560 50 0 0 0 18 22 0 0 20 0 22 0 22659962 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140429192268232 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9592] ppid=9565 vsize=9824732 CPUtime=809.12 cores=1,3,5,7
/proc/9568/task/9592/stat : 9592 (java) R 9565 9568 7329 0 -1 4202560 120 0 0 0 80898 14 0 0 20 0 22 0 22665650 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140428183594128 140429207980636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9593] ppid=9565 vsize=9824732 CPUtime=809.12 cores=1,3,5,7
/proc/9568/task/9593/stat : 9593 (java) R 9565 9568 7329 0 -1 4202560 173 0 0 0 80898 14 0 0 20 0 22 0 22665650 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140428182539552 140429207985202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9568/tid=9594] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9594/stat : 9594 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665800 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140428181489064 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9568/tid=9595] ppid=9565 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9568/task/9595/stat : 9595 (java) S 9565 9568 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22665824 10060525568 1942998 33554432000 1073741824 1073778376 140736257024768 140428180436264 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 9568 sig 9
??? kill -9568 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 9568 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=209150
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=920795
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.494
CPU time (s): 1800.1
CPU user time (s): 1792.59
CPU system time (s): 7.51
CPU usage (%): 201.018
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.21
system time used= 7.9208
maximum resident set size= 7772128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117840
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43516
involuntary context switches= 88412

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.69198 second user time and 7.09492 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:29:00
IDJOB=4099730
IDBENCH=1503
IDSOLVER=2543
FILE ID=node135/4099730-1466206135
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome13.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099730-1466206135/watcher-4099730-1466206135 -o /tmp/evaluation-result-4099730-1466206135/solver-4099730-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099730-1466206135.opb

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

MD5SUM BENCH= dc68c84ca9a12d789f4fef65e97f0e43
RANDOM SEED=509336663

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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		: 2667.004
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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:        29473876 kB
Buffers:           36780 kB
Cached:           269128 kB
SwapCached:          704 kB
Active:           883408 kB
Inactive:          96068 kB
Active(anon):     675016 kB
Inactive(anon):     1264 kB
Active(file):     208392 kB
Inactive(file):    94804 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:            168340 kB
Writeback:             0 kB
AnonPages:       2264888 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             582668 kB
SReclaimable:      21844 kB
SUnreclaim:       560824 kB
KernelStack:        1592 kB
PageTables:         8764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2996468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 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= 71576 MiB
End job on node135 at 2016-06-18 01:43:56