Trace number 4263649

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.3 2411.3201

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-26.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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263649-1502630390/watcher-4263649-1502630390 -o /tmp/evaluation-result-4263649-1502630390/solver-4263649-1502630390 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263649-1502630390.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=25260, runsolver pid=25257
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 4.46 4.40 3.59 3/202 25262
/proc/meminfo: memFree=26070292/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=9934352 memory=15368 CPUtime=0 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 2644 0 0 0 0 0 0 0 20 0 6 0 162691704 10172776448 3842 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2483588 3842 1326 1 0 2473558 0
[pid=25260/tid=25262] ppid=25257 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 1365 0 0 0 0 0 0 0 20 0 6 0 162691714 10175037440 3842 18446744073709551615 4194304 4196468 140722471636480 139896496587344 139896453332854 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162691715 10175037440 3842 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=9936560 memory=140395140564608 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162691715 10175037440 3906 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 162691715 10175037440 3906 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 162691715 10175037440 3906 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 15368 KiB

[startup+0.210166 s]*
/proc/loadavg: 4.46 4.40 3.59 3/215 25275
/proc/meminfo: memFree=26057204/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10551156 memory=27548 CPUtime=0.08 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 4881 0 0 0 7 1 0 0 20 0 15 0 162691704 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2637789 6887 2758 1 0 2627261 0
[pid=25260/tid=25262] ppid=25257 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 2836 0 0 0 6 0 0 0 20 0 15 0 162691714 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139896496569224 139896492373149 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10551156 memory=3689488106056009376 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10551156 memory=140395140564608 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162691716 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162691717 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895987176992 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162691717 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895986124144 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) S 25257 25260 7084 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10551156 memory=140395140564608 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10551156 memory=140395140564608 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691724 10804383744 6887 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27548 KiB

[startup+0.310465 s]*
/proc/loadavg: 4.46 4.40 3.59 3/215 25275
/proc/meminfo: memFree=26044520/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10551156 memory=37092 CPUtime=0.24 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 7996 0 0 0 21 3 0 0 20 0 15 0 162691704 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2637789 9273 2859 1 0 2627261 0
[pid=25260/tid=25262] ppid=25257 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 5630 0 0 0 14 2 0 0 20 0 15 0 162691714 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139896496588096 139896492373149 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691715 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162691716 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162691717 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895987176992 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162691717 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895986124144 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 162691719 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) R 25257 25260 7084 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 408 0 0 0 3 0 0 0 20 0 15 0 162691719 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10551156 memory=140395140564608 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691724 10804383744 9273 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37092 KiB

[startup+0.701211 s]
/proc/loadavg: 4.46 4.40 3.59 4/215 25275
/proc/meminfo: memFree=26034512/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10551232 memory=221324 CPUtime=1.23 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 11340 0 0 0 115 8 0 0 20 0 15 0 162691704 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2637808 55331 3076 1 0 2627261 0
[pid=25260/tid=25262] ppid=25257 vsize=10551232 memory=280790063775784 CPUtime=0.51 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 6993 0 0 0 46 5 0 0 20 0 15 0 162691714 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139896496588520 139896478419216 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10551232 memory=280790063910992 CPUtime=0.01 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 162691715 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10551232 memory=280790063781032 CPUtime=0.02 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 25 0 0 0 2 0 0 0 20 0 15 0 162691715 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10551232 memory=280790063730464 CPUtime=0.01 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 15 0 162691715 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10551232 memory=288230621803970871 CPUtime=0.01 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 162691715 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 162691716 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10551232 memory=39548 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162691717 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895987176992 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10551232 memory=636 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 162691717 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895986124144 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10551232 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10551232 memory=960 CPUtime=0.17 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) R 25257 25260 7084 0 -1 4202560 902 0 0 0 17 0 0 0 20 0 15 0 162691719 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896475851421 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10551232 memory=1236 CPUtime=0.18 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) R 25257 25260 7084 0 -1 4202560 724 0 0 0 18 0 0 0 20 0 15 0 162691719 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895982954928 139896475851655 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10551232 memory=2240 CPUtime=0.24 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 1180 0 0 0 24 0 0 0 20 0 15 0 162691719 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10551232 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10551232 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691724 10804461568 55331 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 221324 KiB

[startup+1.50073 s]
/proc/loadavg: 4.46 4.40 3.59 5/215 25275
/proc/meminfo: memFree=25732248/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10551232 memory=448984 CPUtime=3.75 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 20567 0 0 0 358 17 0 0 20 0 15 0 162691704 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2637808 112246 3103 1 0 2627261 0
[pid=25260/tid=25262] ppid=25257 vsize=10551232 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 7490 0 0 0 113 6 0 0 20 0 15 0 162691714 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139896496582656 139896097957599 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10551232 memory=7649399388593337650 CPUtime=0.09 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 64 0 0 0 8 1 0 0 20 0 15 0 162691715 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10551232 memory=7300704776819335744 CPUtime=0.1 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 93 0 0 0 8 2 0 0 20 0 15 0 162691715 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10551232 memory=415988 CPUtime=0.09 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 78 0 0 0 8 1 0 0 20 0 15 0 162691715 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10551232 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 263 0 0 0 7 1 0 0 20 0 15 0 162691715 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 162691716 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162691717 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895987177056 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10551232 memory=6502580487379 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 162691717 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895986124144 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10551232 memory=13563786715989427 CPUtime=0.94 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) R 25257 25260 7084 0 -1 4202560 5653 0 0 0 93 1 0 0 20 0 15 0 162691719 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895984005800 139896485068327 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10551232 memory=4044 CPUtime=0.87 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) R 25257 25260 7084 0 -1 4202560 4027 0 0 0 86 1 0 0 20 0 15 0 162691719 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895982948136 139896477958792 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10551232 memory=2241 CPUtime=0.31 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 1328 0 0 0 31 0 0 0 20 0 15 0 162691719 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162691719 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162691724 10804461568 112246 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 3.75 s
Current children cumulated vsize: 10551232 KiB

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

[pid=25260/tid=25269] ppid=25257 vsize=10617796 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 16 0 162691717 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895986124160 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10617796 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2.65 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 16038 0 0 0 262 3 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10617796 memory=7881697793379034472 CPUtime=2.86 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) S 25257 25260 7084 0 -1 1077944384 14849 0 0 0 284 2 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10617796 memory=3908 CPUtime=0.5 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 4687 0 0 0 49 1 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10617796 memory=7042800 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10617796 memory=7513696 CPUtime=1.34 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 2992 0 0 0 60 74 0 0 20 0 16 0 162691724 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25279] ppid=25257 vsize=10617796 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25279/stat : 25279 (java) S 25257 25260 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162700762 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895978755504 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 2431.33 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7513696 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.15 3/215 25585
/proc/meminfo: memFree=23389808/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2491.38 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 1301951 0 0 0 248463 675 0 0 20 0 16 0 162691704 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2654449 1878424 3149 1 0 2643902 0
[pid=25260/tid=25262] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2334.34 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 1034185 0 0 0 233327 107 0 0 20 0 16 0 162691714 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896496590344 139896100254037 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10617796 memory=7513696 CPUtime=34.11 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 44685 0 0 0 3283 128 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10617796 memory=7513696 CPUtime=34.1 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 57784 0 0 0 3289 121 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10617796 memory=7513696 CPUtime=34.08 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 52384 0 0 0 3282 126 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10617796 memory=7513696 CPUtime=34.16 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 44758 0 0 0 3297 119 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10617796 memory=7513696 CPUtime=13.11 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 28023 0 0 0 1307 4 0 0 20 0 16 0 162691716 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10617796 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 162691717 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895987177056 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10617796 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 16 0 162691717 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895986124160 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10617796 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2.65 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 16051 0 0 0 262 3 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2.86 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) S 25257 25260 7084 0 -1 1077944384 14852 0 0 0 284 2 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10617796 memory=7513696 CPUtime=0.5 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 4691 0 0 0 49 1 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10617796 memory=280790064523360 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10617796 memory=7513696 CPUtime=1.37 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 3033 0 0 0 62 75 0 0 20 0 16 0 162691724 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25279] ppid=25257 vsize=10617796 memory=3000 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25279/stat : 25279 (java) S 25257 25260 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162700762 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895978755504 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 2491.38 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7513696 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411 s]*
/proc/loadavg: 2.02 2.02 2.14 3/215 25586
/proc/meminfo: memFree=23390300/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10617796 memory=7513696 CPUtime=2520.09 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 1320019 0 0 0 251333 676 0 0 20 0 16 0 162691704 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2654449 1878424 3149 1 0 2643902 0
[pid=25260/tid=25262] ppid=25257 vsize=10617796 memory=-8774313645642428999 CPUtime=2363.05 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) R 25257 25260 7084 0 -1 4202560 1052221 0 0 0 236196 109 0 0 20 0 16 0 162691714 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896496590344 139896100253656 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10617796 memory=4872558044660077418 CPUtime=34.11 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 44685 0 0 0 3283 128 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10617796 memory=-8774313645642428999 CPUtime=34.1 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 57784 0 0 0 3289 121 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10617796 memory=4872558044660077418 CPUtime=34.08 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 52384 0 0 0 3282 126 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10617796 memory=140395032927568 CPUtime=34.16 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 44758 0 0 0 3297 119 0 0 20 0 16 0 162691715 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10617796 memory=-8634980985311628903 CPUtime=13.11 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 28031 0 0 0 1307 4 0 0 20 0 16 0 162691716 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10617796 memory=7100839878645619564 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 162691717 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895987177056 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10617796 memory=7235710566141946944 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 16 0 162691717 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895986124160 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10617796 memory=140395032936400 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10617796 memory=-8412656567318647667 CPUtime=2.65 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 16065 0 0 0 262 3 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10617796 memory=4427205132082312746 CPUtime=2.86 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) S 25257 25260 7084 0 -1 1077944384 14855 0 0 0 284 2 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10617796 memory=-7023579799431922829 CPUtime=0.5 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 4695 0 0 0 49 1 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10617796 memory=-8412652152092201843 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162691719 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10617796 memory=4426639978525455914 CPUtime=1.39 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 3070 0 0 0 63 76 0 0 20 0 16 0 162691724 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25279] ppid=25257 vsize=10617796 memory=3047711553219693942 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25279/stat : 25279 (java) S 25257 25260 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162700762 10872623104 1878424 18446744073709551615 4194304 4196468 140722471636480 139895978755504 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 7513696 KiB

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

[startup+2411.32 s]
# the end of solver process 25260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.48 s, system=6.81856 s

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

[startup+2411.2 s]
/proc/loadavg: 2.02 2.02 2.14 3/215 25586
/proc/meminfo: memFree=23390300/32770624 swapFree=67108776/67108860
[pid=25260] ppid=25257 vsize=10817488 memory=7514092 CPUtime=2520.15 cores=1,3,5,7
/proc/25260/stat : 25260 (java) S 25257 25260 7084 0 -1 1077944320 1322234 0 0 0 251338 677 0 0 20 0 17 0 162691704 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 140722471619024 139896492351223 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
/proc/25260/statm: 2704372 1878523 3151 1 0 2693825 0
[pid=25260/tid=25262] ppid=25257 vsize=10817488 memory=1224 CPUtime=2363.1 cores=1,3,5,7
/proc/25260/task/25262/stat : 25262 (java) S 25257 25260 7084 0 -1 1077944384 1053637 0 0 0 236201 109 0 0 20 0 17 0 162691714 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139896496594096 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25263] ppid=25257 vsize=10817488 memory=4600 CPUtime=34.11 cores=1,3,5,7
/proc/25260/task/25263/stat : 25263 (java) S 25257 25260 7084 0 -1 1077944384 44685 0 0 0 3283 128 0 0 20 0 17 0 162691715 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139896422771344 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25264] ppid=25257 vsize=10817488 memory=-8774313645642428999 CPUtime=34.1 cores=1,3,5,7
/proc/25260/task/25264/stat : 25264 (java) S 25257 25260 7084 0 -1 1077944384 57784 0 0 0 3289 121 0 0 20 0 17 0 162691715 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139896421718544 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25265] ppid=25257 vsize=10817488 memory=2008 CPUtime=34.08 cores=1,3,5,7
/proc/25260/task/25265/stat : 25265 (java) S 25257 25260 7084 0 -1 1077944384 52384 0 0 0 3282 126 0 0 20 0 17 0 162691715 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139896420665744 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25266] ppid=25257 vsize=10817488 memory=11368 CPUtime=34.16 cores=1,3,5,7
/proc/25260/task/25266/stat : 25266 (java) S 25257 25260 7084 0 -1 1077944384 44758 0 0 0 3297 119 0 0 20 0 17 0 162691715 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139896419612944 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25267] ppid=25257 vsize=10817488 memory=1224 CPUtime=13.11 cores=1,3,5,7
/proc/25260/task/25267/stat : 25267 (java) S 25257 25260 7084 0 -1 1077944384 28075 0 0 0 1307 4 0 0 20 0 17 0 162691716 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895988231024 139896492362370 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25268] ppid=25257 vsize=10817488 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25268/stat : 25268 (java) S 25257 25260 7084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 162691717 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895987177056 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25269] ppid=25257 vsize=10817488 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25269/stat : 25269 (java) S 25257 25260 7084 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 17 0 162691717 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895986124160 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25270] ppid=25257 vsize=10817488 memory=68692 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25270/stat : 25270 (java) S 25257 25260 7084 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 17 0 162691719 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895985072464 139896492369819 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25271] ppid=25257 vsize=10817488 memory=1296 CPUtime=2.65 cores=1,3,5,7
/proc/25260/task/25271/stat : 25271 (java) S 25257 25260 7084 0 -1 1077944384 16065 0 0 0 262 3 0 0 20 0 17 0 162691719 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895984019824 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25272] ppid=25257 vsize=10817488 memory=2460 CPUtime=2.86 cores=1,3,5,7
/proc/25260/task/25272/stat : 25272 (java) S 25257 25260 7084 0 -1 1077944384 14855 0 0 0 284 2 0 0 20 0 17 0 162691719 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895982967024 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25273] ppid=25257 vsize=10817488 memory=1836 CPUtime=0.5 cores=1,3,5,7
/proc/25260/task/25273/stat : 25273 (java) S 25257 25260 7084 0 -1 1077944384 4874 0 0 0 49 1 0 0 20 0 17 0 162691719 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895981914224 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25274] ppid=25257 vsize=10817488 memory=7513696 CPUtime=0 cores=1,3,5,7
/proc/25260/task/25274/stat : 25274 (java) S 25257 25260 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 162691719 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895980861664 139896492361429 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
[pid=25260/tid=25275] ppid=25257 vsize=10817488 memory=7513696 CPUtime=1.39 cores=1,3,5,7
/proc/25260/task/25275/stat : 25275 (java) S 25257 25260 7084 0 -1 1077944384 3070 0 0 0 63 76 0 0 20 0 17 0 162691724 11077107712 1878523 18446744073709551615 4194304 4196468 140722471636480 139895979809968 139896492362370 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 11616256 140722471641488 140722471641641 140722471641641 140722471645135 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 7514092 KiB

[startup+2411.3 s]*
/proc/loadavg: 2.02 2.02 2.14 3/201 25590
/proc/meminfo: memFree=26789576/32770624 swapFree=67108776/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): 2411.32
CPU time (s): 2520.3
CPU user time (s): 2513.48
CPU system time (s): 6.81856
CPU usage (%): 104.519
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 7514092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.48
system time used= 6.81856
maximum resident set size= 7514256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1324890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57583
involuntary context switches= 2195


# summary of solver processes directly reported to runsolver:
#   pid: 25260
#   total CPU time (s): 2520.3
#   total CPU user time (s): 2513.48
#   total CPU system time (s): 6.81856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3362 second user time and 22.8758 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 15:05:24
IDJOB=4263649
IDBENCH=133909
IDSOLVER=2651
FILE ID=node132/4263649-1502630390
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-26.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263649-1502630390/watcher-4263649-1502630390 -o /tmp/evaluation-result-4263649-1502630390/solver-4263649-1502630390 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263649-1502630390.xml

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

MD5SUM BENCH= e7fb96dadee149724dd4cb9af2eae5d9
RANDOM SEED=1211649969

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26071764 kB
MemAvailable:   26314720 kB
Buffers:          227016 kB
Cached:           340088 kB
SwapCached:           84 kB
Active:          6116100 kB
Inactive:         166032 kB
Active(anon):    5662452 kB
Inactive(anon):   101948 kB
Active(file):     453648 kB
Inactive(file):    64084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1688 kB
Writeback:             4 kB
AnonPages:       5713932 kB
Mapped:            76248 kB
Shmem:             49768 kB
Slab:             109000 kB
SReclaimable:      82116 kB
SUnreclaim:        26884 kB
KernelStack:        3520 kB
PageTables:        16536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6976404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5574656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 15:45:36