Trace number 4243846

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? 51.9464 11.2836

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-36-08.xml
MD5SUM0b1e0c7924bcaa294ffaf4f952f89b7c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark0.76421201
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size335
Distribution of domain sizes[{"size":1,"count":1},{"size":335,"count":61}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":43},{"degree":6,"count":9},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":131},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":17,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=14330
running on 8 cores: 0,2,4,6,8,10,12,14

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: 1.79 1.99 2.17 3/251 14341
/proc/meminfo: memFree=32004992/32770624 swapFree=5720/210116
[pid=14341] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 2479 0 0 0 0 0 0 0 20 0 10 0 2943607 10449768448 2733 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2551213 2733 1250 1 0 2540124 0
[pid=14341/tid=14342] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) R 14330 14341 14271 0 -1 4202560 1163 0 0 0 0 0 0 0 20 0 10 0 2943607 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457203262776 140457184161761 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 2943608 10449768448 2733 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0

[startup+0.100076 s]
/proc/loadavg: 1.79 1.99 2.17 3/251 14341
/proc/meminfo: memFree=32004992/32770624 swapFree=5720/210116
[pid=14341] ppid=14330 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 4874 0 0 0 8 1 0 0 20 0 20 0 2943607 11162066944 5969 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725114 5969 2598 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) R 14330 14341 14271 0 -1 4202560 2973 0 0 0 7 1 0 0 20 0 20 0 2943607 11162066944 5969 33554432000 4194304 4196468 140727766426176 140457203264096 140457199043741 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943608 11162066944 5969 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162066944 5969 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162066944 5969 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162066944 5969 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 5969 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 6034 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 6034 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 6034 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.201268 s]
/proc/loadavg: 1.79 1.99 2.17 3/251 14341
/proc/meminfo: memFree=32004992/32770624 swapFree=5720/210116
[pid=14341] ppid=14330 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 7015 0 0 0 23 3 0 0 20 0 20 0 2943607 11162169344 7850 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725139 8362 2854 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) R 14330 14341 14271 0 -1 4202560 4697 0 0 0 16 2 0 0 20 0 20 0 2943607 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457203254336 140457180670763 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 8362 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300998 s]
/proc/loadavg: 1.79 1.99 2.17 3/251 14341
/proc/meminfo: memFree=32004992/32770624 swapFree=5720/210116
[pid=14341] ppid=14330 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 8147 0 0 0 39 4 0 0 20 0 20 0 2943607 11162169344 10531 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725139 10531 2956 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) R 14330 14341 14271 0 -1 4202560 5276 0 0 0 26 2 0 0 20 0 20 0 2943607 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457203250928 140457183065445 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943608 11162169344 10531 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700742 s]
/proc/loadavg: 1.79 1.99 2.17 3/251 14341
/proc/meminfo: memFree=32004992/32770624 swapFree=5720/210116
[pid=14341] ppid=14330 vsize=10900632 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 13556 0 0 0 160 15 0 0 20 0 20 0 2943607 11162247168 50520 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725158 50520 3079 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900632 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) S 14330 14341 14271 0 -1 1077944384 5934 0 0 0 61 4 0 0 20 0 20 0 2943607 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457203257264 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) R 14330 14341 14271 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457125096152 140457184049689 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) R 14330 14341 14271 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457124043296 140457184049234 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) R 14330 14341 14271 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457122990552 140457184049689 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) R 14330 14341 14271 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457121935504 140457184049689 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) R 14330 14341 14271 0 -1 4202560 17 0 0 0 0 1 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457120885976 140457184049689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) R 14330 14341 14271 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457119831032 140457184049689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) R 14330 14341 14271 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457118780376 140457184049689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) R 14330 14341 14271 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 20 0 2943608 11162247168 51032 33554432000 4194304 4196468 140727766426176 140457117725608 140457184049689 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 10900632

[startup+1.5011 s]
/proc/loadavg: 1.79 1.99 2.17 3/281 14371
/proc/meminfo: memFree=31361788/32770624 swapFree=5720/209812
[pid=14341] ppid=14330 vsize=10900632 CPUtime=5.15 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 15099 0 0 0 371 144 0 0 20 0 20 0 2943607 11162247168 145310 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725158 145310 3108 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900632 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) S 14330 14341 14271 0 -1 1077944384 6019 0 0 0 103 6 0 0 20 0 20 0 2943607 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457203258960 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) R 14330 14341 14271 0 -1 4202560 179 0 0 0 20 18 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457125096152 140457184049689 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) R 14330 14341 14271 0 -1 4202560 167 0 0 0 17 15 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457124043608 140457184049689 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900632 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) R 14330 14341 14271 0 -1 4202560 166 0 0 0 21 15 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457122990552 140457184049689 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) R 14330 14341 14271 0 -1 4202560 178 0 0 0 22 15 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457121938008 140457184049689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) R 14330 14341 14271 0 -1 4202560 177 0 0 0 22 16 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457120885976 140457192121515 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) R 14330 14341 14271 0 -1 4202560 173 0 0 0 20 17 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457119833432 140457183470030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) R 14330 14341 14271 0 -1 4202560 167 0 0 0 19 18 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457118780376 140457184049689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) R 14330 14341 14271 0 -1 4202560 174 0 0 0 19 18 0 0 20 0 20 0 2943608 11162247168 145310 33554432000 4194304 4196468 140727766426176 140457117727520 140457184049689 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14355] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14355/stat : 14355 (java) S 14330 14341 14271 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 2943611 11162247168 145310 33554432000 4194304 4196468 140727766426176 140456540283680 140457199032021 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14356] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14356/stat : 14356 (java) S 14330 14341 14271 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943611 11162247168 145310 33554432000 4194304 4196468 140727766426176 140456539231392 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14357] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14357/stat : 14357 (java) S 14330 14341 14271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2943612 11162247168 145310 33554432000 4194304 4196468 140727766426176 140456538178288 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14365] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14365/stat : 14365 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 145310 33554432000 4194304 4196468 140727766426176 140456537126864 140457199040411 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14366] ppid=14330 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14366/stat : 14366 (java) S 14330 14341 14271 0 -1 1077944384 1589 0 0 0 26 0 0 0 20 0 20 0 2943616 11162247168 145310 33554432000 4194304 4196468 140727766426176 140456536074992 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14367] ppid=14330 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14367/stat : 14367 (java) S 14330 14341 14271 0 -1 1077944384 2254 0 0 0 39 0 0 0 20 0 20 0 2943616 11162247168 145822 33554432000 4194304 4196468 140727766426176 140456535022448 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14368] ppid=14330 vsize=10900632 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14368/stat : 14368 (java) S 14330 14341 14271 0 -1 1077944384 1217 0 0 0 16 0 0 0 20 0 20 0 2943616 11162247168 145822 33554432000 4194304 4196468 140727766426176 140456533969392 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14369] ppid=14330 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14369/stat : 14369 (java) S 14330 14341 14271 0 -1 1077944384 1189 0 0 0 22 0 0 0 20 0 20 0 2943616 11162247168 145822 33554432000 4194304 4196468 140727766426176 140456532916848 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14370] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14370/stat : 14370 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 145822 33554432000 4194304 4196468 140727766426176 140456531864032 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14371] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14371/stat : 14371 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 145822 33554432000 4194304 4196468 140727766426176 140456530811568 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 5.15

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

[pid=14341/tid=14349] ppid=14330 vsize=10900632 CPUtime=5.53 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) R 14330 14341 14271 0 -1 4202560 1581 0 0 0 458 95 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457118780296 140457184018301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900632 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) R 14330 14341 14271 0 -1 4202560 1284 0 0 0 471 87 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457117727752 140457192118288 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14355] ppid=14330 vsize=10900632 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14355/stat : 14355 (java) S 14330 14341 14271 0 -1 1077944384 4705 0 0 0 103 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456540283712 140457199032021 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14356] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14356/stat : 14356 (java) S 14330 14341 14271 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456539231392 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14357] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14357/stat : 14357 (java) S 14330 14341 14271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2943612 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456538178288 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14365] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14365/stat : 14365 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456537126864 140457199040411 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14366] ppid=14330 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14366/stat : 14366 (java) S 14330 14341 14271 0 -1 1077944384 1657 0 0 0 27 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456536074992 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14367] ppid=14330 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14367/stat : 14367 (java) S 14330 14341 14271 0 -1 1077944384 2300 0 0 0 40 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456535022448 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14368] ppid=14330 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14368/stat : 14368 (java) S 14330 14341 14271 0 -1 1077944384 1307 0 0 0 17 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456533969392 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14369] ppid=14330 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14369/stat : 14369 (java) S 14330 14341 14271 0 -1 1077944384 1590 0 0 0 27 1 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456532916848 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14370] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14370/stat : 14370 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456531864032 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14371] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14371/stat : 14371 (java) S 14330 14341 14271 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456530811568 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 10900632

[startup+10.4007 s]
/proc/loadavg: 2.53 2.14 2.22 10/281 14458
/proc/meminfo: memFree=29093844/32770624 swapFree=5720/209820
[pid=14341] ppid=14330 vsize=10900632 CPUtime=51.21 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 31118 0 0 0 4383 738 0 0 20 0 20 0 2943607 11162247168 579402 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725158 579402 3131 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900632 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) S 14330 14341 14271 0 -1 1077944384 7085 0 0 0 283 8 0 0 20 0 20 0 2943607 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457203258592 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900632 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 1058 0 0 0 476 89 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900632 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1070 0 0 0 468 91 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900632 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1841 0 0 0 479 92 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1119 0 0 0 481 88 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900632 CPUtime=5.67 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1310 0 0 0 476 91 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1369 0 0 0 479 90 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900632 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1586 0 0 0 470 95 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 1290 0 0 0 482 87 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14355] ppid=14330 vsize=10900632 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14355/stat : 14355 (java) R 14330 14341 14271 0 -1 4202560 4710 0 0 0 171 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456540283600 140457183722219 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14356] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14356/stat : 14356 (java) S 14330 14341 14271 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456539231392 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14357] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14357/stat : 14357 (java) S 14330 14341 14271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2943612 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456538178288 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14365] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14365/stat : 14365 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456537126864 140457199040411 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14366] ppid=14330 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14366/stat : 14366 (java) S 14330 14341 14271 0 -1 1077944384 1657 0 0 0 27 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456536074992 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14367] ppid=14330 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14367/stat : 14367 (java) S 14330 14341 14271 0 -1 1077944384 2300 0 0 0 40 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456535022448 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14368] ppid=14330 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14368/stat : 14368 (java) S 14330 14341 14271 0 -1 1077944384 1307 0 0 0 17 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456533969392 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14369] ppid=14330 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14369/stat : 14369 (java) S 14330 14341 14271 0 -1 1077944384 1590 0 0 0 27 1 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456532916848 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14370] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14370/stat : 14370 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456531864032 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14371] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14371/stat : 14371 (java) S 14330 14341 14271 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456530811568 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 10900632

[startup+10.8007 s]
/proc/loadavg: 2.53 2.14 2.22 10/281 14458
/proc/meminfo: memFree=29093844/32770624 swapFree=5720/209820
[pid=14341] ppid=14330 vsize=10900632 CPUtime=51.61 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 31118 0 0 0 4423 738 0 0 20 0 20 0 2943607 11162247168 579402 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2725158 579402 3131 1 0 2713552 0
[pid=14341/tid=14342] ppid=14330 vsize=10900632 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) S 14330 14341 14271 0 -1 1077944384 7085 0 0 0 283 8 0 0 20 0 20 0 2943607 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457203258592 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=10900632 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 1058 0 0 0 476 89 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=10900632 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1070 0 0 0 468 91 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=10900632 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1841 0 0 0 479 92 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1119 0 0 0 481 88 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=10900632 CPUtime=5.67 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1310 0 0 0 476 91 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1369 0 0 0 479 90 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=10900632 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1586 0 0 0 470 95 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=10900632 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 1290 0 0 0 482 87 0 0 20 0 20 0 2943608 11162247168 579402 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14355] ppid=14330 vsize=10900632 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14355/stat : 14355 (java) R 14330 14341 14271 0 -1 4202560 4710 0 0 0 211 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456540283600 140457183722446 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14356] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14356/stat : 14356 (java) S 14330 14341 14271 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 2943611 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456539231392 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14357] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14357/stat : 14357 (java) S 14330 14341 14271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 2943612 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456538178288 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14365] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14365/stat : 14365 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456537126864 140457199040411 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14366] ppid=14330 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14366/stat : 14366 (java) S 14330 14341 14271 0 -1 1077944384 1657 0 0 0 27 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456536074992 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14367] ppid=14330 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14367/stat : 14367 (java) S 14330 14341 14271 0 -1 1077944384 2300 0 0 0 40 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456535022448 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14368] ppid=14330 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14368/stat : 14368 (java) S 14330 14341 14271 0 -1 1077944384 1307 0 0 0 17 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456533969392 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14369] ppid=14330 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14369/stat : 14369 (java) S 14330 14341 14271 0 -1 1077944384 1590 0 0 0 27 1 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456532916848 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14370] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14370/stat : 14370 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456531864032 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14371] ppid=14330 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14371/stat : 14371 (java) S 14330 14341 14271 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 20 0 2943616 11162247168 579402 33554432000 4194304 4196468 140727766426176 140456530811568 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 51.61
Current children cumulated vsize (KiB) 10900632

[startup+11.201 s]
/proc/loadavg: 2.53 2.14 2.22 3/281 14458
/proc/meminfo: memFree=28936464/32770624 swapFree=5720/209824
[pid=14341] ppid=14330 vsize=11035960 CPUtime=51.93 cores=0,2,4,6,8,10,12,14
/proc/14341/stat : 14341 (java) S 14330 14341 14271 0 -1 1077944320 32881 0 0 0 4454 739 0 0 20 0 21 0 2943607 11300823040 580383 33554432000 4194304 4196468 140727766426176 140727766408720 140457199021815 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
/proc/14341/statm: 2758990 580383 3179 1 0 2747346 0
[pid=14341/tid=14342] ppid=14330 vsize=11035960 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14342/stat : 14342 (java) S 14330 14341 14271 0 -1 1077944384 7542 0 0 0 298 8 0 0 20 0 21 0 2943607 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457203262496 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14343] ppid=14330 vsize=11035960 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14343/stat : 14343 (java) S 14330 14341 14271 0 -1 1077944384 1058 0 0 0 476 89 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457125095952 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14344] ppid=14330 vsize=11035960 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14344/stat : 14344 (java) S 14330 14341 14271 0 -1 1077944384 1070 0 0 0 468 91 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457124043408 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14345] ppid=14330 vsize=11035960 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14345/stat : 14345 (java) S 14330 14341 14271 0 -1 1077944384 1841 0 0 0 479 92 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457122990352 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14346] ppid=14330 vsize=11035960 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14346/stat : 14346 (java) S 14330 14341 14271 0 -1 1077944384 1119 0 0 0 481 88 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457121937808 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14347] ppid=14330 vsize=11035960 CPUtime=5.68 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14347/stat : 14347 (java) S 14330 14341 14271 0 -1 1077944384 1310 0 0 0 477 91 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457120885776 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14348] ppid=14330 vsize=11035960 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14348/stat : 14348 (java) S 14330 14341 14271 0 -1 1077944384 1369 0 0 0 479 90 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457119833232 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14349] ppid=14330 vsize=11035960 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14349/stat : 14349 (java) S 14330 14341 14271 0 -1 1077944384 1586 0 0 0 470 95 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457118780176 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14350] ppid=14330 vsize=11035960 CPUtime=5.69 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14350/stat : 14350 (java) S 14330 14341 14271 0 -1 1077944384 1290 0 0 0 482 87 0 0 20 0 21 0 2943608 11300823040 580383 33554432000 4194304 4196468 140727766426176 140457117727632 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14355] ppid=14330 vsize=11035960 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14355/stat : 14355 (java) S 14330 14341 14271 0 -1 1077944384 5535 0 0 0 221 0 0 0 20 0 21 0 2943611 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456540285168 140457199032962 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14356] ppid=14330 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14356/stat : 14356 (java) S 14330 14341 14271 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2943611 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456539231392 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14357] ppid=14330 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14357/stat : 14357 (java) S 14330 14341 14271 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2943612 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456538178288 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14365] ppid=14330 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14365/stat : 14365 (java) S 14330 14341 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456537126864 140457199040411 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14366] ppid=14330 vsize=11035960 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14366/stat : 14366 (java) S 14330 14341 14271 0 -1 1077944384 2049 0 0 0 31 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456536074992 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14367] ppid=14330 vsize=11035960 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14367/stat : 14367 (java) S 14330 14341 14271 0 -1 1077944384 2301 0 0 0 40 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456535022448 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14368] ppid=14330 vsize=11035960 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14368/stat : 14368 (java) S 14330 14341 14271 0 -1 1077944384 1316 0 0 0 18 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456533969392 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14369] ppid=14330 vsize=11035960 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14369/stat : 14369 (java) S 14330 14341 14271 0 -1 1077944384 1623 0 0 0 28 1 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456532916848 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14370] ppid=14330 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14370/stat : 14370 (java) S 14330 14341 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456531864032 140457199032021 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
[pid=14341/tid=14371] ppid=14330 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14341/task/14371/stat : 14371 (java) S 14330 14341 14271 0 -1 1077944384 460 0 0 0 0 0 0 0 20 0 21 0 2943616 11300823040 580383 33554432000 4194304 4196468 140727766426176 140456530811568 140457199032962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16711680 140727766430891 140727766431044 140727766431044 140727766433743 0
Current children cumulated CPU time (s) 51.93
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 11.2836
CPU time (s): 51.9464
CPU user time (s): 44.541
CPU system time (s): 7.40543
CPU usage (%): 460.372
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.541
system time used= 7.40543
maximum resident set size= 2321984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32915
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2946
involuntary context switches= 3926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10514 second user time and 0.12722 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 00:39:32
IDJOB=4243846
IDBENCH=128318
IDSOLVER=2623
FILE ID=node140/4243846-1500676772
RUNJOBID= node140-1500676772-14302
PBS_JOBID= 20623028
Free space on /tmp= 61856 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-36-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243846-1500676772/watcher-4243846-1500676772 -o /tmp/evaluation-result-4243846-1500676772/solver-4243846-1500676772 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14302 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243846-1500676772.xml

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

MD5SUM BENCH= 0b1e0c7924bcaa294ffaf4f952f89b7c
RANDOM SEED=374462332

node140.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.36
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.36
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.36
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		: 1600.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.36
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		: 1733.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		: 1600.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.36
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		: 1600.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		: 1867.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.36
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.36
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		: 1600.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		: 1867.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.36
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:        32012060 kB
MemAvailable:   32028568 kB
Buffers:           49912 kB
Cached:           276240 kB
SwapCached:            0 kB
Active:           160732 kB
Inactive:         218616 kB
Active(anon):      55900 kB
Inactive(anon):     8824 kB
Active(file):     104832 kB
Inactive(file):   209792 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3012 kB
Writeback:             0 kB
AnonPages:         58260 kB
Mapped:            29824 kB
Shmem:              8852 kB
Slab:              68380 kB
SReclaimable:      35440 kB
SUnreclaim:        32940 kB
KernelStack:        4048 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61856 MiB
End job on node140 at 2017-07-22 00:39:44