Trace number 4243851

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? 229.086 44.0057

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-26-08.xml
MD5SUM885f7dce9f12482b5755a1b8bd42ad86
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark1091.9399
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints170
Number of domains2
Minimum domain size1
Maximum domain size532
Distribution of domain sizes[{"size":1,"count":1},{"size":532,"count":91}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":2},{"degree":5,"count":14},{"degree":6,"count":27},{"degree":7,"count":23},{"degree":8,"count":15},{"degree":9,"count":6},{"degree":10,"count":2}]
Minimum constraint arity2
Maximum constraint arity72
Distribution of constraint arities[{"arity":2,"count":166},{"arity":59,"count":1},{"arity":68,"count":1},{"arity":72,"count":2}]
Number of extensional constraints0
Number of intensional constraints166
Distribution of constraint types[{"type":"intension","count":166},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

228.95/43.77	Jul 22, 2017 12:40:25 AM org.sat4j.reader.XMLCSP3Reader parseInstance
228.95/43.77	INFO: Runtime exception
228.95/43.77	java.lang.IllegalArgumentException: "ite" is not a valid operator
228.95/43.77		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
228.95/43.77		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
228.95/43.77		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
228.95/43.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
228.95/43.77		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
228.95/43.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
228.95/43.77		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
228.95/43.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
228.95/43.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
228.95/43.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
228.95/43.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
228.95/43.77		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
228.95/43.77		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
228.95/43.77		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
228.95/43.77		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
228.95/43.77		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
228.95/43.77		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
228.95/43.77		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
228.95/43.77	
229.04/43.97	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
229.04/43.97	c This is free software under the dual EPL/GNU LGPL licenses.
229.04/43.97	c See www.sat4j.org for details.
229.04/43.97	c That software uses the Rhino library from the Mozilla project.
229.04/43.97	c version CUSTOM.v20170705
229.04/43.97	c java.runtime.name	Java(TM) SE Runtime Environment
229.04/43.97	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
229.04/43.97	c java.vm.version	25.131-b11
229.04/43.97	c java.vm.vendor	Oracle Corporation
229.04/43.97	c sun.arch.data.model	64
229.04/43.97	c java.version		1.8.0_131
229.04/43.97	c os.name		Linux
229.04/43.97	c os.version		3.10.0-514.16.1.el7.x86_64
229.04/43.97	c os.arch		amd64
229.04/43.97	c Free memory 		499604488
229.04/43.97	c Max memory 		7247757312
229.04/43.97	c Total memory 		504889344
229.04/43.97	c Number of processors 	8
229.04/43.97	c c --- Begin Solver configuration ---
229.04/43.97	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
229.04/43.97	c Learn all clauses as in MiniSAT
229.04/43.97	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
229.04/43.97	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
229.04/43.97	c No reason simplification
229.04/43.97	c Glucose 2.1 dynamic restart strategy
229.04/43.97	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
229.04/43.97	c timeout=2147483s
229.04/43.97	c DB Simplification allowed=false
229.04/43.97	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
229.04/43.97	c --- End Solver configuration ---
229.04/43.97	c starts		: 0
229.04/43.97	c conflicts		: 0
229.04/43.97	c decisions		: 0
229.04/43.97	c propagations		: 0
229.04/43.97	c inspects		: 0
229.04/43.97	c shortcuts		: 0
229.04/43.97	c learnt literals	: 0
229.04/43.97	c learnt binary clauses	: 0
229.04/43.97	c learnt ternary clauses	: 0
229.04/43.97	c learnt constraints	: 0
229.04/43.97	c ignored constraints	: 0
229.04/43.97	c root simplifications	: 0
229.04/43.97	c removed literals (reason simplification)	: 0
229.04/43.97	c reason swapping (by a shorter reason)	: 0
229.04/43.97	c Calls to reduceDB	: 0
229.04/43.97	c Number of update (reduction) of LBD	: 0
229.04/43.97	c Imported unit clauses	: 0
229.04/43.97	c number of reductions to clauses (during analyze)	: 0
229.04/43.97	c number of learned constraints concerned by reduction	: 0
229.04/43.97	c number of learning phase by resolution	: 0
229.04/43.97	c number of learning phase by cutting planes	: 0
229.04/43.97	c number of rounding to 1 operations	: 0
229.04/43.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
229.04/43.97	c number of reductions of the coefficients by power 2 	: 0
229.04/43.97	c number of right shift for reduction by power 2 	: 0
229.04/43.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
229.04/43.97	c speed (assignments/second)	: 0.0
229.04/43.97	c non guided choices	0
229.04/43.97	c learnt constraints type 
229.04/43.97	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-4243851-1500676781/watcher-4243851-1500676781 -o /tmp/evaluation-result-4243851-1500676781/solver-4243851-1500676781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500670209-12781 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243851-1500676781.xml 

pid=14325
running on 8 cores: 1,3,5,7,9,11,13,15

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.70 2.16 2.27 3/262 14328
/proc/meminfo: memFree=27001572/32770624 swapFree=5740/217812
[pid=14328] ppid=14325 vsize=8882256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 2261 0 0 0 0 0 0 0 20 0 10 0 2943415 9095430144 1998 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2204180 1998 1208 1 0 2193091 0
[pid=14328/tid=14329] ppid=14325 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) R 14325 14328 9829 0 -1 4202560 979 0 0 0 0 0 0 0 20 0 10 0 2943416 10448912384 2027 33554432000 4194304 4196468 140728016838496 139846730123368 139846711962567 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10204016 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943417 10448912384 2027 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2027 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2092 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2092 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2092 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2092 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2158 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10204852 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2943417 10449768448 2158 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0

[startup+0.100131 s]
/proc/loadavg: 2.70 2.16 2.27 3/262 14328
/proc/meminfo: memFree=27001572/32770624 swapFree=5740/217812
[pid=14328] ppid=14325 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 4974 0 0 0 8 1 0 0 20 0 20 0 2943415 11162066944 6113 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725114 6113 2625 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900456 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) R 14325 14328 9829 0 -1 4202560 3062 0 0 0 7 0 0 0 20 0 20 0 2943416 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846730123872 139846725903517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162066944 6113 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200926 s]
/proc/loadavg: 2.70 2.16 2.27 3/262 14328
/proc/meminfo: memFree=27001572/32770624 swapFree=5740/217812
[pid=14328] ppid=14325 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 7046 0 0 0 23 3 0 0 20 0 20 0 2943415 11162169344 7889 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725139 7889 2873 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) R 14325 14328 9829 0 -1 4202560 4752 0 0 0 16 1 0 0 20 0 20 0 2943416 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846730115392 139846725903517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 7889 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300744 s]
/proc/loadavg: 2.70 2.16 2.27 3/262 14328
/proc/meminfo: memFree=27001572/32770624 swapFree=5740/217812
[pid=14328] ppid=14325 vsize=10900556 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 7749 0 0 0 38 3 0 0 20 0 20 0 2943415 11162169344 9621 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725139 9621 2932 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) R 14325 14328 9829 0 -1 4202560 5098 0 0 0 26 2 0 0 20 0 20 0 2943416 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846730120800 139846709962108 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162169344 9621 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 10900556

[startup+0.700755 s]
/proc/loadavg: 2.70 2.16 2.27 3/262 14328
/proc/meminfo: memFree=27001572/32770624 swapFree=5740/217812
[pid=14328] ppid=14325 vsize=10900632 CPUtime=1.56 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 11464 0 0 0 151 5 0 0 20 0 20 0 2943415 11162247168 37163 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725158 37163 3077 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) R 14325 14328 9829 0 -1 4202560 6048 0 0 0 64 3 0 0 20 0 20 0 2943416 11162247168 37163 33554432000 4194304 4196468 140728016838496 139846730112744 139846364959808 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37163 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37163 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37163 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37675 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37675 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37675 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37675 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943417 11162247168 37675 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10900632

[startup+1.50073 s]
/proc/loadavg: 2.70 2.16 2.27 10/282 14348
/proc/meminfo: memFree=26681448/32770624 swapFree=5740/218164
[pid=14328] ppid=14325 vsize=10900632 CPUtime=4.42 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 13030 0 0 0 329 113 0 0 20 0 20 0 2943415 11162247168 123859 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725158 123859 3108 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900632 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) S 14325 14328 9829 0 -1 1077944384 6173 0 0 0 113 5 0 0 20 0 20 0 2943416 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846730116832 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) R 14325 14328 9829 0 -1 4202560 156 0 0 0 16 11 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846686842200 139846710905765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) R 14325 14328 9829 0 -1 4202560 143 0 0 0 14 13 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846331636952 139846710903769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) R 14325 14328 9829 0 -1 4202560 160 0 0 0 14 14 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846330584152 139846710906872 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) R 14325 14328 9829 0 -1 4202560 151 0 0 0 14 13 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846329531352 139846710905505 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) R 14325 14328 9829 0 -1 4202560 163 0 0 0 14 13 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846328478552 139846710903712 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) R 14325 14328 9829 0 -1 4202560 146 0 0 0 15 13 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846327425440 139846707507440 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) R 14325 14328 9829 0 -1 4202560 160 0 0 0 13 12 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846326372952 139846710909465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) R 14325 14328 9829 0 -1 4202560 134 0 0 0 15 12 0 0 20 0 20 0 2943417 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846325320152 139846710909010 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14339] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14339/stat : 14339 (java) S 14325 14328 9829 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 2943419 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846066570656 139846725891797 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14340] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14340/stat : 14340 (java) S 14325 14328 9829 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846065518112 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14341] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14341/stat : 14341 (java) S 14325 14328 9829 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846064465264 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14342] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14342/stat : 14342 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943424 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846063413584 139846725900187 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14343] ppid=14325 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14343/stat : 14343 (java) S 14325 14328 9829 0 -1 1077944384 1151 0 0 0 25 0 0 0 20 0 20 0 2943424 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846062360944 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14344] ppid=14325 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14344/stat : 14344 (java) S 14325 14328 9829 0 -1 1077944384 1065 0 0 0 24 0 0 0 20 0 20 0 2943424 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846061308144 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14345] ppid=14325 vsize=10900632 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14345/stat : 14345 (java) S 14325 14328 9829 0 -1 1077944384 970 0 0 0 20 0 0 0 20 0 20 0 2943424 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846060255344 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14346] ppid=14325 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14346/stat : 14346 (java) S 14325 14328 9829 0 -1 1077944384 1003 0 0 0 24 0 0 0 20 0 20 0 2943424 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846059202544 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14347] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14347/stat : 14347 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943425 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846058151008 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14348] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14348/stat : 14348 (java) S 14325 14328 9829 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943425 11162247168 123859 33554432000 4194304 4196468 140728016838496 139846057098288 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 4.42

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

[pid=14328/tid=14336] ppid=14325 vsize=10900632 CPUtime=26.37 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 11196 0 0 0 2360 277 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900632 CPUtime=26.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 10227 0 0 0 2358 267 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14339] ppid=14325 vsize=10900632 CPUtime=8.57 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14339/stat : 14339 (java) R 14325 14328 9829 0 -1 4202560 18031 0 0 0 856 1 0 0 20 0 20 0 2943419 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846066570576 139846710582235 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14340] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14340/stat : 14340 (java) S 14325 14328 9829 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846065518112 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14341] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14341/stat : 14341 (java) S 14325 14328 9829 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846064465264 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14342] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14342/stat : 14342 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846063413584 139846725900187 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14343] ppid=14325 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14343/stat : 14343 (java) S 14325 14328 9829 0 -1 1077944384 1531 0 0 0 28 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846062360704 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14344] ppid=14325 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14344/stat : 14344 (java) S 14325 14328 9829 0 -1 1077944384 2062 0 0 0 30 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846061308192 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14345] ppid=14325 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14345/stat : 14345 (java) S 14325 14328 9829 0 -1 1077944384 1800 0 0 0 26 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846060255392 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14346] ppid=14325 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14346/stat : 14346 (java) S 14325 14328 9829 0 -1 1077944384 2119 0 0 0 31 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846059202592 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14347] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14347/stat : 14347 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943425 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846058151008 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14348] ppid=14325 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14348/stat : 14348 (java) S 14325 14328 9829 0 -1 1077944384 387 0 0 0 1 1 0 0 20 0 20 0 2943425 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846057098288 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 228.45
Current children cumulated vsize (KiB) 10900632

[startup+43.6009 s]
/proc/loadavg: 3.56 2.48 2.37 10/282 14444
/proc/meminfo: memFree=22737996/32770624 swapFree=5740/218288
[pid=14328] ppid=14325 vsize=10900632 CPUtime=228.85 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 118170 0 0 0 20724 2161 0 0 20 0 20 0 2943415 11162247168 1504080 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2725158 1504080 3131 1 0 2713552 0
[pid=14328/tid=14329] ppid=14325 vsize=10900632 CPUtime=7.94 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) S 14325 14328 9829 0 -1 1077944384 11834 0 0 0 786 8 0 0 20 0 20 0 2943416 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846730118352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=10900632 CPUtime=26.2 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 12532 0 0 0 2355 265 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=10900632 CPUtime=26.34 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 8332 0 0 0 2372 262 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=10900632 CPUtime=26.43 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 8989 0 0 0 2378 265 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=10900632 CPUtime=26.4 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 9999 0 0 0 2362 278 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=10900632 CPUtime=26.31 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 9053 0 0 0 2380 251 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=10900632 CPUtime=26.33 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 8710 0 0 0 2354 279 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=10900632 CPUtime=26.37 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 11196 0 0 0 2360 277 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=10900632 CPUtime=26.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 10227 0 0 0 2358 267 0 0 20 0 20 0 2943417 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14339] ppid=14325 vsize=10900632 CPUtime=8.97 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14339/stat : 14339 (java) R 14325 14328 9829 0 -1 4202560 18031 0 0 0 896 1 0 0 20 0 20 0 2943419 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846066570576 139846710582224 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14340] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14340/stat : 14340 (java) S 14325 14328 9829 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846065518112 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14341] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14341/stat : 14341 (java) S 14325 14328 9829 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2943420 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846064465264 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14342] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14342/stat : 14342 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846063413584 139846725900187 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14343] ppid=14325 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14343/stat : 14343 (java) S 14325 14328 9829 0 -1 1077944384 1531 0 0 0 28 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846062360704 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14344] ppid=14325 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14344/stat : 14344 (java) S 14325 14328 9829 0 -1 1077944384 2062 0 0 0 30 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846061308192 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14345] ppid=14325 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14345/stat : 14345 (java) S 14325 14328 9829 0 -1 1077944384 1800 0 0 0 26 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846060255392 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14346] ppid=14325 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14346/stat : 14346 (java) S 14325 14328 9829 0 -1 1077944384 2119 0 0 0 31 0 0 0 20 0 20 0 2943424 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846059202592 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14347] ppid=14325 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14347/stat : 14347 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943425 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846058151008 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14348] ppid=14325 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14348/stat : 14348 (java) S 14325 14328 9829 0 -1 1077944384 387 0 0 0 1 1 0 0 20 0 20 0 2943425 11162247168 1504080 33554432000 4194304 4196468 140728016838496 139846057098288 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 228.85
Current children cumulated vsize (KiB) 10900632

[startup+43.8016 s]
/proc/loadavg: 3.56 2.48 2.37 10/282 14444
/proc/meminfo: memFree=22737996/32770624 swapFree=5740/218288
[pid=14328] ppid=14325 vsize=11035960 CPUtime=229.04 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 122264 0 0 0 20742 2162 0 0 20 0 21 0 2943415 11300823040 1505564 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2758990 1505564 3179 1 0 2747346 0
[pid=14328/tid=14329] ppid=14325 vsize=11035960 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) S 14325 14328 9829 0 -1 1077944384 13203 0 0 0 792 8 0 0 20 0 21 0 2943416 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846730122272 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=11035960 CPUtime=26.2 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 12532 0 0 0 2355 265 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=11035960 CPUtime=26.34 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 8332 0 0 0 2372 262 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=11035960 CPUtime=26.43 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 8989 0 0 0 2378 265 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=11035960 CPUtime=26.4 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 9999 0 0 0 2362 278 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=11035960 CPUtime=26.31 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 9053 0 0 0 2380 251 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=11035960 CPUtime=26.33 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 8710 0 0 0 2354 279 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=11035960 CPUtime=26.37 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 11196 0 0 0 2360 277 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=11035960 CPUtime=26.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 10227 0 0 0 2358 267 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14339] ppid=14325 vsize=11035960 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14339/stat : 14339 (java) S 14325 14328 9829 0 -1 1077944384 20423 0 0 0 906 1 0 0 20 0 21 0 2943419 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846066572144 139846725892738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14340] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14340/stat : 14340 (java) S 14325 14328 9829 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2943420 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846065518112 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14341] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14341/stat : 14341 (java) S 14325 14328 9829 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2943420 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846064465264 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14342] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14342/stat : 14342 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846063413584 139846725900187 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14343] ppid=14325 vsize=11035960 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14343/stat : 14343 (java) S 14325 14328 9829 0 -1 1077944384 1585 0 0 0 28 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846062360944 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14344] ppid=14325 vsize=11035960 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14344/stat : 14344 (java) S 14325 14328 9829 0 -1 1077944384 2098 0 0 0 30 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846061308144 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14345] ppid=14325 vsize=11035960 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14345/stat : 14345 (java) S 14325 14328 9829 0 -1 1077944384 1859 0 0 0 27 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846060255344 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14346] ppid=14325 vsize=11035960 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14346/stat : 14346 (java) S 14325 14328 9829 0 -1 1077944384 2252 0 0 0 32 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846059202544 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14347] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14347/stat : 14347 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2943425 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846058151008 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14348] ppid=14325 vsize=11035960 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14348/stat : 14348 (java) S 14325 14328 9829 0 -1 1077944384 387 0 0 0 1 1 0 0 20 0 21 0 2943425 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846057098288 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 229.04
Current children cumulated vsize (KiB) 11035960

[startup+43.9012 s]
/proc/loadavg: 3.56 2.48 2.37 10/282 14444
/proc/meminfo: memFree=22737996/32770624 swapFree=5740/218288
[pid=14328] ppid=14325 vsize=11035960 CPUtime=229.04 cores=1,3,5,7,9,11,13,15
/proc/14328/stat : 14328 (java) S 14325 14328 9829 0 -1 1077944320 122264 0 0 0 20742 2162 0 0 20 0 21 0 2943415 11300823040 1505564 33554432000 4194304 4196468 140728016838496 140728016821040 139846725881591 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
/proc/14328/statm: 2758990 1505564 3179 1 0 2747346 0
[pid=14328/tid=14329] ppid=14325 vsize=11035960 CPUtime=8 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14329/stat : 14329 (java) S 14325 14328 9829 0 -1 1077944384 13203 0 0 0 792 8 0 0 20 0 21 0 2943416 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846730122272 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14330] ppid=14325 vsize=11035960 CPUtime=26.2 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14330/stat : 14330 (java) S 14325 14328 9829 0 -1 1077944384 12532 0 0 0 2355 265 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846686842000 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14331] ppid=14325 vsize=11035960 CPUtime=26.34 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14331/stat : 14331 (java) S 14325 14328 9829 0 -1 1077944384 8332 0 0 0 2372 262 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846331636752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14332] ppid=14325 vsize=11035960 CPUtime=26.43 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14332/stat : 14332 (java) S 14325 14328 9829 0 -1 1077944384 8989 0 0 0 2378 265 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846330583952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14333] ppid=14325 vsize=11035960 CPUtime=26.4 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14333/stat : 14333 (java) S 14325 14328 9829 0 -1 1077944384 9999 0 0 0 2362 278 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846329531152 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14334] ppid=14325 vsize=11035960 CPUtime=26.31 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14334/stat : 14334 (java) S 14325 14328 9829 0 -1 1077944384 9053 0 0 0 2380 251 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846328478352 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14335] ppid=14325 vsize=11035960 CPUtime=26.33 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14335/stat : 14335 (java) S 14325 14328 9829 0 -1 1077944384 8710 0 0 0 2354 279 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846327425552 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14336] ppid=14325 vsize=11035960 CPUtime=26.37 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14336/stat : 14336 (java) S 14325 14328 9829 0 -1 1077944384 11196 0 0 0 2360 277 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846326372752 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14337] ppid=14325 vsize=11035960 CPUtime=26.25 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14337/stat : 14337 (java) S 14325 14328 9829 0 -1 1077944384 10227 0 0 0 2358 267 0 0 20 0 21 0 2943417 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846325319952 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14339] ppid=14325 vsize=11035960 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14339/stat : 14339 (java) S 14325 14328 9829 0 -1 1077944384 20423 0 0 0 906 1 0 0 20 0 21 0 2943419 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846066572144 139846725892738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14340] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14340/stat : 14340 (java) S 14325 14328 9829 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2943420 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846065518112 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14341] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14341/stat : 14341 (java) S 14325 14328 9829 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2943420 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846064465264 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14342] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14342/stat : 14342 (java) S 14325 14328 9829 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846063413584 139846725900187 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14343] ppid=14325 vsize=11035960 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14343/stat : 14343 (java) S 14325 14328 9829 0 -1 1077944384 1585 0 0 0 28 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846062360944 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14344] ppid=14325 vsize=11035960 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14344/stat : 14344 (java) S 14325 14328 9829 0 -1 1077944384 2098 0 0 0 30 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846061308144 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14345] ppid=14325 vsize=11035960 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14345/stat : 14345 (java) S 14325 14328 9829 0 -1 1077944384 1859 0 0 0 27 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846060255344 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14346] ppid=14325 vsize=11035960 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14346/stat : 14346 (java) S 14325 14328 9829 0 -1 1077944384 2252 0 0 0 32 0 0 0 20 0 21 0 2943424 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846059202544 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14347] ppid=14325 vsize=11035960 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14347/stat : 14347 (java) S 14325 14328 9829 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2943425 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846058151008 139846725891797 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
[pid=14328/tid=14348] ppid=14325 vsize=11035960 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14328/task/14348/stat : 14348 (java) S 14325 14328 9829 0 -1 1077944384 387 0 0 0 1 1 0 0 20 0 21 0 2943425 11300823040 1505564 33554432000 4194304 4196468 140728016838496 139846057098288 139846725892738 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6914048 140728016843947 140728016844100 140728016844100 140728016846799 0
Current children cumulated CPU time (s) 229.04
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 44.0057
CPU time (s): 229.086
CPU user time (s): 207.429
CPU system time (s): 21.6564
CPU usage (%): 520.582
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.429
system time used= 21.6564
maximum resident set size= 6023148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6055
involuntary context switches= 15208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.392985 second user time and 0.473695 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-22 00:39:41
IDJOB=4243851
IDBENCH=128868
IDSOLVER=2623
FILE ID=node146/4243851-1500676781
RUNJOBID= node146-1500670209-12781
PBS_JOBID= 20623275
Free space on /tmp= 61792 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-26-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243851-1500676781/watcher-4243851-1500676781 -o /tmp/evaluation-result-4243851-1500676781/solver-4243851-1500676781 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500670209-12781 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243851-1500676781.xml

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

MD5SUM BENCH= 885f7dce9f12482b5755a1b8bd42ad86
RANDOM SEED=1925067704

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        27001900 kB
MemAvailable:   27025816 kB
Buffers:           54200 kB
Cached:           279136 kB
SwapCached:            0 kB
Active:          5157952 kB
Inactive:         226684 kB
Active(anon):    5054228 kB
Inactive(anon):     8872 kB
Active(file):     103724 kB
Inactive(file):   217812 kB
Unevictable:        5740 kB
Mlocked:            5772 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       5205940 kB
Mapped:            42884 kB
Shmem:              8852 kB
Slab:              69080 kB
SReclaimable:      36432 kB
SUnreclaim:        32648 kB
KernelStack:        4880 kB
PageTables:        15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6805644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4868096 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= 61788 MiB
End job on node146 at 2017-07-22 00:40:25