Trace number 4263084

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
sat4j-CSP 2017-07-05? 1.92874 1.1772701

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-22-06.xml
MD5SUM45b5d4596b79ad434cde41f15586cf53
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark0.28893301
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size164
Distribution of domain sizes[{"size":1,"count":1},{"size":164,"count":31}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":5},{"degree":5,"count":8},{"degree":6,"count":11},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":58},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":18,"count":1},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1.81/0.97	Aug 13, 2017 2:12:10 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1.81/0.97	INFO: Runtime exception
1.81/0.97	java.lang.IllegalArgumentException: "ite" is not a valid operator
1.81/0.97		at org.sat4j.csp.intension.EOperator.operator(EOperator.java:92)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:84)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseOperatorExpression(Parser.java:90)
1.81/0.97		at org.sat4j.csp.intension.Parser.parseExpression(Parser.java:62)
1.81/0.97		at org.sat4j.csp.intension.Parser.parse(Parser.java:48)
1.81/0.97		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:56)
1.81/0.97		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrCumulative(SchedulingCtrBuilder.java:185)
1.81/0.97		at org.sat4j.reader.XMLCSP3Reader.buildCtrCumulative(XMLCSP3Reader.java:877)
1.81/0.97		at org.xcsp.parser.loaders.CtrLoaderInteger.cumulative(CtrLoaderInteger.java:677)
1.81/0.97		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:181)
1.81/0.97		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1.81/0.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1.81/0.97		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1.81/0.97		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1.81/0.97		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1.81/0.97		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1.81/0.97		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1.81/0.97		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1.81/0.97		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1.81/0.97		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1.81/0.97	
1.92/1.17	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.92/1.17	c This is free software under the dual EPL/GNU LGPL licenses.
1.92/1.17	c See www.sat4j.org for details.
1.92/1.17	c That software uses the Rhino library from the Mozilla project.
1.92/1.17	c version CUSTOM.v20170705
1.92/1.17	c java.runtime.name	Java(TM) SE Runtime Environment
1.92/1.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.92/1.17	c java.vm.version	25.131-b11
1.92/1.17	c java.vm.vendor	Oracle Corporation
1.92/1.17	c sun.arch.data.model	64
1.92/1.17	c java.version		1.8.0_131
1.92/1.17	c os.name		Linux
1.92/1.17	c os.version		3.10.0-514.16.1.el7.x86_64
1.92/1.17	c os.arch		amd64
1.92/1.17	c Free memory 		499604488
1.92/1.17	c Max memory 		7247757312
1.92/1.17	c Total memory 		504889344
1.92/1.17	c Number of processors 	4
1.92/1.17	c c --- Begin Solver configuration ---
1.92/1.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.92/1.17	c Learn all clauses as in MiniSAT
1.92/1.17	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.92/1.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.92/1.17	c No reason simplification
1.92/1.17	c Glucose 2.1 dynamic restart strategy
1.92/1.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1.92/1.17	c timeout=2147483s
1.92/1.17	c DB Simplification allowed=false
1.92/1.17	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.92/1.17	c --- End Solver configuration ---
1.92/1.17	c starts		: 0
1.92/1.17	c conflicts		: 0
1.92/1.17	c decisions		: 0
1.92/1.17	c propagations		: 0
1.92/1.17	c inspects		: 0
1.92/1.17	c shortcuts		: 0
1.92/1.17	c learnt literals	: 0
1.92/1.17	c learnt binary clauses	: 0
1.92/1.17	c learnt ternary clauses	: 0
1.92/1.17	c learnt constraints	: 0
1.92/1.17	c ignored constraints	: 0
1.92/1.17	c root simplifications	: 0
1.92/1.17	c removed literals (reason simplification)	: 0
1.92/1.17	c reason swapping (by a shorter reason)	: 0
1.92/1.17	c Calls to reduceDB	: 0
1.92/1.17	c Number of update (reduction) of LBD	: 0
1.92/1.17	c Imported unit clauses	: 0
1.92/1.17	c number of reductions to clauses (during analyze)	: 0
1.92/1.17	c number of learned constraints concerned by reduction	: 0
1.92/1.17	c number of learning phase by resolution	: 0
1.92/1.17	c number of learning phase by cutting planes	: 0
1.92/1.17	c number of rounding to 1 operations	: 0
1.92/1.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1.92/1.17	c number of reductions of the coefficients by power 2 	: 0
1.92/1.17	c number of right shift for reduction by power 2 	: 0
1.92/1.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
1.92/1.17	c speed (assignments/second)	: 0.0
1.92/1.17	c non guided choices	0
1.92/1.17	c learnt constraints type 
1.92/1.17	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15323 MiB free)
  memory of node 1: 16384 MiB (14938 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263084-1502627166/watcher-4263084-1502627166 -o /tmp/evaluation-result-4263084-1502627166/solver-4263084-1502627166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263084-1502627166.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=20211, runsolver pid=20208

[startup+0.100082 s]*
/proc/loadavg: 4.56 3.85 3.02 3/208 20221
/proc/meminfo: memFree=30976676/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10484492 memory=23560 CPUtime=0.05 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 4840 0 0 0 4 1 0 0 20 0 14 0 16599291 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2621123 5890 2570 1 0 2610620 0
[pid=20211/tid=20213] ppid=20208 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) D 20208 20211 7968 0 -1 4202560 2958 0 0 0 4 0 0 0 20 0 14 0 16599295 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906754267040 139906750051581 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16599296 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10484492 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16599296 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16599296 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16599296 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10484492 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16599298 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 16599298 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 16599298 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16599301 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 14 0 16599301 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16599301 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906239961712 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10484492 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 14 0 16599301 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16599301 10736119808 5890 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23560 KiB

[startup+0.215279 s]*
/proc/loadavg: 4.56 3.85 3.02 3/213 20226
/proc/meminfo: memFree=30973440/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10552180 memory=30796 CPUtime=0.11 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 7610 0 0 0 9 2 0 0 20 0 15 0 16599291 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2638045 7699 2803 1 0 2627517 0
[pid=20211/tid=20213] ppid=20208 vsize=10552180 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) R 20208 20211 7968 0 -1 4202560 5523 0 0 0 7 2 0 0 20 0 15 0 16599295 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906754217904 139906742709277 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10552180 memory=326 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10552180 memory=288370151025907328 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10552180 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599298 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599298 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599298 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 16599301 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 16599301 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906239961712 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10552180 memory=139774874195584 CPUtime=0.01 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 15 0 16599301 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10552180 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599309 10805432320 7699 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30796 KiB

[startup+0.310389 s]*
/proc/loadavg: 4.36 3.82 3.02 3/213 20226
/proc/meminfo: memFree=30963724/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10551156 memory=37172 CPUtime=0.26 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 8557 0 0 0 23 3 0 0 20 0 15 0 16599291 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2637789 9293 2867 1 0 2627261 0
[pid=20211/tid=20213] ppid=20208 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) R 20208 20211 7968 0 -1 4202560 6165 0 0 0 16 2 0 0 20 0 15 0 16599295 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906754268672 139906734110046 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599298 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599298 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599298 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 357 0 0 0 0 0 0 0 20 0 15 0 16599301 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 16599301 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906239961712 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) R 20208 20211 7968 0 -1 4202560 417 0 0 0 4 0 0 0 20 0 15 0 16599301 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906734110046 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599309 10804383744 9293 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37172 KiB

[startup+0.700746 s]
/proc/loadavg: 4.36 3.82 3.02 5/213 20226
/proc/meminfo: memFree=30946080/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10551232 memory=141852 CPUtime=1.3 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 12318 0 0 0 125 5 0 0 20 0 15 0 16599291 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2637808 35463 3055 1 0 2627261 0
[pid=20211/tid=20213] ppid=20208 vsize=10551232 memory=3088 CPUtime=0.56 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) R 20208 20211 7968 0 -1 4202560 7476 0 0 0 52 4 0 0 20 0 15 0 16599295 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906754263088 139906364059971 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10551232 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10551232 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10551232 memory=7450735414763743833 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599296 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10551232 memory=7235122288514918250 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599296 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10551232 memory=8098432460362313059 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10551232 memory=5865727821814841447 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10551232 memory=7883927624805149280 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10551232 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10551232 memory=279549489383744 CPUtime=0.27 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) R 20208 20211 7968 0 -1 4202560 1322 0 0 0 27 0 0 0 20 0 15 0 16599301 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906241014384 139906742319008 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10551232 memory=7739836595953751914 CPUtime=0.26 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) R 20208 20211 7968 0 -1 4202560 1057 0 0 0 26 0 0 0 20 0 15 0 16599301 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906239947232 139906736057544 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10551232 memory=7228423913490983057 CPUtime=0.17 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 1133 0 0 0 17 0 0 0 20 0 15 0 16599301 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599309 10804461568 35463 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 141852 KiB

[startup+1.17724 s]
# the end of solver process 20211 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.77432 s, system=0.154421 s

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

[startup+0.804251 s]
/proc/loadavg: 4.36 3.82 3.02 5/213 20226
/proc/meminfo: memFree=30946080/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10551232 memory=226788 CPUtime=1.64 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 12734 0 0 0 151 13 0 0 20 0 15 0 16599291 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2637808 56697 3057 1 0 2627261 0
[pid=20211/tid=20213] ppid=20208 vsize=10551232 memory=7444560592157632362 CPUtime=0.6 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) S 20208 20211 7968 0 -1 1077944384 7492 0 0 0 56 4 0 0 20 0 15 0 16599295 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906754266672 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10551232 memory=10 CPUtime=0.05 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) R 20208 20211 7968 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 15 0 16599296 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906691066528 139906735056978 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10551232 memory=4640185816753989229 CPUtime=0.04 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) R 20208 20211 7968 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 15 0 16599296 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906690012072 139906735056978 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10551232 memory=7589806043910988903 CPUtime=0.04 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) R 20208 20211 7968 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 15 0 16599296 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906688959248 139906735051680 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10551232 memory=7883944108235712103 CPUtime=0.04 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) R 20208 20211 7968 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 15 0 16599296 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906687909208 139906735056978 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10551232 memory=7741524208746914671 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906245222944 139906750039765 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10551232 memory=139774874198465 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599298 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10551232 memory=1700 CPUtime=0.31 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 1526 0 0 0 31 0 0 0 20 0 15 0 16599301 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10551232 memory=1228 CPUtime=0.3 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 1068 0 0 0 30 0 0 0 20 0 15 0 16599301 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906239952992 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10551232 memory=1000 CPUtime=0.18 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 1138 0 0 0 18 0 0 0 20 0 15 0 16599301 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599301 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599309 10804461568 56697 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 226788 KiB

[startup+1.0007 s]*
/proc/loadavg: 4.36 3.82 3.02 2/214 20228
/proc/meminfo: memFree=30762932/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10684512 memory=238356 CPUtime=1.92 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 13280 0 0 0 177 15 0 0 20 0 16 0 16599291 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2671128 59589 3119 1 0 2660543 0
[pid=20211/tid=20213] ppid=20208 vsize=10684512 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) S 20208 20211 7968 0 -1 1077944384 7826 0 0 0 71 4 0 0 20 0 16 0 16599295 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906754270240 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10684512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 34 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10684512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 43 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10684512 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 40 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10684512 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10684512 memory=139774874195584 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10684512 memory=2211 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10684512 memory=928 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10684512 memory=6370432177813934160 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10684512 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 1528 0 0 0 31 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10684512 memory=3539882307935745589 CPUtime=0.31 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 1075 0 0 0 31 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906239961712 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10684512 memory=32758254098972862 CPUtime=0.21 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 1204 0 0 0 21 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10684512 memory=288230613247602008 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10684512 memory=14699590884608554 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16599309 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20227] ppid=20208 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20227/stat : 20227 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16599388 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906235749392 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 238356 KiB

[startup+1.10998 s]
/proc/loadavg: 4.36 3.82 3.02 2/214 20228
/proc/meminfo: memFree=30762932/32770624 swapFree=67108860/67108860
[pid=20211] ppid=20208 vsize=10684512 memory=238356 CPUtime=1.92 cores=0,2,4,6
/proc/20211/stat : 20211 (java) S 20208 20211 7968 0 -1 1077944320 13280 0 0 0 177 15 0 0 20 0 16 0 16599291 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 140737273488192 139906750029559 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
/proc/20211/statm: 2671128 59589 3119 1 0 2660543 0
[pid=20211/tid=20213] ppid=20208 vsize=10684512 memory=237324 CPUtime=0.75 cores=0,2,4,6
/proc/20211/task/20213/stat : 20213 (java) S 20208 20211 7968 0 -1 1077944384 7826 0 0 0 71 4 0 0 20 0 16 0 16599295 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906754270240 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20214] ppid=20208 vsize=10684512 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20214/stat : 20214 (java) S 20208 20211 7968 0 -1 1077944384 34 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906691066640 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20215] ppid=20208 vsize=10684512 memory=8684 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20215/stat : 20215 (java) S 20208 20211 7968 0 -1 1077944384 43 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906690014096 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20216] ppid=20208 vsize=10684512 memory=1440 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20216/stat : 20216 (java) S 20208 20211 7968 0 -1 1077944384 40 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906688961552 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20217] ppid=20208 vsize=10684512 memory=9916 CPUtime=0.07 cores=0,2,4,6
/proc/20211/task/20217/stat : 20217 (java) S 20208 20211 7968 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 16 0 16599296 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906687909008 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20218] ppid=20208 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20218/stat : 20218 (java) S 20208 20211 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906245224432 139906750040706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20219] ppid=20208 vsize=10684512 memory=141852 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20219/stat : 20219 (java) S 20208 20211 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906244170656 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20220] ppid=20208 vsize=10684512 memory=3088 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20220/stat : 20220 (java) S 20208 20211 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 16599298 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906243118064 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20221] ppid=20208 vsize=10684512 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20221/stat : 20221 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906242066640 139906750048155 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20222] ppid=20208 vsize=10684512 memory=4060 CPUtime=0.31 cores=0,2,4,6
/proc/20211/task/20222/stat : 20222 (java) S 20208 20211 7968 0 -1 1077944384 1528 0 0 0 31 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906241014256 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20223] ppid=20208 vsize=10684512 memory=279549489356352 CPUtime=0.31 cores=0,2,4,6
/proc/20211/task/20223/stat : 20223 (java) S 20208 20211 7968 0 -1 1077944384 1075 0 0 0 31 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906239961712 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20224] ppid=20208 vsize=10684512 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/20211/task/20224/stat : 20224 (java) S 20208 20211 7968 0 -1 1077944384 1204 0 0 0 21 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906238909168 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20225] ppid=20208 vsize=10684512 memory=139774745169568 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20225/stat : 20225 (java) S 20208 20211 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599301 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906237856864 139906750039765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20226] ppid=20208 vsize=10684512 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20226/stat : 20226 (java) S 20208 20211 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16599309 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906236803376 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
[pid=20211/tid=20227] ppid=20208 vsize=10684512 memory=2380 CPUtime=0 cores=0,2,4,6
/proc/20211/task/20227/stat : 20227 (java) S 20208 20211 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16599388 10940940288 59589 18446744073709551615 4194304 4196468 140737273505648 139906235749392 139906750040706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15028224 140737273512337 140737273512490 140737273512490 140737273515983 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 238356 KiB

Child status: 0
Real time (s): 1.17727
CPU time (s): 1.92874
CPU user time (s): 1.77432
CPU system time (s): 0.154421
CPU usage (%): 163.831
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 238356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77432
system time used= 0.154421
maximum resident set size= 239280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1299
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 20211
#   total CPU time (s): 1.92874
#   total CPU user time (s): 1.77432
#   total CPU system time (s): 0.154421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03504 second user time and 0.051894 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 14:12:09
IDJOB=4263084
IDBENCH=130169
IDSOLVER=2651
FILE ID=node128/4263084-1502627166
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-22-06.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263084-1502627166/watcher-4263084-1502627166 -o /tmp/evaluation-result-4263084-1502627166/solver-4263084-1502627166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263084-1502627166.xml

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

MD5SUM BENCH= 45b5d4596b79ad434cde41f15586cf53
RANDOM SEED=1053681872

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30988568 kB
MemAvailable:   31562928 kB
Buffers:          137880 kB
Cached:           724388 kB
SwapCached:            0 kB
Active:           699616 kB
Inactive:         671500 kB
Active(anon):     509188 kB
Inactive(anon):    16764 kB
Active(file):     190428 kB
Inactive(file):   654736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             0 kB
AnonPages:        508880 kB
Mapped:            44536 kB
Shmem:             17116 kB
Slab:             114696 kB
SReclaimable:      90064 kB
SUnreclaim:        24632 kB
KernelStack:        3456 kB
PageTables:         5884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1538608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 14:12:10