Trace number 4263238

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 2017-07-05? (TO) 2520.1001 2513.8401

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s04/
Blackhole-4-04-2_X2.xml
MD5SUM6b054a9e51d4cac3cb4cd1a46e01dd0a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.22487301
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Number of domains4
Minimum domain size1
Maximum domain size16
Distribution of domain sizes[{"size":1,"count":2},{"size":4,"count":16},{"size":8,"count":15},{"size":16,"count":30}]
Minimum variable degree0
Maximum variable degree32
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":17},{"degree":3,"count":14},{"degree":16,"count":1},{"degree":17,"count":10},{"degree":18,"count":5},{"degree":32,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":432}]
Number of extensional constraints432
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":432}]
Optimization problemNO
Type of objective

Solver Data

1.24/0.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.24/0.75	c This is free software under the dual EPL/GNU LGPL licenses.
1.24/0.75	c See www.sat4j.org for details.
1.24/0.75	c That software uses the Rhino library from the Mozilla project.
1.24/0.75	c version CUSTOM.v20170705
1.24/0.75	c java.runtime.name	Java(TM) SE Runtime Environment
1.24/0.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.24/0.75	c java.vm.version	25.131-b11
1.24/0.75	c java.vm.vendor	Oracle Corporation
1.24/0.75	c sun.arch.data.model	64
1.24/0.75	c java.version		1.8.0_131
1.24/0.75	c os.name		Linux
1.24/0.75	c os.version		3.10.0-514.16.1.el7.x86_64
1.24/0.75	c os.arch		amd64
1.24/0.75	c Free memory 		499604488
1.24/0.75	c Max memory 		7247757312
1.24/0.75	c Total memory 		504889344
1.24/0.75	c Number of processors 	4
1.24/0.75	c c --- Begin Solver configuration ---
1.24/0.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.24/0.75	c Learn all clauses as in MiniSAT
1.24/0.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.24/0.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.24/0.75	c No reason simplification
1.24/0.75	c Glucose 2.1 dynamic restart strategy
1.24/0.75	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.24/0.75	c timeout=2147483s
1.24/0.75	c DB Simplification allowed=false
1.24/0.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.24/0.75	c --- End Solver configuration ---
1.24/0.75	c constraints type 
1.24/0.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
1.24/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51321
1.24/0.75	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.24/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13220
1.24/0.75	c org.sat4j.specs.Constr$1 => 3212
1.24/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 143
1.24/0.75	c 68020 constraints processed.
2520.05/2513.80	c starts		: 2248
2520.05/2513.80	c conflicts		: 4182084
2520.05/2513.80	c decisions		: 4686654
2520.05/2513.80	c propagations		: 155348509
2520.05/2513.80	c inspects		: 52083851858
2520.05/2513.80	c shortcuts		: 0
2520.05/2513.80	c learnt literals	: 19
2520.05/2513.80	c learnt binary clauses	: 132
2520.05/2513.80	c learnt ternary clauses	: 139
2520.05/2513.80	c learnt constraints	: 4182065
2520.05/2513.80	c ignored constraints	: 0
2520.05/2513.80	c root simplifications	: 0
2520.05/2513.80	c removed literals (reason simplification)	: 0
2520.05/2513.80	c reason swapping (by a shorter reason)	: 0
2520.05/2513.80	c Calls to reduceDB	: 87
2520.05/2513.80	c Number of update (reduction) of LBD	: 1689612
2520.05/2513.80	c Imported unit clauses	: 0
2520.05/2513.80	c number of reductions to clauses (during analyze)	: 0
2520.05/2513.80	c number of learned constraints concerned by reduction	: 0
2520.05/2513.80	c number of learning phase by resolution	: 0
2520.05/2513.80	c number of learning phase by cutting planes	: 0
2520.05/2513.80	c number of rounding to 1 operations	: 0
2520.05/2513.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.05/2513.80	c number of reductions of the coefficients by power 2 	: 0
2520.05/2513.80	c number of right shift for reduction by power 2 	: 0
2520.05/2513.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.05/2513.80	c speed (assignments/second)	: 61816.74491822483
2520.05/2513.80	c non guided choices	10219
2520.05/2513.83	c learnt constraints type 
2520.05/2513.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 132
2520.05/2513.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96000
2520.05/2513.83	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 (14540 MiB free)
  memory of node 1: 16384 MiB (15430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263238-1502631512/watcher-4263238-1502631512 -o /tmp/evaluation-result-4263238-1502631512/solver-4263238-1502631512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263238-1502631512.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=29894, runsolver pid=29891
Current StackSize limit: 8192 KiB


[startup+0.100162 s]*
/proc/loadavg: 2.28 2.02 1.98 3/196 29895
/proc/meminfo: memFree=30689752/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=30188 memory=3492 CPUtime=0 cores=1,3,5,7
/proc/29894/stat : 29894 (java) R 29891 29894 897 0 -1 4202496 1038 0 0 0 0 0 0 0 20 0 1 0 65371893 30912512 873 18446744073709551615 4194304 4196468 140730140197744 140730140178440 139702159226505 0 0 1 0 0 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 7547 873 655 1 0 159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 30188 KiB
Current children cumulated memory: 3492 KiB

[startup+0.209186 s]*
/proc/loadavg: 2.28 2.02 1.98 2/209 29908
/proc/meminfo: memFree=30677912/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10551056 memory=24644 CPUtime=0.05 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 4571 0 0 0 4 1 0 0 20 0 15 0 65371893 10804281344 6097 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2637789 6097 2574 1 0 2627261 0
[pid=29894/tid=29896] ppid=29891 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 2708 0 0 0 4 1 0 0 20 0 15 0 65371904 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139702161244720 139702141085022 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10551156 memory=288370163045672576 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65371906 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65371907 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65371907 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371915 10804383744 6161 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 24644 KiB

[startup+0.310059 s]*
/proc/loadavg: 2.28 2.02 1.98 3/210 29909
/proc/meminfo: memFree=30665612/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10551156 memory=36276 CPUtime=0.21 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 7882 0 0 0 19 2 0 0 20 0 15 0 65371893 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2637789 9069 2849 1 0 2627261 0
[pid=29894/tid=29896] ppid=29891 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 5563 0 0 0 13 2 0 0 20 0 15 0 65371904 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139702161243024 139702141085022 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10551156 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65371905 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65371906 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65371907 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65371907 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 510 0 0 0 1 0 0 0 20 0 15 0 65371909 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0.03 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 382 0 0 0 3 0 0 0 20 0 15 0 65371909 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10551156 memory=139786893960832 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371915 10804383744 9069 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36276 KiB

[startup+0.701189 s]
/proc/loadavg: 2.28 2.02 1.98 4/210 29909
/proc/meminfo: memFree=30654588/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10551232 memory=82736 CPUtime=1.24 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 11859 0 0 0 120 4 0 0 20 0 15 0 65371893 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2637808 20684 3052 1 0 2627261 0
[pid=29894/tid=29896] ppid=29891 vsize=10551232 memory=279573514243136 CPUtime=0.51 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 6971 0 0 0 48 3 0 0 20 0 15 0 65371904 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139702161233840 139701749633225 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10551232 memory=279573514243328 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10551232 memory=279573514243520 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10551232 memory=279573514243712 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371905 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10551232 memory=279573514243904 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65371905 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10551232 memory=279573514244096 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65371906 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10551232 memory=279573514244288 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65371907 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10551232 memory=279573514244480 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65371907 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) R 29891 29894 897 0 -1 4202560 1025 0 0 0 22 0 0 0 20 0 15 0 65371909 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701057985280 139702136658992 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10551232 memory=139786893960832 CPUtime=0.21 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) R 29891 29894 897 0 -1 4202560 944 0 0 0 21 0 0 0 20 0 15 0 65371909 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701056940696 139702136661104 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 1548 0 0 0 27 0 0 0 20 0 15 0 65371909 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65371909 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65371915 10804461568 20684 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 82736 KiB

[startup+1.5008 s]
/proc/loadavg: 2.28 2.02 1.98 3/211 29910
/proc/meminfo: memFree=30598688/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10617796 memory=109364 CPUtime=2.9 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 15299 0 0 0 285 5 0 0 20 0 16 0 65371893 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2654449 27341 3074 1 0 2643902 0
[pid=29894/tid=29896] ppid=29891 vsize=10617796 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 7280 0 0 0 128 4 0 0 20 0 16 0 65371904 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139702161243296 139701748059607 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65371905 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10617796 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65371905 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10617796 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65371905 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10617796 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65371905 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 65371906 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10617796 memory=-8245070985095736464 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10617796 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10617796 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 2064 0 0 0 55 0 0 0 20 0 16 0 65371909 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10617796 memory=139786757129713 CPUtime=0.67 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 2712 0 0 0 67 0 0 0 20 0 16 0 65371909 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10617796 memory=279573514243712 CPUtime=0.33 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 1848 0 0 0 33 0 0 0 20 0 16 0 65371909 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10617796 memory=279573514243904 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10617796 memory=279573514244096 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371915 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29910] ppid=29891 vsize=10617796 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29910/stat : 29910 (java) S 29891 29894 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65371969 10872623104 27341 18446744073709551615 4194304 4196468 140730140197744 139701052736688 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 109364 KiB

[startup+3.10977 s]
/proc/loadavg: 2.26 2.02 1.98 3/211 29910
/proc/meminfo: memFree=30583804/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10617796 memory=119768 CPUtime=4.56 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 15964 0 0 0 451 5 0 0 20 0 16 0 65371893 10872623104 29942 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2654449 29942 3081 1 0 2643902 0

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

/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 3561 0 0 0 80 17 0 0 20 0 16 0 65371905 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10617796 memory=676308 CPUtime=0.97 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 4928 0 0 0 80 17 0 0 20 0 16 0 65371905 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10617796 memory=676308 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 7725 0 0 0 11 4 0 0 20 0 16 0 65371906 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10617796 memory=676308 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10617796 memory=676308 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10617796 memory=676308 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10617796 memory=676308 CPUtime=0.79 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 6880 0 0 0 78 1 0 0 20 0 16 0 65371909 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10617796 memory=676308 CPUtime=0.91 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 7429 0 0 0 91 0 0 0 20 0 16 0 65371909 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10617796 memory=676308 CPUtime=0.38 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 5020 0 0 0 37 1 0 0 20 0 16 0 65371909 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10617796 memory=37072 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10617796 memory=676308 CPUtime=1.34 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1354 0 0 0 66 68 0 0 20 0 16 0 65371915 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29910] ppid=29891 vsize=10617796 memory=676308 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29910/stat : 29910 (java) S 29891 29894 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65371969 10872623104 169077 18446744073709551615 4194304 4196468 140730140197744 139701052736688 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 2448.61 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 676308 KiB

[startup+2502.3 s]
/proc/loadavg: 1.96 1.99 2.01 3/211 30266
/proc/meminfo: memFree=30191848/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10617796 memory=673744 CPUtime=2508.73 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 65212 0 0 0 250731 142 0 0 20 0 16 0 65371893 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2654449 168436 3134 1 0 2643902 0
[pid=29894/tid=29896] ppid=29891 vsize=10617796 memory=673744 CPUtime=2501.08 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 19082 0 0 0 250103 5 0 0 20 0 16 0 65371904 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702161243376 139701751027313 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10617796 memory=673744 CPUtime=0.98 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 4095 0 0 0 81 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10617796 memory=673744 CPUtime=0.99 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 3402 0 0 0 81 18 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10617796 memory=673744 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 3592 0 0 0 83 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10617796 memory=673744 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 4961 0 0 0 83 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10617796 memory=673744 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 7895 0 0 0 11 4 0 0 20 0 16 0 65371906 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10617796 memory=673744 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10617796 memory=673744 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10617796 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10617796 memory=4116 CPUtime=0.79 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 6883 0 0 0 78 1 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10617796 memory=4068 CPUtime=0.91 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 7431 0 0 0 91 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10617796 memory=673744 CPUtime=0.38 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 5022 0 0 0 37 1 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10617796 memory=20656 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10617796 memory=673744 CPUtime=1.38 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1385 0 0 0 68 70 0 0 20 0 16 0 65371915 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29910] ppid=29891 vsize=10617796 memory=673744 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29910/stat : 29910 (java) S 29891 29894 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65371969 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701052736688 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 2508.73 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 673744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.6 s]
/proc/loadavg: 1.97 1.99 2.01 3/211 30266
/proc/meminfo: memFree=30191848/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10617796 memory=673744 CPUtime=2520.04 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 65246 0 0 0 251862 142 0 0 20 0 16 0 65371893 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2654449 168436 3134 1 0 2643902 0
[pid=29894/tid=29896] ppid=29891 vsize=10617796 memory=673744 CPUtime=2512.38 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) R 29891 29894 897 0 -1 4202560 19116 0 0 0 251233 5 0 0 20 0 16 0 65371904 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702161243376 139701751027313 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10617796 memory=4116 CPUtime=0.98 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 4095 0 0 0 81 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10617796 memory=37072 CPUtime=0.99 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 3402 0 0 0 81 18 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10617796 memory=6944656592455360604 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 3592 0 0 0 83 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10617796 memory=590024537935931163 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 4961 0 0 0 83 17 0 0 20 0 16 0 65371905 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10617796 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 7895 0 0 0 11 4 0 0 20 0 16 0 65371906 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10617796 memory=10976 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10617796 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 65371907 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10617796 memory=-8774313645642428999 CPUtime=0.79 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 6883 0 0 0 78 1 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10617796 memory=37072 CPUtime=0.91 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 7431 0 0 0 91 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10617796 memory=1292 CPUtime=0.38 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 5022 0 0 0 37 1 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10617796 memory=2316 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65371909 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10617796 memory=-8774313645642428999 CPUtime=1.39 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1385 0 0 0 68 71 0 0 20 0 16 0 65371915 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29910] ppid=29891 vsize=10617796 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29910/stat : 29910 (java) S 29891 29894 897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 65371969 10872623104 168436 18446744073709551615 4194304 4196468 140730140197744 139701052736688 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 673744 KiB

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

[startup+2513.84 s]
# the end of solver process 29894 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.67 s, system=1.43321 s

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

[startup+2513.8 s]
/proc/loadavg: 1.97 1.99 2.01 3/211 30266
/proc/meminfo: memFree=30191848/32770624 swapFree=67108860/67108860
[pid=29894] ppid=29891 vsize=10817488 memory=674008 CPUtime=2520.05 cores=1,3,5,7
/proc/29894/stat : 29894 (java) S 29891 29894 897 0 -1 1077944320 65654 0 0 0 251863 142 0 0 20 0 17 0 65371893 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 140730140180288 139702157004535 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
/proc/29894/statm: 2704372 168502 3136 1 0 2693825 0
[pid=29894/tid=29896] ppid=29891 vsize=10817488 memory=10164 CPUtime=2512.39 cores=1,3,5,7
/proc/29894/task/29896/stat : 29896 (java) S 29891 29894 897 0 -1 1077944384 19134 0 0 0 251234 5 0 0 20 0 17 0 65371904 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139702161247408 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29897] ppid=29891 vsize=10817488 memory=-8774313645642428999 CPUtime=0.98 cores=1,3,5,7
/proc/29894/task/29897/stat : 29897 (java) S 29891 29894 897 0 -1 1077944384 4095 0 0 0 81 17 0 0 20 0 17 0 65371905 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139702087424400 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29898] ppid=29891 vsize=10817488 memory=2164 CPUtime=0.99 cores=1,3,5,7
/proc/29894/task/29898/stat : 29898 (java) S 29891 29894 897 0 -1 1077944384 3402 0 0 0 81 18 0 0 20 0 17 0 65371905 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139702086371600 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29899] ppid=29891 vsize=10817488 memory=840 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29899/stat : 29899 (java) S 29891 29894 897 0 -1 1077944384 3592 0 0 0 83 17 0 0 20 0 17 0 65371905 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139702085319312 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29900] ppid=29891 vsize=10817488 memory=16436 CPUtime=1 cores=1,3,5,7
/proc/29894/task/29900/stat : 29900 (java) S 29891 29894 897 0 -1 1077944384 4961 0 0 0 83 17 0 0 20 0 17 0 65371905 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139702084266512 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29901] ppid=29891 vsize=10817488 memory=2752 CPUtime=0.15 cores=1,3,5,7
/proc/29894/task/29901/stat : 29901 (java) S 29891 29894 897 0 -1 1077944384 7908 0 0 0 11 4 0 0 20 0 17 0 65371906 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701264538224 139702157015682 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29902] ppid=29891 vsize=10817488 memory=960 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29902/stat : 29902 (java) S 29891 29894 897 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 17 0 65371907 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701263484192 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29903] ppid=29891 vsize=10817488 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29903/stat : 29903 (java) S 29891 29894 897 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 65371907 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701262431856 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29904] ppid=29891 vsize=10817488 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29904/stat : 29904 (java) S 29891 29894 897 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 17 0 65371909 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701059054160 139702157023131 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29905] ppid=29891 vsize=10817488 memory=4304 CPUtime=0.79 cores=1,3,5,7
/proc/29894/task/29905/stat : 29905 (java) S 29891 29894 897 0 -1 1077944384 6883 0 0 0 78 1 0 0 20 0 17 0 65371909 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701058001008 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29906] ppid=29891 vsize=10817488 memory=1624 CPUtime=0.91 cores=1,3,5,7
/proc/29894/task/29906/stat : 29906 (java) S 29891 29894 897 0 -1 1077944384 7431 0 0 0 91 0 0 0 20 0 17 0 65371909 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701056948208 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29907] ppid=29891 vsize=10817488 memory=-8774313645642428999 CPUtime=0.38 cores=1,3,5,7
/proc/29894/task/29907/stat : 29907 (java) S 29891 29894 897 0 -1 1077944384 5143 0 0 0 37 1 0 0 20 0 17 0 65371909 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701055895920 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29908] ppid=29891 vsize=10817488 memory=10164 CPUtime=0 cores=1,3,5,7
/proc/29894/task/29908/stat : 29908 (java) S 29891 29894 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65371909 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701054843360 139702157014741 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
[pid=29894/tid=29909] ppid=29891 vsize=10817488 memory=1440 CPUtime=1.39 cores=1,3,5,7
/proc/29894/task/29909/stat : 29909 (java) S 29891 29894 897 0 -1 1077944384 1385 0 0 0 68 71 0 0 20 0 17 0 65371915 11077107712 168502 18446744073709551615 4194304 4196468 140730140197744 139701053791152 139702157015682 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20234240 140730140205456 140730140205609 140730140205609 140730140209103 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 674008 KiB

Child status: 143
Real time (s): 2513.84
CPU time (s): 2520.1
CPU user time (s): 2518.67
CPU system time (s): 1.43321
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 754452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.67
system time used= 1.43321
maximum resident set size= 754480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56758
involuntary context switches= 1490


# summary of solver processes directly reported to runsolver:
#   pid: 29894
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.67
#   total CPU system time (s): 1.43321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3481 second user time and 23.0403 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 15:24:26
IDJOB=4263238
IDBENCH=134548
IDSOLVER=2651
FILE ID=node125/4263238-1502631512
RUNJOBID= node125-1502623975-28611
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s04/Blackhole-4-04-2_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263238-1502631512/watcher-4263238-1502631512 -o /tmp/evaluation-result-4263238-1502631512/solver-4263238-1502631512 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28611 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263238-1502631512.xml

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

MD5SUM BENCH= 6b054a9e51d4cac3cb4cd1a46e01dd0a
RANDOM SEED=504441304

node125.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.07
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.07
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.07
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.07
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:        30690052 kB
MemAvailable:   31536696 kB
Buffers:          284428 kB
Cached:           857916 kB
SwapCached:            0 kB
Active:          1068820 kB
Inactive:         582864 kB
Active(anon):     509668 kB
Inactive(anon):    33100 kB
Active(file):     559152 kB
Inactive(file):   549764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:        509236 kB
Mapped:            58512 kB
Shmem:             33444 kB
Slab:             132756 kB
SReclaimable:     107124 kB
SUnreclaim:        25632 kB
KernelStack:        3408 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1038124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 62028 MiB
End job on node125 at 2017-08-13 16:06:20