Trace number 4290157

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 NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.19 2292.51

General information on the benchmark

NameSportsScheduling/
SportsScheduling-26_c18.xml
MD5SUMe7fb96dadee149724dd4cb9af2eae5d9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1001
Number of constraints429
Number of domains2
Minimum domain size26
Maximum domain size325
Distribution of domain sizes[{"size":26,"count":676},{"size":325,"count":325}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":338},{"degree":4,"count":663}]
Minimum constraint arity1
Maximum constraint arity325
Distribution of constraint arities[{"arity":1,"count":13},{"arity":2,"count":13},{"arity":3,"count":325},{"arity":13,"count":25},{"arity":26,"count":26},{"arity":50,"count":13},{"arity":52,"count":13},{"arity":325,"count":1}]
Number of extensional constraints325
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":325},{"type":"intension","count":26},{"type":"allDifferent","count":27},{"type":"count","count":25},{"type":"cardinality","count":26}]
Optimization problemNO
Type of objective

Solver Data

172.85/86.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
172.85/86.71	c This is free software under the dual EPL/GNU LGPL licenses.
172.85/86.71	c See www.sat4j.org for details.
172.85/86.71	c That software uses the Rhino library from the Mozilla project.
172.85/86.71	c version 2.3.6-SNAPSHOT
172.85/86.71	c java.runtime.name	Java(TM) SE Runtime Environment
172.85/86.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
172.85/86.71	c java.vm.version	25.131-b11
172.85/86.71	c java.vm.vendor	Oracle Corporation
172.85/86.71	c sun.arch.data.model	64
172.85/86.71	c java.version		1.8.0_131
172.85/86.71	c os.name		Linux
172.85/86.71	c os.version		3.10.0-514.16.1.el7.x86_64
172.85/86.71	c os.arch		amd64
172.85/86.71	c Free memory 		499604488
172.85/86.71	c Max memory 		7247757312
172.85/86.71	c Total memory 		504889344
172.85/86.71	c Number of processors 	4
172.85/86.71	c c --- Begin Solver configuration ---
172.85/86.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
172.85/86.71	c Learn all clauses as in MiniSAT
172.85/86.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
172.85/86.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
172.85/86.71	c No reason simplification
172.85/86.71	c Glucose 2.1 dynamic restart strategy
172.85/86.71	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
172.85/86.71	c timeout=2147483s
172.85/86.71	c DB Simplification allowed=false
172.85/86.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
172.85/86.71	c --- End Solver configuration ---
172.85/86.71	c constraints type 
172.85/86.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 2002
172.85/86.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58753343
172.85/86.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2899849
172.85/86.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 2780
172.85/86.71	c 61657974 constraints processed.
2400.05/2292.40	c starts		: 20652
2400.05/2292.40	c conflicts		: 5099367
2400.05/2292.40	c decisions		: 126012122
2400.05/2292.40	c propagations		: 5172168820
2400.05/2292.40	c inspects		: 10850375177
2400.05/2292.40	c shortcuts		: 0
2400.05/2292.40	c learnt literals	: 8750
2400.05/2292.40	c learnt binary clauses	: 41972
2400.05/2292.40	c learnt ternary clauses	: 66879
2400.05/2292.40	c learnt constraints	: 5090617
2400.05/2292.40	c ignored constraints	: 0
2400.05/2292.40	c root simplifications	: 0
2400.05/2292.40	c removed literals (reason simplification)	: 0
2400.05/2292.40	c reason swapping (by a shorter reason)	: 0
2400.05/2292.40	c Calls to reduceDB	: 96
2400.05/2292.40	c Number of update (reduction) of LBD	: 4330249
2400.05/2292.40	c Imported unit clauses	: 0
2400.05/2292.40	c number of reductions to clauses (during analyze)	: 0
2400.05/2292.40	c number of learned constraints concerned by reduction	: 0
2400.05/2292.40	c number of learning phase by resolution	: 0
2400.05/2292.40	c number of learning phase by cutting planes	: 0
2400.05/2292.40	c number of rounding to 1 operations	: 0
2400.05/2292.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.05/2292.40	c number of reductions of the coefficients by power 2 	: 0
2400.05/2292.40	c number of right shift for reduction by power 2 	: 0
2400.05/2292.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.05/2292.40	c number of ending skipping 	: 0
2400.05/2292.40	c number of internal skipping 	: 0
2400.05/2292.40	c number of derivation steps 	: 0
2400.05/2292.40	c number of skipped derivation steps 	: 0
2400.05/2292.40	c number of remaining unassigned 	: 0
2400.05/2292.40	c number of remaining assigned 	: 0
2400.05/2292.40	c speed (assignments/second)	: 2345032.642133493
2400.05/2292.40	c non guided choices	: 42426692
2400.05/2292.46	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 41972
2400.05/2292.46	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 407595
2400.05/2292.46	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10283 MiB free)
  memory of node 1: 16384 MiB (9173 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290157-1532266389/watcher-4290157-1532266389 -o /tmp/evaluation-result-4290157-1532266389/solver-4290157-1532266389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290157-1532266389.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=2774, runsolver pid=2771
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 4.95 5.57 5.35 5/217 2789
/proc/meminfo: memFree=19904844/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10659012 memory=31400 CPUtime=0.13 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 6409 0 0 0 12 1 0 0 20 0 15 0 44202106 10914828288 7850 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2664753 7850 2845 1 0 2627263 0
[pid=2774/tid=2776] ppid=2771 vsize=10659012 memory=-8970429905546081472 CPUtime=0.08 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 4254 0 0 0 8 0 0 0 20 0 15 0 44202106 10914828288 7850 33554432000 4194304 4196468 140721650858144 140343831771808 140343827561878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 7850 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 7850 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 7850 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 7850 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342862996768 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342861944432 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0.02 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) R 2771 2774 1669 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342857734512 140343827571290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 7850 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31400 KiB

[startup+0.210697 s]*
/proc/loadavg: 4.95 5.57 5.35 4/217 2789
/proc/meminfo: memFree=19893988/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10659012 memory=41900 CPUtime=0.33 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 7592 0 0 0 31 2 0 0 20 0 15 0 44202106 10914828288 10475 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2664753 10475 3009 1 0 2627263 0
[pid=2774/tid=2776] ppid=2771 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 4603 0 0 0 19 1 0 0 20 0 15 0 44202106 10914828288 10475 33554432000 4194304 4196468 140721650858144 140343831786224 140343811630430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 10475 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10659012 memory=288370233609602688 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 10475 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 10475 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202107 10914828288 10475 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342862996768 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44202109 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342861944432 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0.07 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) R 2771 2774 1669 0 -1 4202560 643 0 0 0 7 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342857734512 140343827571290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10659012 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202112 10914828288 10475 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41900 KiB

[startup+0.310533 s]*
/proc/loadavg: 4.95 5.57 5.35 5/217 2789
/proc/meminfo: memFree=19889336/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10659088 memory=49140 CPUtime=0.53 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 8325 0 0 0 51 2 0 0 20 0 15 0 44202106 10914906112 12285 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2664772 12285 3043 1 0 2627263 0
[pid=2774/tid=2776] ppid=2771 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 5091 0 0 0 28 1 0 0 20 0 15 0 44202106 10914906112 12285 33554432000 4194304 4196468 140721650858144 140343831787792 140343441960232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10659088 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914906112 12285 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10659088 memory=15964248787961496 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914906112 12285 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202107 10914906112 12285 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202107 10914906112 12285 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10659088 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342862996768 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342861944432 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) R 2771 2774 1669 0 -1 4202560 637 0 0 0 4 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342859839600 140343820646490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) R 2771 2774 1669 0 -1 1077944384 494 0 0 0 4 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10659088 memory=139857457890944 CPUtime=0.13 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) R 2771 2774 1669 0 -1 4202560 736 0 0 0 13 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342857731448 140343806452147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10659088 memory=139857457890944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 12285 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49140 KiB

[startup+0.704661 s]
/proc/loadavg: 4.95 5.57 5.35 7/217 2789
/proc/meminfo: memFree=19746244/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10659088 memory=365624 CPUtime=1.84 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 14663 0 0 0 173 11 0 0 20 0 15 0 44202106 10914906112 91406 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2664772 91406 3115 1 0 2627263 0
[pid=2774/tid=2776] ppid=2771 vsize=10659088 memory=1728 CPUtime=0.62 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 5586 0 0 0 57 5 0 0 20 0 15 0 44202106 10914906112 91406 33554432000 4194304 4196468 140721650858144 140343831785336 140343441960218 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10659088 memory=1004 CPUtime=0.03 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 44202107 10914906112 91406 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10659088 memory=11956 CPUtime=0.04 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 35 0 0 0 3 1 0 0 20 0 15 0 44202107 10914906112 91406 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10659088 memory=5520 CPUtime=0.02 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 16 0 0 0 2 0 0 0 20 0 15 0 44202107 10914906112 91406 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10659088 memory=792 CPUtime=0.05 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 50 0 0 0 4 1 0 0 20 0 15 0 44202107 10914906112 91406 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342862996768 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10659088 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342861944432 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10659088 memory=7523641866607553108 CPUtime=0.38 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) R 2771 2774 1669 0 -1 4202560 2919 0 0 0 38 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342859823440 140343811075664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10659088 memory=5788345327976277333 CPUtime=0.33 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) R 2771 2774 1669 0 -1 4202560 2103 0 0 0 33 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342858786928 140343805525522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) S 2771 2774 1669 0 -1 1077944384 2356 0 0 0 30 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342857734512 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44202112 10914906112 91406 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 365624 KiB

[startup+1.5017 s]
/proc/loadavg: 4.95 5.57 5.35 5/217 2789
/proc/meminfo: memFree=19567836/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10659088 memory=447804 CPUtime=4.35 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 17847 0 0 0 418 17 0 0 20 0 15 0 44202106 10914906112 111885 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2664772 111951 3145 1 0 2627263 0
[pid=2774/tid=2776] ppid=2771 vsize=10659088 memory=8112282956445269571 CPUtime=1.33 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 5630 0 0 0 128 5 0 0 20 0 15 0 44202106 10914906112 111951 33554432000 4194304 4196468 140721650858144 140343831779808 140343445884275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10659088 memory=-7533522213388100735 CPUtime=0.11 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 141 0 0 0 8 3 0 0 20 0 15 0 44202107 10914906112 111951 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10659088 memory=1404222122299264374 CPUtime=0.1 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 132 0 0 0 8 2 0 0 20 0 15 0 44202107 10914906112 111951 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10659088 memory=8514726395714820750 CPUtime=0.06 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 76 0 0 0 5 1 0 0 20 0 15 0 44202107 10914906112 111951 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10659088 memory=-1391509512798375272 CPUtime=0.11 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 145 0 0 0 9 2 0 0 20 0 15 0 44202107 10914906112 111951 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10659088 memory=-8102331449035005740 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 44202109 10914906112 111951 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0

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

[pid=2774/tid=2783] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342861944448 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10727700 memory=7489228 CPUtime=3.56 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 11404 0 0 0 355 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10727700 memory=7489228 CPUtime=3.22 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 17463 0 0 0 320 2 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0.58 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) S 2771 2774 1669 0 -1 1077944384 6744 0 0 0 57 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342857734512 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10727700 memory=7475264 CPUtime=1.26 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 2996 0 0 0 56 70 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2791] ppid=2771 vsize=10727700 memory=279714713208096 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2791/stat : 2791 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44210789 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342852478128 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 2310.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7489228 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.05 2.33 3/217 3037
/proc/meminfo: memFree=12943300/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10727700 memory=7489228 CPUtime=2370.1 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 1607280 0 0 0 236362 648 0 0 20 0 16 0 44202106 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2681925 1872307 3191 1 0 2644416 0
[pid=2774/tid=2776] ppid=2771 vsize=10727700 memory=7489228 CPUtime=2215.66 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 1286412 0 0 0 221456 110 0 0 20 0 16 0 44202106 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343831789048 140343442223184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10727700 memory=7489228 CPUtime=33.34 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 65328 0 0 0 3221 113 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10727700 memory=7489228 CPUtime=33.22 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 49363 0 0 0 3209 113 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10727700 memory=0 CPUtime=33.26 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 65432 0 0 0 3208 118 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10727700 memory=3326 CPUtime=33.05 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 75816 0 0 0 3186 119 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10727700 memory=7489228 CPUtime=12.8 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 24721 0 0 0 1275 5 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342862996832 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342861944448 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10727700 memory=7489228 CPUtime=3.56 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 11414 0 0 0 355 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10727700 memory=7489228 CPUtime=3.22 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 17469 0 0 0 320 2 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10727700 memory=8112282956445269571 CPUtime=0.58 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) S 2771 2774 1669 0 -1 1077944384 6761 0 0 0 57 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342857734512 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10727700 memory=4108 CPUtime=1.3 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 3072 0 0 0 58 72 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2791] ppid=2771 vsize=10727700 memory=7489228 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2791/stat : 2791 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44210789 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342852478128 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 2370.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7489228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2292.2 s]
/proc/loadavg: 1.96 2.03 2.32 3/217 3037
/proc/meminfo: memFree=12908876/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10727700 memory=7489228 CPUtime=2400.01 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 1642724 0 0 0 239351 650 0 0 20 0 16 0 44202106 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2681925 1872307 3191 1 0 2644416 0
[pid=2774/tid=2776] ppid=2771 vsize=10727700 memory=224416 CPUtime=2245.56 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) R 2771 2774 1669 0 -1 4202560 1321789 0 0 0 224444 112 0 0 20 0 16 0 44202106 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343831789048 140343448607997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10727700 memory=8112282956445269571 CPUtime=33.34 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 65328 0 0 0 3221 113 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10727700 memory=1424 CPUtime=33.22 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 49363 0 0 0 3209 113 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10727700 memory=4612 CPUtime=33.26 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 65432 0 0 0 3208 118 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10727700 memory=8384 CPUtime=33.05 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 75816 0 0 0 3186 119 0 0 20 0 16 0 44202107 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10727700 memory=1712 CPUtime=12.8 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 24730 0 0 0 1275 5 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342862996832 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10727700 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 16 0 44202109 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342861944448 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10727700 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10727700 memory=4052 CPUtime=3.56 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 11420 0 0 0 355 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10727700 memory=18444 CPUtime=3.22 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 17472 0 0 0 320 2 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10727700 memory=8112282956445269571 CPUtime=0.58 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) S 2771 2774 1669 0 -1 1077944384 6772 0 0 0 57 1 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342857734512 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10727700 memory=15012 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10727700 memory=1296 CPUtime=1.31 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 3110 0 0 0 58 73 0 0 20 0 16 0 44202112 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2791] ppid=2771 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2791/stat : 2791 (java) S 2771 2774 1669 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44210789 10985164800 1872307 33554432000 4194304 4196468 140721650858144 140342852478128 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 7489228 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2292.51 s]
# the end of solver process 2774 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2393.64 s, system=6.5571 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2292.4 s]
/proc/loadavg: 1.96 2.03 2.32 3/217 3037
/proc/meminfo: memFree=12908876/32770624 swapFree=67108860/67108860
[pid=2774] ppid=2771 vsize=10927392 memory=7489584 CPUtime=2400.05 cores=1,3,5,7
/proc/2774/stat : 2774 (java) S 2771 2774 1669 0 -1 1077944320 1644038 0 0 0 239354 651 0 0 20 0 17 0 44202106 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140721650840688 140343827549943 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
/proc/2774/statm: 2731848 1872396 3194 1 0 2694339 0
[pid=2774/tid=2776] ppid=2771 vsize=10927392 memory=7489228 CPUtime=2245.59 cores=1,3,5,7
/proc/2774/task/2776/stat : 2776 (java) S 2771 2774 1669 0 -1 1077944384 1322185 0 0 0 224447 112 0 0 20 0 17 0 44202106 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140343831792816 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2777] ppid=2771 vsize=10927392 memory=8112282956445269571 CPUtime=33.34 cores=1,3,5,7
/proc/2774/task/2777/stat : 2777 (java) S 2771 2774 1669 0 -1 1077944384 65328 0 0 0 3221 113 0 0 20 0 17 0 44202107 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140343764240784 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2778] ppid=2771 vsize=10927392 memory=-7161732098442470212 CPUtime=33.22 cores=1,3,5,7
/proc/2774/task/2778/stat : 2778 (java) S 2771 2774 1669 0 -1 1077944384 49363 0 0 0 3209 113 0 0 20 0 17 0 44202107 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140343763187984 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2779] ppid=2771 vsize=10927392 memory=6944656592455360604 CPUtime=33.26 cores=1,3,5,7
/proc/2774/task/2779/stat : 2779 (java) S 2771 2774 1669 0 -1 1077944384 65432 0 0 0 3208 118 0 0 20 0 17 0 44202107 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140343762135696 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2780] ppid=2771 vsize=10927392 memory=6944656592455360604 CPUtime=33.05 cores=1,3,5,7
/proc/2774/task/2780/stat : 2780 (java) S 2771 2774 1669 0 -1 1077944384 75816 0 0 0 3186 119 0 0 20 0 17 0 44202107 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140343431260688 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2781] ppid=2771 vsize=10927392 memory=8112282956445269571 CPUtime=12.8 cores=1,3,5,7
/proc/2774/task/2781/stat : 2781 (java) S 2771 2774 1669 0 -1 1077944384 24764 0 0 0 1275 5 0 0 20 0 17 0 44202109 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342864050800 140343827561090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2782] ppid=2771 vsize=10927392 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2782/stat : 2782 (java) S 2771 2774 1669 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 44202109 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342862996832 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2783] ppid=2771 vsize=10927392 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2783/stat : 2783 (java) S 2771 2774 1669 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 17 0 44202109 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342861944448 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2784] ppid=2771 vsize=10927392 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2784/stat : 2784 (java) S 2771 2774 1669 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342860892752 140343827568539 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2785] ppid=2771 vsize=10927392 memory=640 CPUtime=3.56 cores=1,3,5,7
/proc/2774/task/2785/stat : 2785 (java) S 2771 2774 1669 0 -1 1077944384 11421 0 0 0 355 1 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342859839600 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2786] ppid=2771 vsize=10927392 memory=7489228 CPUtime=3.22 cores=1,3,5,7
/proc/2774/task/2786/stat : 2786 (java) S 2771 2774 1669 0 -1 1077944384 17472 0 0 0 320 2 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342858786800 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2787] ppid=2771 vsize=10927392 memory=1424 CPUtime=0.58 cores=1,3,5,7
/proc/2774/task/2787/stat : 2787 (java) S 2771 2774 1669 0 -1 1077944384 7095 0 0 0 57 1 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342857734512 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2788] ppid=2771 vsize=10927392 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2774/task/2788/stat : 2788 (java) S 2771 2774 1669 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342856681952 140343827560149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
[pid=2774/tid=2789] ppid=2771 vsize=10927392 memory=8384 CPUtime=1.31 cores=1,3,5,7
/proc/2774/task/2789/stat : 2789 (java) S 2771 2774 1669 0 -1 1077944384 3110 0 0 0 58 73 0 0 20 0 17 0 44202112 11189649408 1872396 33554432000 4194304 4196468 140721650858144 140342855629744 140343827561090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8994816 140721650865265 140721650865417 140721650865417 140721650868175 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 7489584 KiB

[startup+2292.5 s]*
/proc/loadavg: 1.96 2.03 2.32 3/203 3040
/proc/meminfo: memFree=19469240/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2292.51
CPU time (s): 2400.19
CPU user time (s): 2393.64
CPU system time (s): 6.5571
CPU usage (%): 104.697
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 7489584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.64
system time used= 6.5571
maximum resident set size= 7489828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1646024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54536
involuntary context switches= 1822


# summary of solver processes directly reported to runsolver:
#   pid: 2774
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2393.64
#   total CPU system time (s): 6.5571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2118 second user time and 22.5255 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 15:33:09
IDJOB=4290157
IDBENCH=141600
IDSOLVER=2742
FILE ID=node151/4290157-1532266389
RUNJOBID= node151-1532259931-1701
PBS_JOBID= 21018964
Free space on /tmp= 55068 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-26_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290157-1532266389/watcher-4290157-1532266389 -o /tmp/evaluation-result-4290157-1532266389/solver-4290157-1532266389 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532259931-1701 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290157-1532266389.xml

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

MD5SUM BENCH= e7fb96dadee149724dd4cb9af2eae5d9
RANDOM SEED=100297973

node151.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.87
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.87
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.87
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.87
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:        19924492 kB
MemAvailable:   31247156 kB
Buffers:          244488 kB
Cached:         11226580 kB
SwapCached:            0 kB
Active:          1691192 kB
Inactive:       10526084 kB
Active(anon):     748640 kB
Inactive(anon):    16936 kB
Active(file):     942552 kB
Inactive(file): 10509148 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:        757644 kB
Mapped:            47536 kB
Shmem:             17032 kB
Slab:             327088 kB
SReclaimable:     299424 kB
SUnreclaim:        27664 kB
KernelStack:        3824 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1607472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55068 MiB
End job on node151 at 2018-07-22 16:11:22