Trace number 4243726

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.22 2356.04

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbo-10-30-1.xml
MD5SUMcf5c2add0e1079255d589b4f638ee707
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark644.396
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints351
Number of domains3
Minimum domain size2
Maximum domain size31
Distribution of domain sizes[{"size":2,"count":300},{"size":30,"count":50},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":330},{"degree":5,"count":30},{"degree":31,"count":20}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":300},{"arity":5,"count":2},{"arity":6,"count":6},{"arity":7,"count":4},{"arity":8,"count":6},{"arity":9,"count":2},{"arity":11,"count":30},{"arity":30,"count":1}]
Number of extensional constraints300
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":300},{"type":"allDifferent","count":1},{"type":"sum","count":30},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

56.88/28.65	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
56.88/28.65	c This is free software under the dual EPL/GNU LGPL licenses.
56.88/28.65	c See www.sat4j.org for details.
56.88/28.65	c That software uses the Rhino library from the Mozilla project.
56.88/28.65	c version CUSTOM.v20170705
56.88/28.65	c java.runtime.name	Java(TM) SE Runtime Environment
56.88/28.65	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
56.88/28.65	c java.vm.version	25.131-b11
56.88/28.65	c java.vm.vendor	Oracle Corporation
56.88/28.65	c sun.arch.data.model	64
56.88/28.65	c java.version		1.8.0_131
56.88/28.65	c os.name		Linux
56.88/28.65	c os.version		3.10.0-514.16.1.el7.x86_64
56.88/28.65	c os.arch		amd64
56.88/28.65	c Free memory 		499604488
56.88/28.65	c Max memory 		7247757312
56.88/28.65	c Total memory 		504889344
56.88/28.65	c Number of processors 	4
56.88/28.65	c c --- Begin Solver configuration ---
56.88/28.65	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
56.88/28.65	c Learn all clauses as in MiniSAT
56.88/28.65	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
56.88/28.65	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
56.88/28.65	c No reason simplification
56.88/28.65	c Glucose 2.1 dynamic restart strategy
56.88/28.65	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
56.88/28.65	c timeout=2147483s
56.88/28.65	c DB Simplification allowed=false
56.88/28.65	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
56.88/28.65	c --- End Solver configuration ---
56.88/28.65	c constraints type 
56.88/28.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 760
56.88/28.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19270250
56.88/28.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3875339
56.88/28.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 700
56.88/28.65	c 23147049 constraints processed.
2400.16/2356.00	c starts		: 263
2400.16/2356.00	c conflicts		: 290148
2400.16/2356.00	c decisions		: 422742904
2400.16/2356.00	c propagations		: 5906563325
2400.16/2356.00	c inspects		: 6889560361
2400.16/2356.00	c shortcuts		: 0
2400.16/2356.00	c learnt literals	: 12
2400.16/2356.00	c learnt binary clauses	: 2787
2400.16/2356.00	c learnt ternary clauses	: 1677
2400.16/2356.00	c learnt constraints	: 290136
2400.16/2356.00	c ignored constraints	: 0
2400.16/2356.00	c root simplifications	: 0
2400.16/2356.00	c removed literals (reason simplification)	: 0
2400.16/2356.00	c reason swapping (by a shorter reason)	: 0
2400.16/2356.00	c Calls to reduceDB	: 20
2400.16/2356.00	c Number of update (reduction) of LBD	: 226853
2400.16/2356.00	c Imported unit clauses	: 0
2400.16/2356.00	c number of reductions to clauses (during analyze)	: 0
2400.16/2356.00	c number of learned constraints concerned by reduction	: 0
2400.16/2356.00	c number of learning phase by resolution	: 0
2400.16/2356.00	c number of learning phase by cutting planes	: 0
2400.16/2356.00	c number of rounding to 1 operations	: 0
2400.16/2356.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.16/2356.00	c number of reductions of the coefficients by power 2 	: 0
2400.16/2356.00	c number of right shift for reduction by power 2 	: 0
2400.16/2356.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.16/2356.00	c speed (assignments/second)	: 2538030.659287915
2400.16/2356.00	c non guided choices	214896744
2400.16/2356.01	c learnt constraints type 
2400.16/2356.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2787
2400.16/2356.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20517
2400.16/2356.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243726-1502082318/watcher-4243726-1502082318 -o /tmp/evaluation-result-4243726-1502082318/solver-4243726-1502082318 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243726-1502082318.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.11 2.07 3/203 26446
/proc/meminfo: memFree=29855288/32770624 swapFree=0/356796
[pid=26446] ppid=26443 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26446/stat : 26446 (runsolver) D 26443 26446 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50142750 24240128 106 18446744073709551615 4194304 4338465 140724199180560 140724199178200 140379275424471 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 34320384 140724199182471 140724199182921 140724199182921 140724199186378 0
/proc/26446/statm: 5918 106 53 36 0 2156 0

[startup+0.100091 s]
/proc/loadavg: 2.09 2.11 2.07 3/203 26446
/proc/meminfo: memFree=29855288/32770624 swapFree=0/356796
[pid=26446] ppid=26443 vsize=10151672 CPUtime=0.04 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 4192 0 0 0 3 1 0 0 20 0 9 0 50142750 10395312128 5294 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2537918 5294 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200258 s]
/proc/loadavg: 2.09 2.11 2.07 3/203 26446
/proc/meminfo: memFree=29855288/32770624 swapFree=0/356796
[pid=26446] ppid=26443 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 4903 0 0 0 5 1 0 0 20 0 15 0 50142750 10804383744 5954 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637789 5954 2608 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.300288 s]
/proc/loadavg: 2.09 2.11 2.07 3/203 26446
/proc/meminfo: memFree=29855288/32770624 swapFree=0/356796
[pid=26446] ppid=26443 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 8172 0 0 0 19 3 0 0 20 0 15 0 50142750 10804383744 8854 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637789 8854 2863 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.703537 s]
/proc/loadavg: 2.09 2.11 2.07 3/203 26446
/proc/meminfo: memFree=29855288/32770624 swapFree=0/356796
[pid=26446] ppid=26443 vsize=10551232 CPUtime=1.35 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 13211 0 0 0 129 6 0 0 20 0 15 0 50142750 10804461568 25631 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637808 25631 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10551232

[startup+1.50192 s]
/proc/loadavg: 2.09 2.11 2.07 5/218 26461
/proc/meminfo: memFree=29658756/32770624 swapFree=0/356820
[pid=26446] ppid=26443 vsize=10553784 CPUtime=3.9 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 23689 0 0 0 376 14 0 0 20 0 15 0 50142750 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2638446 70301 3104 1 0 2627899 0
[pid=26446/tid=26448] ppid=26443 vsize=10553784 CPUtime=1.26 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 7897 0 0 0 121 5 0 0 20 0 15 0 50142756 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140553079165536 140552691310880 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10553784 CPUtime=0.04 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 15 0 50142757 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10553784 CPUtime=0.04 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 30 0 0 0 3 1 0 0 20 0 15 0 50142757 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10553784 CPUtime=0.07 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 139 0 0 0 5 2 0 0 20 0 15 0 50142757 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10553784 CPUtime=0.06 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 139 0 0 0 5 1 0 0 20 0 15 0 50142757 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 50142758 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50142759 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552569640224 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50142759 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552568587888 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10553784 CPUtime=0.98 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) R 26443 26446 12906 0 -1 4202560 5323 0 0 0 97 1 0 0 20 0 15 0 50142761 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552566468552 140553056480232 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10553784 CPUtime=1.03 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) R 26443 26446 12906 0 -1 4202560 6933 0 0 0 103 0 0 0 20 0 15 0 50142761 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552565415720 140553067222877 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10553784 CPUtime=0.35 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 1714 0 0 0 35 0 0 0 20 0 15 0 50142761 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10553784 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50142770 10807074816 70301 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 10553784

[startup+3.10081 s]
/proc/loadavg: 2.09 2.11 2.07 7/218 26461
/proc/meminfo: memFree=29371888/32770624 swapFree=0/356820
[pid=26446] ppid=26443 vsize=10551232 CPUtime=6.68 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 26027 0 0 0 625 43 0 0 20 0 15 0 50142750 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637808 209625 3115 1 0 2627261 0
[pid=26446/tid=26448] ppid=26443 vsize=10551232 CPUtime=2.57 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) S 26443 26446 12906 0 -1 1077944384 8395 0 0 0 248 9 0 0 20 0 15 0 50142756 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140553079166224 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) R 26443 26446 12906 0 -1 4202560 397 0 0 0 26 6 0 0 20 0 15 0 50142757 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553068036406 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) R 26443 26446 12906 0 -1 4202560 303 0 0 0 24 7 0 0 20 0 15 0 50142757 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140553014917592 140553059961369 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10551232 CPUtime=0.34 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) R 26443 26446 12906 0 -1 4202560 473 0 0 0 26 8 0 0 20 0 15 0 50142757 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140553013865304 140553054128944 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) R 26443 26446 12906 0 -1 4202560 333 0 0 0 27 8 0 0 20 0 15 0 50142757 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553068036481 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 50142758 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552570692768 140553074943701 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552569640224 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552568587888 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 5650 0 0 0 113 1 0 0 20 0 15 0 50142761 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10551232 CPUtime=1.21 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 7172 0 0 0 120 1 0 0 20 0 15 0 50142761 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 1738 0 0 0 36 0 0 0 20 0 15 0 50142761 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10804461568 209625 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 50142770 10804461568 210137 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10551232

[startup+6.30075 s]
/proc/loadavg: 2.08 2.10 2.07 3/218 26461
/proc/meminfo: memFree=28734932/32770624 swapFree=0/356820
[pid=26446] ppid=26443 vsize=10551232 CPUtime=12.78 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 29961 0 0 0 1215 63 0 0 20 0 15 0 50142750 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637808 323618 3131 1 0 2627261 0
[pid=26446/tid=26448] ppid=26443 vsize=10551232 CPUtime=4.29 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 9116 0 0 0 417 12 0 0 20 0 15 0 50142756 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140553079163648 140553059310608 0 4 1 16800974 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10551232 CPUtime=1.19 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 992 0 0 0 109 10 0 0 20 0 15 0 50142757 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10551232 CPUtime=1.2 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 807 0 0 0 109 11 0 0 20 0 15 0 50142757 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10551232 CPUtime=1.23 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 1421 0 0 0 111 12 0 0 20 0 15 0 50142757 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 665 0 0 0 110 12 0 0 20 0 15 0 50142757 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10551232 CPUtime=0.6 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 1004 0 0 0 60 0 0 0 20 0 15 0 50142758 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552569640224 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552568587888 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10551232 CPUtime=1.28 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 5673 0 0 0 127 1 0 0 20 0 15 0 50142761 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10551232 CPUtime=1.34 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 7185 0 0 0 133 1 0 0 20 0 15 0 50142761 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 1740 0 0 0 36 0 0 0 20 0 15 0 50142761 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142770 10804461568 323618 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 2.08 2.10 2.07 3/218 26461
/proc/meminfo: memFree=27558916/32770624 swapFree=0/356824
[pid=26446] ppid=26443 vsize=10551232 CPUtime=25.27 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 44359 0 0 0 2401 126 0 0 20 0 15 0 50142750 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2637808 576251 3132 1 0 2627261 0
[pid=26446/tid=26448] ppid=26443 vsize=10551232 CPUtime=7.65 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 11072 0 0 0 750 15 0 0 20 0 15 0 50142756 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140553079170760 140552690707857 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10551232 CPUtime=3.21 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 2952 0 0 0 294 27 0 0 20 0 15 0 50142757 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10551232 CPUtime=3.22 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 2364 0 0 0 297 25 0 0 20 0 15 0 50142757 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10551232 CPUtime=3.26 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 5624 0 0 0 299 27 0 0 20 0 15 0 50142757 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10551232 CPUtime=3.25 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 1659 0 0 0 299 26 0 0 20 0 15 0 50142757 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10551232 CPUtime=1.58 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 4427 0 0 0 158 0 0 0 20 0 15 0 50142758 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140552569640224 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 50142759 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140552568587888 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 50142761 10804461568 576251 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0

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

[startup+2262.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/214 26694
/proc/meminfo: memFree=21284608/32770624 swapFree=0/357944
[pid=26446] ppid=26443 vsize=10617796 CPUtime=2306.5 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 311232 0 0 0 230283 367 0 0 20 0 16 0 50142750 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2654449 1191438 3145 1 0 2643902 0
[pid=26446/tid=26448] ppid=26443 vsize=10617796 CPUtime=2242.37 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 208095 0 0 0 224204 33 0 0 20 0 16 0 50142756 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553079172344 140552693295287 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 17406 0 0 0 1210 67 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10617796 CPUtime=12.7 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 6291 0 0 0 1206 64 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 8543 0 0 0 1211 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10617796 CPUtime=12.76 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 18761 0 0 0 1210 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10617796 CPUtime=7.01 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 12460 0 0 0 698 3 0 0 20 0 16 0 50142758 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552569640288 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552568587904 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10617796 CPUtime=1.81 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 13191 0 0 0 179 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10617796 CPUtime=2.07 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 13905 0 0 0 205 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 8918 0 0 0 50 1 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10617796 CPUtime=1.63 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 2257 0 0 0 82 81 0 0 20 0 16 0 50142770 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26462] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26462/stat : 26462 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50145629 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552561218736 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 2306.5
Current children cumulated vsize (KiB) 10617796

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/217 26710
/proc/meminfo: memFree=21279040/32770624 swapFree=0/358000
[pid=26446] ppid=26443 vsize=10617796 CPUtime=2366.55 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 316360 0 0 0 236286 369 0 0 20 0 16 0 50142750 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2654449 1191438 3145 1 0 2643902 0
[pid=26446/tid=26448] ppid=26443 vsize=10617796 CPUtime=2302.37 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 212639 0 0 0 230204 33 0 0 20 0 16 0 50142756 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553079172360 140552692759098 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 17406 0 0 0 1210 67 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10617796 CPUtime=12.7 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 6291 0 0 0 1206 64 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 8543 0 0 0 1211 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10617796 CPUtime=12.76 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 18761 0 0 0 1210 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10617796 CPUtime=7.01 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 12469 0 0 0 698 3 0 0 20 0 16 0 50142758 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552569640288 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552568587904 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10617796 CPUtime=1.81 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 13194 0 0 0 179 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10617796 CPUtime=2.08 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 13918 0 0 0 206 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 9436 0 0 0 50 1 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10617796 CPUtime=1.68 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 2298 0 0 0 84 84 0 0 20 0 16 0 50142770 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26462] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26462/stat : 26462 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50145629 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552561218736 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 2366.55
Current children cumulated vsize (KiB) 10617796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2355.8 s]
/proc/loadavg: 2.00 2.04 2.05 3/218 26713
/proc/meminfo: memFree=21279448/32770624 swapFree=0/358032
[pid=26446] ppid=26443 vsize=10617796 CPUtime=2400.08 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 318982 0 0 0 239638 370 0 0 20 0 16 0 50142750 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2654449 1191438 3145 1 0 2643902 0
[pid=26446/tid=26448] ppid=26443 vsize=10617796 CPUtime=2335.87 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) R 26443 26446 12906 0 -1 4202560 215194 0 0 0 233554 33 0 0 20 0 16 0 50142756 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553079172360 140552692613553 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 17406 0 0 0 1210 67 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10617796 CPUtime=12.7 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 6291 0 0 0 1206 64 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10617796 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 8543 0 0 0 1211 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10617796 CPUtime=12.76 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 18761 0 0 0 1210 66 0 0 20 0 16 0 50142757 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10617796 CPUtime=7.01 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 12478 0 0 0 698 3 0 0 20 0 16 0 50142758 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552569640288 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 50142759 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552568587904 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10617796 CPUtime=1.81 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 13197 0 0 0 179 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10617796 CPUtime=2.08 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 13931 0 0 0 206 2 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10617796 CPUtime=0.51 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 9439 0 0 0 50 1 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 50142761 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10617796 CPUtime=1.7 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 2337 0 0 0 85 85 0 0 20 0 16 0 50142770 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26462] ppid=26443 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26462/stat : 26462 (java) S 26443 26446 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 50145629 10872623104 1191438 18446744073709551615 4194304 4196468 140722490078096 140552561218736 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10617796

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26446 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2356 s]
/proc/loadavg: 2.00 2.04 2.05 3/218 26713
/proc/meminfo: memFree=21279448/32770624 swapFree=0/358032
[pid=26446] ppid=26443 vsize=10817488 CPUtime=2400.16 cores=0,2,4,6
/proc/26446/stat : 26446 (java) S 26443 26446 12906 0 -1 1077944320 320262 0 0 0 239646 370 0 0 20 0 17 0 50142750 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140722490060640 140553074933495 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
/proc/26446/statm: 2704372 1191499 3147 1 0 2693825 0
[pid=26446/tid=26448] ppid=26443 vsize=10817488 CPUtime=2335.95 cores=0,2,4,6
/proc/26446/task/26448/stat : 26448 (java) S 26443 26446 12906 0 -1 1077944384 215293 0 0 0 233562 33 0 0 20 0 17 0 50142756 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140553079176368 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26449] ppid=26443 vsize=10817488 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26449/stat : 26449 (java) S 26443 26446 12906 0 -1 1077944384 17406 0 0 0 1210 67 0 0 20 0 17 0 50142757 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140553015970192 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26450] ppid=26443 vsize=10817488 CPUtime=12.7 cores=0,2,4,6
/proc/26446/task/26450/stat : 26450 (java) S 26443 26446 12906 0 -1 1077944384 6291 0 0 0 1206 64 0 0 20 0 17 0 50142757 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140553014917392 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26451] ppid=26443 vsize=10817488 CPUtime=12.77 cores=0,2,4,6
/proc/26446/task/26451/stat : 26451 (java) S 26443 26446 12906 0 -1 1077944384 8543 0 0 0 1211 66 0 0 20 0 17 0 50142757 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140553013865104 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26452] ppid=26443 vsize=10817488 CPUtime=12.76 cores=0,2,4,6
/proc/26446/task/26452/stat : 26452 (java) S 26443 26446 12906 0 -1 1077944384 18761 0 0 0 1210 66 0 0 20 0 17 0 50142757 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140553012812304 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26453] ppid=26443 vsize=10817488 CPUtime=7.01 cores=0,2,4,6
/proc/26446/task/26453/stat : 26453 (java) S 26443 26446 12906 0 -1 1077944384 12519 0 0 0 698 3 0 0 20 0 17 0 50142758 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552570694256 140553074944642 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26454] ppid=26443 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26454/stat : 26454 (java) S 26443 26446 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 50142759 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552569640288 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26455] ppid=26443 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26455/stat : 26455 (java) S 26443 26446 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 50142759 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552568587904 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26456] ppid=26443 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26456/stat : 26456 (java) S 26443 26446 12906 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 17 0 50142761 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552567536208 140553074952091 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26457] ppid=26443 vsize=10817488 CPUtime=1.81 cores=0,2,4,6
/proc/26446/task/26457/stat : 26457 (java) S 26443 26446 12906 0 -1 1077944384 13197 0 0 0 179 2 0 0 20 0 17 0 50142761 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552566483056 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26458] ppid=26443 vsize=10817488 CPUtime=2.08 cores=0,2,4,6
/proc/26446/task/26458/stat : 26458 (java) S 26443 26446 12906 0 -1 1077944384 13931 0 0 0 206 2 0 0 20 0 17 0 50142761 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552565430256 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26459] ppid=26443 vsize=10817488 CPUtime=0.51 cores=0,2,4,6
/proc/26446/task/26459/stat : 26459 (java) S 26443 26446 12906 0 -1 1077944384 10013 0 0 0 50 1 0 0 20 0 17 0 50142761 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552564377968 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26460] ppid=26443 vsize=10817488 CPUtime=0 cores=0,2,4,6
/proc/26446/task/26460/stat : 26460 (java) S 26443 26446 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 50142761 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552563325408 140553074943701 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
[pid=26446/tid=26461] ppid=26443 vsize=10817488 CPUtime=1.7 cores=0,2,4,6
/proc/26446/task/26461/stat : 26461 (java) S 26443 26446 12906 0 -1 1077944384 2337 0 0 0 85 85 0 0 20 0 17 0 50142770 11077107712 1191499 18446744073709551615 4194304 4196468 140722490078096 140552562273200 140553074944642 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13602816 140722490085813 140722490085966 140722490085966 140722490089423 0
Current children cumulated CPU time (s) 2400.16
Current children cumulated vsize (KiB) 10817488

Child status: 143
Real time (s): 2356.04
CPU time (s): 2400.22
CPU user time (s): 2396.48
CPU system time (s): 3.7341
CPU usage (%): 101.875
Max. virtual memory (cumulated for all children) (KiB): 10817488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.48
system time used= 3.7341
maximum resident set size= 4766344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54750
involuntary context switches= 2492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1636 second user time and 15.1376 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 06:51:21
IDJOB=4243726
IDBENCH=140521
IDSOLVER=2623
FILE ID=node135/4243726-1502082318
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbo-10-30-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243726-1502082318/watcher-4243726-1502082318 -o /tmp/evaluation-result-4243726-1502082318/solver-4243726-1502082318 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243726-1502082318.xml

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

MD5SUM BENCH= cf5c2add0e1079255d589b4f638ee707
RANDOM SEED=126453369

node135.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.21
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.21
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.21
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.21
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:        29855292 kB
MemAvailable:   30291836 kB
Buffers:          216836 kB
Cached:           508500 kB
SwapCached:            0 kB
Active:          2100720 kB
Inactive:         381768 kB
Active(anon):    1757792 kB
Inactive(anon):    24972 kB
Active(file):     342928 kB
Inactive(file):   356796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       1775684 kB
Mapped:            52388 kB
Shmem:             25344 kB
Slab:             132236 kB
SReclaimable:     105308 kB
SUnreclaim:        26928 kB
KernelStack:        3904 kB
PageTables:         8552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3863044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1662976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 07:30:37