Trace number 4258050

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-CSP 2017-07-05? (TO) 241.53101 240.218

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-06.xml
MD5SUMe510f4e528f92f41d50b9f762f8b8317
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1134
Best CPU time to get the best result obtained on this benchmark153.263
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.66/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.66/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
0.66/0.54	c See www.sat4j.org for details.
0.66/0.54	c That software uses the Rhino library from the Mozilla project.
0.66/0.54	c version CUSTOM.v20170705
0.66/0.54	c java.runtime.name	Java(TM) SE Runtime Environment
0.66/0.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.66/0.54	c java.vm.version	25.131-b11
0.66/0.54	c java.vm.vendor	Oracle Corporation
0.66/0.54	c sun.arch.data.model	64
0.66/0.54	c java.version		1.8.0_131
0.66/0.54	c os.name		Linux
0.66/0.54	c os.version		3.10.0-514.16.1.el7.x86_64
0.66/0.54	c os.arch		amd64
0.66/0.54	c Free memory 		499604488
0.66/0.54	c Max memory 		7247757312
0.66/0.54	c Total memory 		504889344
0.66/0.54	c Number of processors 	4
0.66/0.54	c c --- Begin Solver configuration ---
0.66/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.66/0.54	c Learn all clauses as in MiniSAT
0.66/0.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.66/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.66/0.54	c No reason simplification
0.66/0.54	c Glucose 2.1 dynamic restart strategy
0.66/0.54	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.66/0.54	c timeout=2147483s
0.66/0.54	c DB Simplification allowed=false
0.66/0.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.66/0.54	c --- End Solver configuration ---
0.66/0.54	c constraints type 
0.66/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.66/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1894
0.66/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 109998
0.66/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.66/0.54	c 112014 constraints processed.
241.51/240.20	c starts		: 1
241.51/240.20	c conflicts		: 33880
241.51/240.20	c decisions		: 35326
241.51/240.20	c propagations		: 1635475787
241.51/240.20	c inspects		: 2122337840
241.51/240.20	c shortcuts		: 0
241.51/240.20	c learnt literals	: 0
241.51/240.20	c learnt binary clauses	: 0
241.51/240.20	c learnt ternary clauses	: 3
241.51/240.20	c learnt constraints	: 33880
241.51/240.20	c ignored constraints	: 0
241.51/240.20	c root simplifications	: 0
241.51/240.20	c removed literals (reason simplification)	: 0
241.51/240.20	c reason swapping (by a shorter reason)	: 0
241.51/240.20	c Calls to reduceDB	: 4
241.51/240.20	c Number of update (reduction) of LBD	: 179
241.51/240.20	c Imported unit clauses	: 0
241.51/240.20	c number of reductions to clauses (during analyze)	: 0
241.51/240.20	c number of learned constraints concerned by reduction	: 0
241.51/240.20	c number of learning phase by resolution	: 0
241.51/240.20	c number of learning phase by cutting planes	: 0
241.51/240.20	c number of rounding to 1 operations	: 0
241.51/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
241.51/240.20	c number of reductions of the coefficients by power 2 	: 0
241.51/240.20	c number of right shift for reduction by power 2 	: 0
241.51/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
241.51/240.20	c speed (assignments/second)	: 6824662.567496516
241.51/240.20	c non guided choices	0
241.51/240.21	c learnt constraints type 
241.51/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14692
241.51/240.21	s UNKNOWN

Verifier Data


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-4258050-1501652273/watcher-4258050-1501652273 -o /tmp/evaluation-result-4258050-1501652273/solver-4258050-1501652273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258050-1501652273.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.91 2.05 2.56 3/196 9487
/proc/meminfo: memFree=31754744/32770624 swapFree=0/232732
[pid=9487] ppid=9484 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/9487/stat : 9487 (runsolver) D 9484 9487 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13850420 24240128 107 18446744073709551615 4194304 4338465 140726334874864 140726334872504 139871766602455 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19910656 140726334877831 140726334878278 140726334878278 140726334881738 0
/proc/9487/statm: 5918 107 54 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.91 2.05 2.56 3/196 9487
/proc/meminfo: memFree=31754744/32770624 swapFree=0/232732
[pid=9487] ppid=9484 vsize=10018544 CPUtime=0.01 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 3703 0 0 0 1 0 0 0 20 0 7 0 13850420 10258989056 4888 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2504636 4888 1994 1 0 2494141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10018544

[startup+0.200342 s]
/proc/loadavg: 1.91 2.05 2.56 3/196 9487
/proc/meminfo: memFree=31754744/32770624 swapFree=0/232732
[pid=9487] ppid=9484 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 4809 0 0 0 6 1 0 0 20 0 15 0 13850420 10804383744 6300 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2637789 6300 2594 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300732 s]
/proc/loadavg: 1.91 2.05 2.56 3/196 9487
/proc/meminfo: memFree=31754744/32770624 swapFree=0/232732
[pid=9487] ppid=9484 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 8025 0 0 0 20 3 0 0 20 0 15 0 13850420 10804383744 9244 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2637789 9244 2845 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700736 s]
/proc/loadavg: 1.91 2.05 2.56 3/196 9487
/proc/meminfo: memFree=31754744/32770624 swapFree=0/232732
[pid=9487] ppid=9484 vsize=10617796 CPUtime=1.3 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 11988 0 0 0 125 5 0 0 20 0 16 0 13850420 10872623104 23337 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 23337 3046 1 0 2643910 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 10617796

[startup+1.50071 s]
/proc/loadavg: 1.91 2.05 2.56 3/212 9503
/proc/meminfo: memFree=31670344/32770624 swapFree=0/232748
[pid=9487] ppid=9484 vsize=10617796 CPUtime=2.38 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 12699 0 0 0 233 5 0 0 20 0 16 0 13850420 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 24250 3050 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=1.36 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 7186 0 0 0 132 4 0 0 20 0 16 0 13850428 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772845937384 139772482448125 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.42 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 1670 0 0 0 42 0 0 0 20 0 16 0 13850433 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.39 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 1485 0 0 0 39 0 0 0 20 0 16 0 13850433 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.17 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 970 0 0 0 17 0 0 0 20 0 16 0 13850433 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850439 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 24250 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 10617796

[startup+3.10072 s]
/proc/loadavg: 1.91 2.05 2.56 4/212 9503
/proc/meminfo: memFree=31667292/32770624 swapFree=0/232748
[pid=9487] ppid=9484 vsize=10617796 CPUtime=4.06 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 13997 0 0 0 401 5 0 0 20 0 16 0 13850420 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 24269 3050 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=2.96 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 7420 0 0 0 292 4 0 0 20 0 16 0 13850428 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772845937072 139772482261895 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.46 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 2282 0 0 0 46 0 0 0 20 0 16 0 13850433 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.43 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 1805 0 0 0 43 0 0 0 20 0 16 0 13850433 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 1037 0 0 0 18 0 0 0 20 0 16 0 13850433 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 13850439 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 24269 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 10617796

[startup+6.30073 s]
/proc/loadavg: 1.84 2.03 2.56 3/212 9503
/proc/meminfo: memFree=31664968/32770624 swapFree=0/232760
[pid=9487] ppid=9484 vsize=10617796 CPUtime=7.31 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 14445 0 0 0 725 6 0 0 20 0 16 0 13850420 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 24287 3054 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=6.16 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 7473 0 0 0 612 4 0 0 20 0 16 0 13850428 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772845937136 139772482448245 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.48 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 2300 0 0 0 48 0 0 0 20 0 16 0 13850433 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.45 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 1841 0 0 0 45 0 0 0 20 0 16 0 13850433 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.18 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 1071 0 0 0 18 0 0 0 20 0 16 0 13850433 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 16 0 13850439 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 24287 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 1.93 2.05 2.56 3/212 9503
/proc/meminfo: memFree=31658204/32770624 swapFree=0/232768
[pid=9487] ppid=9484 vsize=10617796 CPUtime=13.73 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 15350 0 0 0 1367 6 0 0 20 0 16 0 13850420 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 24293 3055 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=12.55 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 7696 0 0 0 1251 4 0 0 20 0 16 0 13850428 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772845937024 139772480006112 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 24293 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0

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

[startup+162.301 s]
/proc/loadavg: 2.16 2.11 2.51 3/211 9508
/proc/meminfo: memFree=31481672/32770624 swapFree=0/232904
[pid=9487] ppid=9484 vsize=10617796 CPUtime=163.73 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 22785 0 0 0 16361 12 0 0 20 0 16 0 13850420 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 26271 3070 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=162.14 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 9465 0 0 0 16210 4 0 0 20 0 16 0 13850428 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772845937880 139772482638428 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.61 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 4288 0 0 0 61 0 0 0 20 0 16 0 13850433 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 5181 0 0 0 64 1 0 0 20 0 16 0 13850433 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.19 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 1575 0 0 0 19 0 0 0 20 0 16 0 13850433 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0.08 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 574 0 0 0 3 5 0 0 20 0 16 0 13850439 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 26271 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 163.73
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.04 2.09 2.48 3/211 9589
/proc/meminfo: memFree=31669220/32770624 swapFree=0/232972
[pid=9487] ppid=9484 vsize=10617796 CPUtime=223.78 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 23714 0 0 0 22365 13 0 0 20 0 16 0 13850420 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 26793 3070 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=222.15 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 9692 0 0 0 22211 4 0 0 20 0 16 0 13850428 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772845939768 139772482448359 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.61 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 4295 0 0 0 61 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 5184 0 0 0 64 1 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 2212 0 0 0 20 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0.12 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 621 0 0 0 5 7 0 0 20 0 16 0 13850439 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 223.78
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.03 2.09 2.47 3/211 9590
/proc/meminfo: memFree=31669168/32770624 swapFree=0/232988
[pid=9487] ppid=9484 vsize=10617796 CPUtime=241.48 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 23832 0 0 0 24135 13 0 0 20 0 16 0 13850420 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2654449 26793 3070 1 0 2643910 0
[pid=9487/tid=9489] ppid=9484 vsize=10617796 CPUtime=239.84 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) R 9484 9487 5091 0 -1 4202560 9810 0 0 0 23980 4 0 0 20 0 16 0 13850428 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772845939768 139772482261002 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13850429 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13850430 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850431 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10617796 CPUtime=0.61 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 4295 0 0 0 61 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10617796 CPUtime=0.65 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 5184 0 0 0 64 1 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10617796 CPUtime=0.2 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 2212 0 0 0 20 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13850433 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10617796 CPUtime=0.13 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 621 0 0 0 5 8 0 0 20 0 16 0 13850439 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9503] ppid=9484 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9503/stat : 9503 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13850477 10872623104 26793 18446744073709551615 4194304 4196468 140736135898144 139771939644720 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 241.48
Current children cumulated vsize (KiB) 10617796

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 9487 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.03 2.09 2.47 3/211 9590
/proc/meminfo: memFree=31669168/32770624 swapFree=0/232988
[pid=9487] ppid=9484 vsize=10817488 CPUtime=241.51 cores=1,3,5,7
/proc/9487/stat : 9487 (java) S 9484 9487 5091 0 -1 1077944320 24743 0 0 0 24137 14 0 0 20 0 17 0 13850420 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 140736135880688 139772841701111 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
/proc/9487/statm: 2704372 28921 3072 1 0 2693833 0
[pid=9487/tid=9489] ppid=9484 vsize=10817488 CPUtime=239.86 cores=1,3,5,7
/proc/9487/task/9489/stat : 9489 (java) S 9484 9487 5091 0 -1 1077944384 9908 0 0 0 23982 4 0 0 20 0 17 0 13850428 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772845943984 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9490] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9490/stat : 9490 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 17 0 13850429 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772453116176 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9491] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9491/stat : 9491 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 17 0 13850429 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772452063632 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9492] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9492/stat : 9492 (java) S 9484 9487 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 17 0 13850429 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772451011088 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9493] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9493/stat : 9493 (java) S 9484 9487 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 17 0 13850429 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772449958544 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9494] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9494/stat : 9494 (java) S 9484 9487 5091 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 17 0 13850430 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772405684720 139772841712258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9495] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9495/stat : 9495 (java) S 9484 9487 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 13850430 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772404630944 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9496] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9496/stat : 9496 (java) S 9484 9487 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 13850431 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772403578352 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9497] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9497/stat : 9497 (java) S 9484 9487 5091 0 -1 1077944384 247 0 0 0 0 0 0 0 20 0 17 0 13850433 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772402526928 139772841719707 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9498] ppid=9484 vsize=10817488 CPUtime=0.61 cores=1,3,5,7
/proc/9487/task/9498/stat : 9498 (java) S 9484 9487 5091 0 -1 1077944384 4298 0 0 0 61 0 0 0 20 0 17 0 13850433 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772401473520 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9499] ppid=9484 vsize=10817488 CPUtime=0.65 cores=1,3,5,7
/proc/9487/task/9499/stat : 9499 (java) S 9484 9487 5091 0 -1 1077944384 5187 0 0 0 64 1 0 0 20 0 17 0 13850433 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772400420976 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9500] ppid=9484 vsize=10817488 CPUtime=0.2 cores=1,3,5,7
/proc/9487/task/9500/stat : 9500 (java) S 9484 9487 5091 0 -1 1077944384 2361 0 0 0 20 0 0 0 20 0 17 0 13850433 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772399368432 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9501] ppid=9484 vsize=10817488 CPUtime=0 cores=1,3,5,7
/proc/9487/task/9501/stat : 9501 (java) S 9484 9487 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13850433 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772398316128 139772841711317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
[pid=9487/tid=9502] ppid=9484 vsize=10817488 CPUtime=0.13 cores=1,3,5,7
/proc/9487/task/9502/stat : 9502 (java) S 9484 9487 5091 0 -1 1077944384 654 0 0 0 5 8 0 0 20 0 17 0 13850439 11077107712 28921 18446744073709551615 4194304 4196468 140736135898144 139772397263664 139772841712258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140736135901618 140736135901771 140736135901771 140736135905231 0
Current children cumulated CPU time (s) 241.51
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.218
CPU time (s): 241.531
CPU user time (s): 241.386
CPU system time (s): 0.145041
CPU usage (%): 100.547
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.386
system time used= 0.145041
maximum resident set size= 117952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6582
involuntary context switches= 114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17022 second user time and 1.48081 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:23:54
IDJOB=4258050
IDBENCH=133484
IDSOLVER=2643
FILE ID=node129/4258050-1501652273
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258050-1501652273/watcher-4258050-1501652273 -o /tmp/evaluation-result-4258050-1501652273/solver-4258050-1501652273 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258050-1501652273.xml

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

MD5SUM BENCH= e510f4e528f92f41d50b9f762f8b8317
RANDOM SEED=973090540

node129.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31754744 kB
MemAvailable:   31914764 kB
Buffers:          122844 kB
Cached:           318224 kB
SwapCached:            0 kB
Active:           370680 kB
Inactive:         241264 kB
Active(anon):     171212 kB
Inactive(anon):     8532 kB
Active(file):     199468 kB
Inactive(file):   232732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1760 kB
Writeback:             8 kB
AnonPages:        168908 kB
Mapped:            42052 kB
Shmem:              8872 kB
Slab:             111936 kB
SReclaimable:      87308 kB
SUnreclaim:        24628 kB
KernelStack:        3456 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1127116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 07:27:54