Trace number 4258178

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) 245.52499 240.265

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1980.86
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.87/0.99	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.87/0.99	c This is free software under the dual EPL/GNU LGPL licenses.
1.87/0.99	c See www.sat4j.org for details.
1.87/0.99	c That software uses the Rhino library from the Mozilla project.
1.87/0.99	c version CUSTOM.v20170705
1.87/0.99	c java.runtime.name	Java(TM) SE Runtime Environment
1.87/0.99	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.87/0.99	c java.vm.version	25.131-b11
1.87/0.99	c java.vm.vendor	Oracle Corporation
1.87/0.99	c sun.arch.data.model	64
1.87/0.99	c java.version		1.8.0_131
1.87/0.99	c os.name		Linux
1.87/0.99	c os.version		3.10.0-514.16.1.el7.x86_64
1.87/0.99	c os.arch		amd64
1.87/0.99	c Free memory 		499604488
1.87/0.99	c Max memory 		7247757312
1.87/0.99	c Total memory 		504889344
1.87/0.99	c Number of processors 	4
1.87/0.99	c c --- Begin Solver configuration ---
1.87/0.99	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.87/0.99	c Learn all clauses as in MiniSAT
1.87/0.99	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.87/0.99	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.87/0.99	c No reason simplification
1.87/0.99	c Glucose 2.1 dynamic restart strategy
1.87/0.99	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
1.87/0.99	c timeout=2147483s
1.87/0.99	c DB Simplification allowed=false
1.87/0.99	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.87/0.99	c --- End Solver configuration ---
1.87/0.99	c constraints type 
1.87/0.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 208
1.87/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 331416
1.87/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180484
1.87/0.99	c org.sat4j.minisat.constraints.cnf.UnitClause => 204
1.87/0.99	c 512312 constraints processed.
245.43/240.20	c starts		: 17066
245.43/240.20	c conflicts		: 3639680
245.43/240.20	c decisions		: 55722933
245.43/240.20	c propagations		: 461887072
245.43/240.20	c inspects		: 2510910587
245.43/240.20	c shortcuts		: 0
245.43/240.20	c learnt literals	: 0
245.43/240.20	c learnt binary clauses	: 92957
245.43/240.20	c learnt ternary clauses	: 54774
245.43/240.20	c learnt constraints	: 3639680
245.43/240.20	c ignored constraints	: 0
245.43/240.20	c root simplifications	: 0
245.43/240.20	c removed literals (reason simplification)	: 0
245.43/240.20	c reason swapping (by a shorter reason)	: 0
245.43/240.20	c Calls to reduceDB	: 80
245.43/240.20	c Number of update (reduction) of LBD	: 2271862
245.43/240.20	c Imported unit clauses	: 0
245.43/240.20	c number of reductions to clauses (during analyze)	: 0
245.43/240.20	c number of learned constraints concerned by reduction	: 0
245.43/240.20	c number of learning phase by resolution	: 0
245.43/240.20	c number of learning phase by cutting planes	: 0
245.43/240.20	c number of rounding to 1 operations	: 0
245.43/240.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
245.43/240.20	c number of reductions of the coefficients by power 2 	: 0
245.43/240.20	c number of right shift for reduction by power 2 	: 0
245.43/240.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
245.43/240.20	c speed (assignments/second)	: 1930901.4414233638
245.43/240.20	c non guided choices	3164949
245.43/240.25	c learnt constraints type 
245.43/240.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92957
245.43/240.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 305765
245.43/240.25	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-4258178-1501651815/watcher-4258178-1501651815 -o /tmp/evaluation-result-4258178-1501651815/solver-4258178-1501651815 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258178-1501651815.xml 

pid=8986
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: 1.93 2.31 2.94 3/196 8989
/proc/meminfo: memFree=30870392/32770624 swapFree=0/232212
[pid=8989] ppid=8986 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8989/stat : 8989 (runsolver) D 8986 8989 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13804558 24240128 106 18446744073709551615 4194304 4338465 140731727878288 140731727875928 139939964277463 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 36630528 140731727884423 140731727884870 140731727884870 140731727888330 0
/proc/8989/statm: 5918 106 53 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 1.93 2.31 2.94 3/196 8989
/proc/meminfo: memFree=30870392/32770624 swapFree=0/232212
[pid=8989] ppid=8986 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/8989/stat : 8989 (runsolver) D 8986 8989 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13804558 24240128 106 18446744073709551615 4194304 4338465 140731727878288 140731727875928 139939964277463 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 36630528 140731727884423 140731727884870 140731727884870 140731727888330 0
/proc/8989/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200332 s]
/proc/loadavg: 1.93 2.31 2.94 3/196 8989
/proc/meminfo: memFree=30870392/32770624 swapFree=0/232212
[pid=8989] ppid=8986 vsize=10484492 CPUtime=0.06 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 4486 0 0 0 5 1 0 0 20 0 14 0 13804558 10736119808 6043 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2621123 6043 2571 1 0 2610628 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10484492

[startup+0.300362 s]
/proc/loadavg: 1.93 2.31 2.94 3/196 8989
/proc/meminfo: memFree=30870392/32770624 swapFree=0/232212
[pid=8989] ppid=8986 vsize=10551156 CPUtime=0.19 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 7748 0 0 0 17 2 0 0 20 0 15 0 13804558 10804383744 8497 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2637789 8497 2848 1 0 2627269 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10551156

[startup+0.701096 s]
/proc/loadavg: 1.93 2.31 2.94 3/196 8989
/proc/meminfo: memFree=30870392/32770624 swapFree=0/232212
[pid=8989] ppid=8986 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 11587 0 0 0 116 4 0 0 20 0 15 0 13804558 10804461568 21967 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2637808 21967 3042 1 0 2627269 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10551232

[startup+1.50066 s]
/proc/loadavg: 1.93 2.31 2.94 5/212 9005
/proc/meminfo: memFree=30723480/32770624 swapFree=0/232224
[pid=8989] ppid=8986 vsize=10617796 CPUtime=3.39 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 18407 0 0 0 332 7 0 0 20 0 16 0 13804558 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 40876 3073 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=1.32 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 7803 0 0 0 128 4 0 0 20 0 16 0 13804569 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623693356496 140623289810099 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 13804570 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13804570 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13804570 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 13804570 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=0.83 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) R 8986 8989 5091 0 -1 4202560 3513 0 0 0 82 1 0 0 20 0 16 0 13804574 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623668323273 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=0.88 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 3725 0 0 0 87 1 0 0 20 0 16 0 13804574 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.33 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 1689 0 0 0 33 0 0 0 20 0 16 0 13804574 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 13804579 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 40876 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10617796

[startup+3.10105 s]
/proc/loadavg: 1.94 2.31 2.93 4/212 9005
/proc/meminfo: memFree=30708664/32770624 swapFree=0/232224
[pid=8989] ppid=8986 vsize=10617796 CPUtime=5.72 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 20483 0 0 0 558 14 0 0 20 0 16 0 13804558 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 55938 3102 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=2.88 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 7823 0 0 0 284 4 0 0 20 0 16 0 13804569 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623693372872 140623289789336 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 235 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 97 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 73 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 514 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=0.97 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 3677 0 0 0 96 1 0 0 20 0 16 0 13804574 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=1.32 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 4831 0 0 0 131 1 0 0 20 0 16 0 13804574 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 1731 0 0 0 34 0 0 0 20 0 16 0 13804574 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 13804579 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 55938 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 10617796

[startup+6.30068 s]
/proc/loadavg: 1.94 2.31 2.93 3/212 9005
/proc/meminfo: memFree=30662736/32770624 swapFree=0/232236
[pid=8989] ppid=8986 vsize=10617796 CPUtime=8.93 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 20640 0 0 0 878 15 0 0 20 0 16 0 13804558 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 54661 3102 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=6.07 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 7843 0 0 0 603 4 0 0 20 0 16 0 13804569 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623693370000 140623290139623 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 235 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 97 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 73 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 515 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=0.97 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 3677 0 0 0 96 1 0 0 20 0 16 0 13804574 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=1.32 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 4831 0 0 0 131 1 0 0 20 0 16 0 13804574 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.34 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 1751 0 0 0 34 0 0 0 20 0 16 0 13804574 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 16 0 13804579 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 54661 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 10617796

[startup+12.7007 s]
/proc/loadavg: 1.95 2.30 2.92 3/212 9005
/proc/meminfo: memFree=30662488/32770624 swapFree=0/232244
[pid=8989] ppid=8986 vsize=10617796 CPUtime=15.38 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 21660 0 0 0 1523 15 0 0 20 0 16 0 13804558 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 54690 3104 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=12.47 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 8133 0 0 0 1243 4 0 0 20 0 16 0 13804569 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623693372552 140623290139611 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 235 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 66 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 97 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.03 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 73 0 0 0 2 1 0 0 20 0 16 0 13804570 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 519 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 54690 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0

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

[startup+162.301 s]
/proc/loadavg: 2.09 2.20 2.79 3/211 9089
/proc/meminfo: memFree=31057000/32770624 swapFree=0/232372
[pid=8989] ppid=8986 vsize=10617796 CPUtime=166.94 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 36051 0 0 0 16606 88 0 0 20 0 16 0 13804558 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 180709 3121 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=161.38 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 10349 0 0 0 16133 5 0 0 20 0 16 0 13804569 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623693372768 140623289789504 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.65 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 2341 0 0 0 46 19 0 0 20 0 16 0 13804570 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.65 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 1657 0 0 0 47 18 0 0 20 0 16 0 13804570 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.64 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 1494 0 0 0 47 17 0 0 20 0 16 0 13804570 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.65 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 1868 0 0 0 47 18 0 0 20 0 16 0 13804570 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0.05 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 3635 0 0 0 5 0 0 0 20 0 16 0 13804571 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 4936 0 0 0 101 1 0 0 20 0 16 0 13804574 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=1.36 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 5724 0 0 0 135 1 0 0 20 0 16 0 13804574 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 2163 0 0 0 35 0 0 0 20 0 16 0 13804574 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0.08 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 457 0 0 0 4 4 0 0 20 0 16 0 13804579 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 180709 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 166.94
Current children cumulated vsize (KiB) 10617796

[startup+222.306 s]
/proc/loadavg: 2.03 2.16 2.74 3/211 9091
/proc/meminfo: memFree=30846772/32770624 swapFree=0/232428
[pid=8989] ppid=8986 vsize=10617796 CPUtime=227.61 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 39863 0 0 0 22671 90 0 0 20 0 16 0 13804558 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 182344 3121 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=221.13 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 10682 0 0 0 22108 5 0 0 20 0 16 0 13804569 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623693372704 140623289750164 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.86 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 2849 0 0 0 67 19 0 0 20 0 16 0 13804570 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.86 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 1899 0 0 0 68 18 0 0 20 0 16 0 13804570 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.85 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 1752 0 0 0 68 17 0 0 20 0 16 0 13804570 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.86 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 2226 0 0 0 68 18 0 0 20 0 16 0 13804570 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 5700 0 0 0 9 0 0 0 20 0 16 0 13804571 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 4940 0 0 0 101 1 0 0 20 0 16 0 13804574 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=1.36 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 5727 0 0 0 135 1 0 0 20 0 16 0 13804574 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 2170 0 0 0 35 0 0 0 20 0 16 0 13804574 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 491 0 0 0 6 6 0 0 20 0 16 0 13804579 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 182344 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 227.61
Current children cumulated vsize (KiB) 10617796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.02 2.15 2.73 3/212 9106
/proc/meminfo: memFree=30844264/32770624 swapFree=0/232444
[pid=8989] ppid=8986 vsize=10617796 CPUtime=245.42 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 40539 0 0 0 24451 91 0 0 20 0 16 0 13804558 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2654449 182417 3121 1 0 2643910 0
[pid=8989/tid=8991] ppid=8986 vsize=10617796 CPUtime=238.79 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) R 8986 8989 5091 0 -1 4202560 10789 0 0 0 23874 5 0 0 20 0 16 0 13804569 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623693372768 140623289809862 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 2949 0 0 0 70 19 0 0 20 0 16 0 13804570 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10617796 CPUtime=0.9 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 2016 0 0 0 71 19 0 0 20 0 16 0 13804570 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 1891 0 0 0 72 17 0 0 20 0 16 0 13804570 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10617796 CPUtime=0.9 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 2244 0 0 0 72 18 0 0 20 0 16 0 13804570 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10617796 CPUtime=0.09 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 5895 0 0 0 9 0 0 0 20 0 16 0 13804571 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 13804571 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 13804572 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10617796 CPUtime=1.02 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 4940 0 0 0 101 1 0 0 20 0 16 0 13804574 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10617796 CPUtime=1.36 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 5727 0 0 0 135 1 0 0 20 0 16 0 13804574 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10617796 CPUtime=0.35 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 2170 0 0 0 35 0 0 0 20 0 16 0 13804574 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 13804574 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10617796 CPUtime=0.12 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 491 0 0 0 6 6 0 0 20 0 16 0 13804579 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9005] ppid=8986 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9005/stat : 9005 (java) S 8986 8989 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 13804658 10872623104 182417 18446744073709551615 4194304 4196468 140733471321856 140623175804464 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 245.42
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 8989 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 2.02 2.15 2.73 3/212 9106
/proc/meminfo: memFree=30844264/32770624 swapFree=0/232444
[pid=8989] ppid=8986 vsize=10817488 CPUtime=245.43 cores=0,2,4,6
/proc/8989/stat : 8989 (java) S 8986 8989 5091 0 -1 1077944320 41138 0 0 0 24452 91 0 0 20 0 17 0 13804558 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140733471304400 140623689133815 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
/proc/8989/statm: 2704372 182470 3124 1 0 2693833 0
[pid=8989/tid=8991] ppid=8986 vsize=10817488 CPUtime=238.8 cores=0,2,4,6
/proc/8989/task/8991/stat : 8991 (java) S 8986 8989 5091 0 -1 1077944384 10843 0 0 0 23875 5 0 0 20 0 17 0 13804569 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623693376688 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8992] ppid=8986 vsize=10817488 CPUtime=0.89 cores=0,2,4,6
/proc/8989/task/8992/stat : 8992 (java) S 8986 8989 5091 0 -1 1077944384 2949 0 0 0 70 19 0 0 20 0 17 0 13804570 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623619553808 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8993] ppid=8986 vsize=10817488 CPUtime=0.9 cores=0,2,4,6
/proc/8989/task/8993/stat : 8993 (java) S 8986 8989 5091 0 -1 1077944384 2016 0 0 0 71 19 0 0 20 0 17 0 13804570 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623618501264 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8994] ppid=8986 vsize=10817488 CPUtime=0.89 cores=0,2,4,6
/proc/8989/task/8994/stat : 8994 (java) S 8986 8989 5091 0 -1 1077944384 1891 0 0 0 72 17 0 0 20 0 17 0 13804570 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623617448208 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8995] ppid=8986 vsize=10817488 CPUtime=0.9 cores=0,2,4,6
/proc/8989/task/8995/stat : 8995 (java) S 8986 8989 5091 0 -1 1077944384 2244 0 0 0 72 18 0 0 20 0 17 0 13804570 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623616395664 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8996] ppid=8986 vsize=10817488 CPUtime=0.09 cores=0,2,4,6
/proc/8989/task/8996/stat : 8996 (java) S 8986 8989 5091 0 -1 1077944384 5896 0 0 0 9 0 0 0 20 0 17 0 13804571 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623185279728 140623689144962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8997] ppid=8986 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8997/stat : 8997 (java) S 8986 8989 5091 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 13804571 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623184225952 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8998] ppid=8986 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8998/stat : 8998 (java) S 8986 8989 5091 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 13804572 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623183172848 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=8999] ppid=8986 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/8989/task/8999/stat : 8999 (java) S 8986 8989 5091 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 17 0 13804574 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623182121424 140623689152411 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9000] ppid=8986 vsize=10817488 CPUtime=1.02 cores=0,2,4,6
/proc/8989/task/9000/stat : 9000 (java) S 8986 8989 5091 0 -1 1077944384 4940 0 0 0 101 1 0 0 20 0 17 0 13804574 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623181068528 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9001] ppid=8986 vsize=10817488 CPUtime=1.36 cores=0,2,4,6
/proc/8989/task/9001/stat : 9001 (java) S 8986 8989 5091 0 -1 1077944384 5727 0 0 0 135 1 0 0 20 0 17 0 13804574 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623180015984 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9002] ppid=8986 vsize=10817488 CPUtime=0.35 cores=0,2,4,6
/proc/8989/task/9002/stat : 9002 (java) S 8986 8989 5091 0 -1 1077944384 2272 0 0 0 35 0 0 0 20 0 17 0 13804574 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623178962928 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9003] ppid=8986 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/8989/task/9003/stat : 9003 (java) S 8986 8989 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13804574 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623177910624 140623689144021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
[pid=8989/tid=9004] ppid=8986 vsize=10817488 CPUtime=0.12 cores=0,2,4,6
/proc/8989/task/9004/stat : 9004 (java) S 8986 8989 5091 0 -1 1077944384 491 0 0 0 6 6 0 0 20 0 17 0 13804579 11077107712 182470 18446744073709551615 4194304 4196468 140733471321856 140623176858672 140623689144962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34918400 140733471326642 140733471326795 140733471326795 140733471330255 0
Current children cumulated CPU time (s) 245.43
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 240.265
CPU time (s): 245.525
CPU user time (s): 244.601
CPU system time (s): 0.924207
CPU usage (%): 102.189
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.601
system time used= 0.924207
maximum resident set size= 730396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42522
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= 7040
involuntary context switches= 332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07869 second user time and 1.536 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 07:16:15
IDJOB=4258178
IDBENCH=130625
IDSOLVER=2643
FILE ID=node129/4258178-1501651815
RUNJOBID= node129-1501642919-31104
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258178-1501651815/watcher-4258178-1501651815 -o /tmp/evaluation-result-4258178-1501651815/solver-4258178-1501651815 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31104 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258178-1501651815.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=1162868769

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:        30870924 kB
MemAvailable:   31030068 kB
Buffers:          122456 kB
Cached:           317756 kB
SwapCached:            0 kB
Active:          1253420 kB
Inactive:         240744 kB
Active(anon):    1054284 kB
Inactive(anon):     8532 kB
Active(file):     199136 kB
Inactive(file):   232212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1432 kB
Writeback:             0 kB
AnonPages:        955032 kB
Mapped:            42260 kB
Shmem:              8872 kB
Slab:             112040 kB
SReclaimable:      87260 kB
SUnreclaim:        24780 kB
KernelStack:        3504 kB
PageTables:         7128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2706964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 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:20:15