Trace number 4258143

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) 253.103 240.222

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P071-Q409.xml
MD5SUM00888bf8312be233faaf540b9d46fb52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.049392
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

19.11/7.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
19.11/7.12	c This is free software under the dual EPL/GNU LGPL licenses.
19.11/7.12	c See www.sat4j.org for details.
19.11/7.12	c That software uses the Rhino library from the Mozilla project.
19.11/7.12	c version CUSTOM.v20170705
19.11/7.12	c java.runtime.name	Java(TM) SE Runtime Environment
19.11/7.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
19.11/7.12	c java.vm.version	25.131-b11
19.11/7.12	c java.vm.vendor	Oracle Corporation
19.11/7.12	c sun.arch.data.model	64
19.11/7.12	c java.version		1.8.0_131
19.11/7.12	c os.name		Linux
19.11/7.12	c os.version		3.10.0-514.16.1.el7.x86_64
19.11/7.12	c os.arch		amd64
19.11/7.12	c Free memory 		499604488
19.11/7.12	c Max memory 		7247757312
19.11/7.12	c Total memory 		504889344
19.11/7.12	c Number of processors 	4
19.11/7.12	c c --- Begin Solver configuration ---
19.11/7.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
19.11/7.12	c Learn all clauses as in MiniSAT
19.11/7.12	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
19.11/7.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
19.11/7.12	c No reason simplification
19.11/7.12	c Glucose 2.1 dynamic restart strategy
19.11/7.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
19.11/7.12	c timeout=2147483s
19.11/7.12	c DB Simplification allowed=false
19.11/7.12	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
19.11/7.12	c --- End Solver configuration ---
19.11/7.12	c constraints type 
19.11/7.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 198
19.11/7.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 262740
19.11/7.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4648706
19.11/7.12	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
19.11/7.12	c 4912132 constraints processed.
253.07/240.20	c starts		: 24
253.07/240.20	c conflicts		: 4078
253.07/240.20	c decisions		: 36045
253.07/240.20	c propagations		: 1369419699
253.07/240.20	c inspects		: 2448904991
253.07/240.20	c shortcuts		: 0
253.07/240.20	c learnt literals	: 2
253.07/240.20	c learnt binary clauses	: 5
253.07/240.20	c learnt ternary clauses	: 154
253.07/240.20	c learnt constraints	: 4076
253.07/240.20	c ignored constraints	: 0
253.07/240.20	c root simplifications	: 0
253.07/240.20	c removed literals (reason simplification)	: 0
253.07/240.20	c reason swapping (by a shorter reason)	: 0
253.07/240.20	c Calls to reduceDB	: 0
253.07/240.20	c Number of update (reduction) of LBD	: 2085
253.07/240.20	c Imported unit clauses	: 0
253.07/240.20	c number of reductions to clauses (during analyze)	: 0
253.07/240.20	c number of learned constraints concerned by reduction	: 0
253.07/240.20	c number of learning phase by resolution	: 0
253.07/240.20	c number of learning phase by cutting planes	: 0
253.07/240.20	c number of rounding to 1 operations	: 0
253.07/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
253.07/240.20	c number of reductions of the coefficients by power 2 	: 0
253.07/240.20	c number of right shift for reduction by power 2 	: 0
253.07/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
253.07/240.20	c speed (assignments/second)	: 5878876.869051554
253.07/240.20	c non guided choices	0
253.07/240.21	c learnt constraints type 
253.07/240.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
253.07/240.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4071
253.07/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-4258143-1501653822/watcher-4258143-1501653822 -o /tmp/evaluation-result-4258143-1501653822/solver-4258143-1501653822 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258143-1501653822.xml 

pid=28933
running on 4 cores: 0,2,4,6

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: 5.37 4.08 3.07 2/200 28936
/proc/meminfo: memFree=31374788/32770624 swapFree=0/265268
[pid=28936] ppid=28933 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28936/stat : 28936 (runsolver) D 28933 28936 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 65035658 24240128 108 18446744073709551615 4194304 4338465 140726209515440 140726209513080 139717586105047 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 8458240 140726209523846 140726209524293 140726209524293 140726209527754 0
/proc/28936/statm: 5918 108 54 36 0 2156 0

[startup+0.103999 s]
/proc/loadavg: 5.37 4.08 3.07 2/200 28936
/proc/meminfo: memFree=31374788/32770624 swapFree=0/265268
[pid=28936] ppid=28933 vsize=10152700 CPUtime=0.05 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 4138 0 0 0 4 1 0 0 20 0 10 0 65035658 10396364800 5257 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2538175 5257 2147 1 0 2527680 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10152700

[startup+0.200384 s]
/proc/loadavg: 5.37 4.08 3.07 2/200 28936
/proc/meminfo: memFree=31374788/32770624 swapFree=0/265268
[pid=28936] ppid=28933 vsize=10551156 CPUtime=0.09 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 5099 0 0 0 8 1 0 0 20 0 15 0 65035658 10804383744 6571 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637789 6571 2738 1 0 2627269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300325 s]
/proc/loadavg: 5.37 4.08 3.07 2/200 28936
/proc/meminfo: memFree=31374788/32770624 swapFree=0/265268
[pid=28936] ppid=28933 vsize=10551156 CPUtime=0.23 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 8419 0 0 0 21 2 0 0 20 0 15 0 65035658 10804383744 9167 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637789 9167 2856 1 0 2627269 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.70116 s]
/proc/loadavg: 5.37 4.08 3.07 2/200 28936
/proc/meminfo: memFree=31374788/32770624 swapFree=0/265268
[pid=28936] ppid=28933 vsize=10551232 CPUtime=1.29 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 12674 0 0 0 124 5 0 0 20 0 15 0 65035658 10804461568 32431 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637808 32431 3050 1 0 2627269 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10551232

[startup+1.50111 s]
/proc/loadavg: 5.37 4.08 3.07 3/215 28951
/proc/meminfo: memFree=31047372/32770624 swapFree=0/265292
[pid=28936] ppid=28933 vsize=10551232 CPUtime=3.62 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 15091 0 0 0 315 47 0 0 20 0 15 0 65035658 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637808 164369 3089 1 0 2627269 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=0.9 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 18930 0 -1 1077944384 7952 0 0 0 84 6 0 0 20 0 15 0 65035663 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140222062175024 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=0.43 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 18930 0 -1 4202560 348 0 0 0 33 10 0 0 20 0 15 0 65035664 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222042901587 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=0.45 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 18930 0 -1 4202560 492 0 0 0 36 9 0 0 20 0 15 0 65035664 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221668207832 140222039504616 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 18930 0 -1 4202560 705 0 0 0 33 9 0 0 20 0 15 0 65035664 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221667154720 140222042648601 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=0.44 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 18930 0 -1 4202560 502 0 0 0 35 9 0 0 20 0 15 0 65035664 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222042901572 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 65035665 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221554348768 140222057961173 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035668 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 1112 0 0 0 32 0 0 0 20 0 15 0 65035668 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 1120 0 0 0 33 0 0 0 20 0 15 0 65035668 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 1291 0 0 0 25 0 0 0 20 0 15 0 65035668 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035669 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65035676 10804461568 164369 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10551232

[startup+3.10058 s]
/proc/loadavg: 5.37 4.08 3.07 3/215 28951
/proc/meminfo: memFree=30718272/32770624 swapFree=0/265292
[pid=28936] ppid=28933 vsize=10551232 CPUtime=8.22 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 18160 0 0 0 758 64 0 0 20 0 15 0 65035658 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637808 222249 3097 1 0 2627269 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=1.07 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 18930 0 -1 1077944384 7973 0 0 0 101 6 0 0 20 0 15 0 65035663 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140222062179952 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=1.43 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) R 28933 28936 18930 0 -1 4202560 793 0 0 0 129 14 0 0 20 0 15 0 65035664 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221669260016 140222050579175 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=1.44 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) R 28933 28936 18930 0 -1 4202560 1292 0 0 0 131 13 0 0 20 0 15 0 65035664 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221668207528 140222050579175 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=1.42 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) R 28933 28936 18930 0 -1 4202560 1182 0 0 0 129 13 0 0 20 0 15 0 65035664 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222039547629 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=1.46 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) R 28933 28936 18930 0 -1 4202560 1444 0 0 0 132 14 0 0 20 0 15 0 65035664 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221666101616 140222050579175 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=0.41 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 594 0 0 0 41 0 0 0 20 0 15 0 65035665 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221554348768 140222057961173 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035668 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 1112 0 0 0 32 0 0 0 20 0 15 0 65035668 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 1120 0 0 0 33 0 0 0 20 0 15 0 65035668 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 1291 0 0 0 25 0 0 0 20 0 15 0 65035668 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035669 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65035676 10804461568 222249 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 10551232

[startup+6.30073 s]
/proc/loadavg: 5.34 4.09 3.08 6/215 28951
/proc/meminfo: memFree=30149548/32770624 swapFree=0/265292
[pid=28936] ppid=28933 vsize=10551232 CPUtime=17.08 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 26047 0 0 0 1616 92 0 0 20 0 15 0 65035658 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2637808 309100 3097 1 0 2627269 0
[pid=28936/tid=28938] ppid=28933 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 18930 0 -1 1077944384 8420 0 0 0 130 7 0 0 20 0 15 0 65035663 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140222062184176 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10551232 CPUtime=3.33 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 2699 0 0 0 312 21 0 0 20 0 15 0 65035664 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10551232 CPUtime=3.34 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 3136 0 0 0 313 21 0 0 20 0 15 0 65035664 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10551232 CPUtime=3.33 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 2399 0 0 0 313 20 0 0 20 0 15 0 65035664 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10551232 CPUtime=3.36 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2494 0 0 0 316 20 0 0 20 0 15 0 65035664 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10551232 CPUtime=1.38 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) R 28933 28936 18930 0 -1 4202560 1789 0 0 0 138 0 0 0 20 0 15 0 65035665 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221554348880 140222042408561 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 65035666 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035668 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 1112 0 0 0 32 0 0 0 20 0 15 0 65035668 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 1120 0 0 0 33 0 0 0 20 0 15 0 65035668 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 1291 0 0 0 25 0 0 0 20 0 15 0 65035668 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65035669 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 65035676 10804461568 309100 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 5.07 4.06 3.07 3/216 28952
/proc/meminfo: memFree=29467328/32770624 swapFree=0/265308
[pid=28936] ppid=28933 vsize=10617796 CPUtime=25.26 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 36709 0 0 0 2401 125 0 0 20 0 16 0 65035658 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2654449 428490 3101 1 0 2643910 0
[pid=28936/tid=28938] ppid=28933 vsize=10617796 CPUtime=7.37 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 18930 0 -1 4202560 10277 0 0 0 728 9 0 0 20 0 16 0 65035663 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140222062187088 140221700080711 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 3452 0 0 0 344 28 0 0 20 0 16 0 65035664 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 5799 0 0 0 345 27 0 0 20 0 16 0 65035664 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10617796 CPUtime=3.7 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 3884 0 0 0 343 27 0 0 20 0 16 0 65035664 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10617796 CPUtime=3.74 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2705 0 0 0 346 28 0 0 20 0 16 0 65035664 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10617796 CPUtime=1.39 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 3311 0 0 0 139 0 0 0 20 0 16 0 65035665 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221554350448 140222057962114 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035668 10872623104 428490 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0

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

[startup+162.301 s]
/proc/loadavg: 2.23 3.22 2.90 3/216 28970
/proc/meminfo: memFree=28613320/32770624 swapFree=0/265408
[pid=28936] ppid=28933 vsize=10617796 CPUtime=175.15 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 48513 0 0 0 17386 129 0 0 20 0 16 0 65035658 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2654449 428566 3106 1 0 2643910 0
[pid=28936/tid=28938] ppid=28933 vsize=10617796 CPUtime=156.97 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 18930 0 -1 4202560 16141 0 0 0 15687 10 0 0 20 0 16 0 65035663 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140222062187656 140221703764306 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 3452 0 0 0 344 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 5799 0 0 0 345 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10617796 CPUtime=3.7 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 3884 0 0 0 343 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10617796 CPUtime=3.74 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2705 0 0 0 346 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10617796 CPUtime=1.4 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 3509 0 0 0 140 0 0 0 20 0 16 0 65035665 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221554350448 140222057962114 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10617796 CPUtime=0.7 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 3810 0 0 0 70 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10617796 CPUtime=0.69 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 4165 0 0 0 68 1 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 3091 0 0 0 32 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035669 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10617796 CPUtime=0.1 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 578 0 0 0 5 5 0 0 20 0 16 0 65035676 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28952] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28952/stat : 28952 (java) S 28933 28936 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65036385 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221544874928 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 175.15
Current children cumulated vsize (KiB) 10617796

[startup+222.307 s]
/proc/loadavg: 2.08 3.00 2.85 2/195 29016
/proc/meminfo: memFree=30096436/32770624 swapFree=0/265468
[pid=28936] ppid=28933 vsize=10617796 CPUtime=235.2 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 49808 0 0 0 23389 131 0 0 20 0 16 0 65035658 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2654449 428566 3106 1 0 2643910 0
[pid=28936/tid=28938] ppid=28933 vsize=10617796 CPUtime=216.97 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 18930 0 -1 4202560 17380 0 0 0 21687 10 0 0 20 0 16 0 65035663 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140222062187656 140221703562718 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 3452 0 0 0 344 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 5799 0 0 0 345 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10617796 CPUtime=3.7 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 3884 0 0 0 343 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10617796 CPUtime=3.74 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2705 0 0 0 346 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10617796 CPUtime=1.4 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 3518 0 0 0 140 0 0 0 20 0 16 0 65035665 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221554350448 140222057962114 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10617796 CPUtime=0.7 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 3813 0 0 0 70 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10617796 CPUtime=0.69 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 4168 0 0 0 68 1 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 3098 0 0 0 32 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035669 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10617796 CPUtime=0.14 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 612 0 0 0 7 7 0 0 20 0 16 0 65035676 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28952] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28952/stat : 28952 (java) S 28933 28936 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65036385 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221544874928 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 235.2
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.99 2.92 2.82 3/214 29052
/proc/meminfo: memFree=28376748/32770624 swapFree=0/265488
[pid=28936] ppid=28933 vsize=10617796 CPUtime=252.9 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 49929 0 0 0 25158 132 0 0 20 0 16 0 65035658 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2654449 428566 3106 1 0 2643910 0
[pid=28936/tid=28938] ppid=28933 vsize=10617796 CPUtime=234.66 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) R 28933 28936 18930 0 -1 4202560 17501 0 0 0 23456 10 0 0 20 0 16 0 65035663 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140222062187656 140221703351061 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 3452 0 0 0 344 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10617796 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 5799 0 0 0 345 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10617796 CPUtime=3.7 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 3884 0 0 0 343 27 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10617796 CPUtime=3.74 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2705 0 0 0 346 28 0 0 20 0 16 0 65035664 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10617796 CPUtime=1.4 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 3518 0 0 0 140 0 0 0 20 0 16 0 65035665 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221554350448 140222057962114 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 65035666 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10617796 CPUtime=0.71 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 3813 0 0 0 70 1 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10617796 CPUtime=0.69 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 4168 0 0 0 68 1 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10617796 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 3098 0 0 0 32 0 0 0 20 0 16 0 65035668 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65035669 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10617796 CPUtime=0.15 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 612 0 0 0 7 8 0 0 20 0 16 0 65035676 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28952] ppid=28933 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28952/stat : 28952 (java) S 28933 28936 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65036385 10872623104 428566 18446744073709551615 4194304 4196468 140722101198896 140221544874928 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 252.9
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 28936 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.99 2.92 2.82 3/214 29052
/proc/meminfo: memFree=28376748/32770624 swapFree=0/265488
[pid=28936] ppid=28933 vsize=10817488 CPUtime=253.07 cores=0,2,4,6
/proc/28936/stat : 28936 (java) S 28933 28936 18930 0 -1 1077944320 51620 0 0 0 25175 132 0 0 20 0 17 0 65035658 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140722101181440 140222057950967 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 5 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
/proc/28936/statm: 2704372 428624 3108 1 0 2693833 0
[pid=28936/tid=28938] ppid=28933 vsize=10817488 CPUtime=234.82 cores=0,2,4,6
/proc/28936/task/28938/stat : 28938 (java) S 28933 28936 18930 0 -1 1077944384 17539 0 0 0 23472 10 0 0 20 0 17 0 65035663 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140222062193840 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28939] ppid=28933 vsize=10817488 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28939/stat : 28939 (java) S 28933 28936 18930 0 -1 1077944384 3452 0 0 0 344 28 0 0 20 0 17 0 65035664 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221669260432 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28940] ppid=28933 vsize=10817488 CPUtime=3.72 cores=0,2,4,6
/proc/28936/task/28940/stat : 28940 (java) S 28933 28936 18930 0 -1 1077944384 5799 0 0 0 345 27 0 0 20 0 17 0 65035664 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221668207632 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28941] ppid=28933 vsize=10817488 CPUtime=3.7 cores=0,2,4,6
/proc/28936/task/28941/stat : 28941 (java) S 28933 28936 18930 0 -1 1077944384 3884 0 0 0 343 27 0 0 20 0 17 0 65035664 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221667154832 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28942] ppid=28933 vsize=10817488 CPUtime=3.74 cores=0,2,4,6
/proc/28936/task/28942/stat : 28942 (java) S 28933 28936 18930 0 -1 1077944384 2705 0 0 0 346 28 0 0 20 0 17 0 65035664 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221666102032 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28943] ppid=28933 vsize=10817488 CPUtime=1.4 cores=0,2,4,6
/proc/28936/task/28943/stat : 28943 (java) S 28933 28936 18930 0 -1 1077944384 3544 0 0 0 140 0 0 0 20 0 17 0 65035665 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221554350448 140222057962114 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28944] ppid=28933 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28944/stat : 28944 (java) S 28933 28936 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 17 0 65035666 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221553296416 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28945] ppid=28933 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28945/stat : 28945 (java) S 28933 28936 18930 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 65035666 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221552243568 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28946] ppid=28933 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28946/stat : 28946 (java) S 28933 28936 18930 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 65035668 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221551191888 140222057969563 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28947] ppid=28933 vsize=10817488 CPUtime=0.73 cores=0,2,4,6
/proc/28936/task/28947/stat : 28947 (java) S 28933 28936 18930 0 -1 1077944384 4401 0 0 0 72 1 0 0 20 0 17 0 65035668 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221550140272 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28948] ppid=28933 vsize=10817488 CPUtime=0.69 cores=0,2,4,6
/proc/28936/task/28948/stat : 28948 (java) S 28933 28936 18930 0 -1 1077944384 4168 0 0 0 68 1 0 0 20 0 17 0 65035668 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221549087472 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28949] ppid=28933 vsize=10817488 CPUtime=0.32 cores=0,2,4,6
/proc/28936/task/28949/stat : 28949 (java) S 28933 28936 18930 0 -1 1077944384 3555 0 0 0 32 0 0 0 20 0 17 0 65035668 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221548034672 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28950] ppid=28933 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/28936/task/28950/stat : 28950 (java) S 28933 28936 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65035669 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221546982112 140222057961173 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
[pid=28936/tid=28951] ppid=28933 vsize=10817488 CPUtime=0.15 cores=0,2,4,6
/proc/28936/task/28951/stat : 28951 (java) S 28933 28936 18930 0 -1 1077944384 612 0 0 0 7 8 0 0 20 0 17 0 65035676 11077107712 428624 18446744073709551615 4194304 4196468 140722101198896 140221545929392 140222057962114 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722101203377 140722101203530 140722101203530 140722101206991 0
Current children cumulated CPU time (s) 253.07
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.222
CPU time (s): 253.103
CPU user time (s): 251.764
CPU system time (s): 1.33854
CPU usage (%): 105.362
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.764
system time used= 1.33854
maximum resident set size= 1715048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51967
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= 8584
involuntary context switches= 453

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12306 second user time and 1.55134 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 07:49:24
IDJOB=4258143
IDBENCH=135067
IDSOLVER=2643
FILE ID=node132/4258143-1501653822
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P071-Q409.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258143-1501653822/watcher-4258143-1501653822 -o /tmp/evaluation-result-4258143-1501653822/solver-4258143-1501653822 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258143-1501653822.xml

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

MD5SUM BENCH= 00888bf8312be233faaf540b9d46fb52
RANDOM SEED=1427747085

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31374876 kB
MemAvailable:   31579376 kB
Buffers:          150492 kB
Cached:           349724 kB
SwapCached:            0 kB
Active:           692716 kB
Inactive:         289712 kB
Active(anon):     483040 kB
Inactive(anon):    24444 kB
Active(file):     209676 kB
Inactive(file):   265268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             4 kB
AnonPages:        482204 kB
Mapped:            50800 kB
Shmem:             25276 kB
Slab:             116600 kB
SReclaimable:      90780 kB
SUnreclaim:        25820 kB
KernelStack:        3600 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1534920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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= 61876 MiB
End job on node132 at 2017-08-02 07:53:24