Trace number 4302141

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 2018-07-11OPT0 2.55095 1.32466

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.39213
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.80/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.80/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.80/0.48	c See www.sat4j.org for details.
0.80/0.48	c That software uses the Rhino library from the Mozilla project.
0.80/0.48	c version 2.3.6-SNAPSHOT
0.80/0.48	c java.runtime.name	Java(TM) SE Runtime Environment
0.80/0.48	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.80/0.48	c java.vm.version	25.131-b11
0.80/0.48	c java.vm.vendor	Oracle Corporation
0.80/0.48	c sun.arch.data.model	64
0.80/0.48	c java.version		1.8.0_131
0.80/0.48	c os.name		Linux
0.80/0.48	c os.version		3.10.0-514.16.1.el7.x86_64
0.80/0.48	c os.arch		amd64
0.80/0.48	c Free memory 		499604488
0.80/0.48	c Max memory 		7247757312
0.80/0.48	c Total memory 		504889344
0.80/0.48	c Number of processors 	4
0.80/0.48	c c --- Begin Solver configuration ---
0.80/0.48	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.80/0.48	c Learn all clauses as in MiniSAT
0.80/0.48	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.80/0.48	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.80/0.48	c No reason simplification
0.80/0.48	c Glucose 2.1 dynamic restart strategy
0.80/0.48	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
0.80/0.48	c timeout=2147483s
0.80/0.48	c DB Simplification allowed=false
0.80/0.48	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.80/0.48	c --- End Solver configuration ---
0.80/0.48	c constraints type 
0.80/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.80/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7041
0.80/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34680
0.80/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 82
0.80/0.48	c 41863 constraints processed.
1.16/0.53	o 3
2.04/0.95	o 2
2.17/1.08	o 1
2.41/1.11	o 0
2.53/1.31	c starts		: 50
2.53/1.31	c conflicts		: 5784
2.53/1.31	c decisions		: 26341
2.53/1.31	c propagations		: 1330460
2.53/1.31	c inspects		: 3782853
2.53/1.31	c shortcuts		: 0
2.53/1.31	c learnt literals	: 24
2.53/1.31	c learnt binary clauses	: 135
2.53/1.31	c learnt ternary clauses	: 205
2.53/1.31	c learnt constraints	: 5760
2.53/1.31	c ignored constraints	: 0
2.53/1.31	c root simplifications	: 0
2.53/1.31	c removed literals (reason simplification)	: 0
2.53/1.31	c reason swapping (by a shorter reason)	: 0
2.53/1.31	c Calls to reduceDB	: 1
2.53/1.31	c Number of update (reduction) of LBD	: 4172
2.53/1.31	c Imported unit clauses	: 0
2.53/1.31	c number of reductions to clauses (during analyze)	: 0
2.53/1.31	c number of learned constraints concerned by reduction	: 0
2.53/1.31	c number of learning phase by resolution	: 0
2.53/1.31	c number of learning phase by cutting planes	: 0
2.53/1.31	c number of rounding to 1 operations	: 0
2.53/1.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2.53/1.31	c number of reductions of the coefficients by power 2 	: 0
2.53/1.31	c number of right shift for reduction by power 2 	: 0
2.53/1.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2.53/1.31	c number of ending skipping 	: 0
2.53/1.31	c number of internal skipping 	: 0
2.53/1.31	c number of derivation steps 	: 0
2.53/1.31	c number of skipped derivation steps 	: 0
2.53/1.31	c number of remaining unassigned 	: 0
2.53/1.31	c number of remaining assigned 	: 0
2.53/1.31	c speed (assignments/second)	: 1597190.8763505402
2.53/1.31	c non guided choices	: 5083
2.53/1.32	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 135
2.53/1.32	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 2924
2.53/1.32	s OPTIMUM FOUND
2.53/1.32	v <instantiation type="optimum" cost="0">
2.53/1.32	v 	<list> slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9] </list>
2.53/1.32	v 	<values> 0 3 3 1 1 0 0 0 2 2 18 18 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2.53/1.32	v </instantiation>
2.53/1.32	

Verifier Data

OK	0

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 (7263 MiB free)
  memory of node 1: 16384 MiB (15783 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302141-1532887900/watcher-4302141-1532887900 -o /tmp/evaluation-result-4302141-1532887900/solver-4302141-1532887900 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302141-1532887900.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100093 s]*
/proc/loadavg: 3.74 2.71 2.39 5/216 14631
/proc/meminfo: memFree=23582864/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10659012 memory=30696 CPUtime=0.12 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 6732 0 0 0 11 1 0 0 20 0 15 0 106353184 10914828288 7674 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2664753 7674 2821 1 0 2627263 0
[pid=14616/tid=14618] ppid=14613 vsize=10659012 memory=-8773748148830377340 CPUtime=0.09 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) R 14613 14616 10029 0 -1 4202560 4577 0 0 0 8 1 0 0 20 0 15 0 106353184 10914828288 7674 33554432000 4194304 4196468 140721329425952 139867475765184 139867471565981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 7674 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 7674 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 7674 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 7674 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353186 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106353187 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106353187 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866502208240 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0.02 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) R 14613 14616 10029 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 7674 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30696 KiB

[startup+0.210748 s]*
/proc/loadavg: 3.74 2.71 2.39 4/216 14631
/proc/meminfo: memFree=23571616/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10659012 memory=41904 CPUtime=0.33 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 8083 0 0 0 31 2 0 0 20 0 15 0 106353184 10914828288 10476 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2664753 10476 3007 1 0 2627263 0
[pid=14616/tid=14618] ppid=14613 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) R 14613 14616 10029 0 -1 4202560 5043 0 0 0 18 1 0 0 20 0 15 0 106353184 10914828288 10476 33554432000 4194304 4196468 140721329425952 139867475773632 139867471565981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 10476 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10659012 memory=288370983357617792 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 10476 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 10476 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353185 10914828288 10476 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353186 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106353187 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106353187 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) S 14613 14616 10029 0 -1 1077944384 298 0 0 0 2 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866502208240 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0.07 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) R 14613 14616 10029 0 -1 4202560 711 0 0 0 7 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866501155440 139867450515127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10659012 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353190 10914828288 10476 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41904 KiB

[startup+0.310626 s]*
/proc/loadavg: 3.74 2.71 2.39 4/216 14631
/proc/meminfo: memFree=23564544/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10659088 memory=47216 CPUtime=0.52 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 9073 0 0 0 50 2 0 0 20 0 15 0 106353184 10914906112 11804 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2664772 11804 3042 1 0 2627263 0
[pid=14616/tid=14618] ppid=14613 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) R 14613 14616 10029 0 -1 4202560 5817 0 0 0 28 2 0 0 20 0 15 0 106353184 10914906112 11825 33554432000 4194304 4196468 140721329425952 139867475778368 139867464261018 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914906112 11825 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10659088 memory=288370983357617792 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914906112 11825 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353185 10914906112 11825 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353185 10914906112 11825 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10659088 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106353186 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106353187 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106353187 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 706 0 0 0 5 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) S 14613 14616 10029 0 -1 1077944384 392 0 0 0 4 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866502208240 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10659088 memory=140607205906048 CPUtime=0.12 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) S 14613 14616 10029 0 -1 1077944384 791 0 0 0 12 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10659088 memory=140607205906048 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106353190 10914906112 11825 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47216 KiB

[startup+0.700792 s]
/proc/loadavg: 3.74 2.71 2.39 5/217 14632
/proc/meminfo: memFree=23540580/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10727700 memory=74344 CPUtime=1.72 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 11189 0 0 0 168 4 0 0 20 0 16 0 106353184 10985164800 18586 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2681925 18586 3108 1 0 2644416 0
[pid=14616/tid=14618] ppid=14613 vsize=10727700 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) R 14613 14616 10029 0 -1 4202560 6098 0 0 0 65 2 0 0 20 0 16 0 106353184 10985164800 18586 33554432000 4194304 4196468 140721329425952 139867475779008 139867106778761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10727700 memory=203412402621566 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18586 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10727700 memory=617063 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18586 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18586 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18586 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10727700 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106353186 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106353187 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353187 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10727700 memory=7307210987814301138 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10727700 memory=-2897801490638248215 CPUtime=0.35 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 1317 0 0 0 35 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10727700 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) R 14613 14616 10029 0 -1 4202560 949 0 0 0 37 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866502208240 139867455934207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10727700 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) S 14613 14616 10029 0 -1 1077944384 1434 0 0 0 29 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14632] ppid=14613 vsize=10727700 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14632/stat : 14632 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353232 10985164800 18586 33554432000 4194304 4196468 140721329425952 139866497995696 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 74344 KiB

[startup+1.32462 s]
# the end of solver process 14616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.50388 s, system=0.047069 s

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

[startup+0.80091 s]
/proc/loadavg: 3.74 2.71 2.39 5/217 14632
/proc/meminfo: memFree=23540580/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10727700 memory=75156 CPUtime=1.92 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 11402 0 0 0 188 4 0 0 20 0 16 0 106353184 10985164800 18789 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2681925 18789 3108 1 0 2644416 0
[pid=14616/tid=14618] ppid=14613 vsize=10727700 memory=6297835844906604903 CPUtime=0.77 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) R 14613 14616 10029 0 -1 4202560 6098 0 0 0 75 2 0 0 20 0 16 0 106353184 10985164800 18789 33554432000 4194304 4196468 140721329425952 139867475779008 139867106660345 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10727700 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18789 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10727700 memory=5787213827131598673 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18789 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10727700 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18789 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10727700 memory=8508281403248053389 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106353185 10985164800 18789 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10727700 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106353186 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10727700 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106353187 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10727700 memory=-9178176116494409632 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353187 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10727700 memory=-7029379521808015264 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10727700 memory=-4051592751533505334 CPUtime=0.39 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 1318 0 0 0 39 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10727700 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) S 14613 14616 10029 0 -1 1077944384 1158 0 0 0 43 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866502208240 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10727700 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) S 14613 14616 10029 0 -1 1077944384 1437 0 0 0 30 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10727700 memory=33 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353190 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14632] ppid=14613 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14632/stat : 14632 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353232 10985164800 18789 33554432000 4194304 4196468 140721329425952 139866497995696 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 75156 KiB

[startup+1.20074 s]
/proc/loadavg: 3.60 2.70 2.38 3/217 14632
/proc/meminfo: memFree=23536548/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10860828 memory=81132 CPUtime=2.52 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 14522 0 0 0 248 4 0 0 20 0 16 0 106353184 11121487872 20283 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2715207 20283 3116 1 0 2677698 0
[pid=14616/tid=14618] ppid=14613 vsize=10860828 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) S 14613 14616 10029 0 -1 1077944384 6433 0 0 0 106 2 0 0 20 0 16 0 106353184 11121487872 20283 33554432000 4194304 4196468 140721329425952 139867475784736 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10860828 memory=281214191693568 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20283 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10860828 memory=13956 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20283 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10860828 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20283 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10860828 memory=140607095862496 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20283 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10860828 memory=140608639337030 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106353186 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10860828 memory=2764 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106353187 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10860828 memory=7662705889289527641 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353187 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10860828 memory=7165352523811075893 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10860828 memory=71420 CPUtime=0.46 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 2390 0 0 0 46 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10860828 memory=125619203502654 CPUtime=0.63 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) R 14613 14616 10029 0 -1 4202560 2691 0 0 0 63 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866502208240 139867453088316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10860828 memory=617063 CPUtime=0.31 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) S 14613 14616 10029 0 -1 1077944384 1501 0 0 0 31 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20283 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 81132 KiB

[startup+1.30069 s]
/proc/loadavg: 3.60 2.70 2.38 3/217 14632
/proc/meminfo: memFree=23536548/32770624 swapFree=67028796/67108860
[pid=14616] ppid=14613 vsize=10860828 memory=81488 CPUtime=2.53 cores=1,3,5,7
/proc/14616/stat : 14616 (java) S 14613 14616 10029 0 -1 1077944320 14637 0 0 0 249 4 0 0 20 0 16 0 106353184 11121487872 20372 33554432000 4194304 4196468 140721329425952 140721329408496 139867471544055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
/proc/14616/statm: 2715207 20372 3116 1 0 2677698 0
[pid=14616/tid=14618] ppid=14613 vsize=10860828 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/14616/task/14618/stat : 14618 (java) S 14613 14616 10029 0 -1 1077944384 6433 0 0 0 106 2 0 0 20 0 16 0 106353184 11121487872 20372 33554432000 4194304 4196468 140721329425952 139867475784736 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14619] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14619/stat : 14619 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20372 33554432000 4194304 4196468 140721329425952 139867424165008 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14620] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14620/stat : 14620 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20372 33554432000 4194304 4196468 140721329425952 139867423112208 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14621] ppid=14613 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14621/stat : 14621 (java) S 14613 14616 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20372 33554432000 4194304 4196468 140721329425952 139867076615056 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14622] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14622/stat : 14622 (java) S 14613 14616 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 106353185 11121487872 20372 33554432000 4194304 4196468 140721329425952 139867075562256 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14623] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14623/stat : 14623 (java) S 14613 14616 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106353186 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866507471216 139867471555202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14624] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14624/stat : 14624 (java) S 14613 14616 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 106353187 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866506417184 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14625] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14625/stat : 14625 (java) S 14613 14616 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106353187 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866505364336 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14626] ppid=14613 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14626/stat : 14626 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866504312656 139867471562651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14627] ppid=14613 vsize=10860828 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/14616/task/14627/stat : 14627 (java) S 14613 14616 10029 0 -1 1077944384 2390 0 0 0 46 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866503261040 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14628] ppid=14613 vsize=10860828 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/14616/task/14628/stat : 14628 (java) S 14613 14616 10029 0 -1 1077944384 2804 0 0 0 64 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866502208240 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14629] ppid=14613 vsize=10860828 memory=3762393639905905330 CPUtime=0.31 cores=1,3,5,7
/proc/14616/task/14629/stat : 14629 (java) S 14613 14616 10029 0 -1 1077944384 1501 0 0 0 31 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866501155440 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14630] ppid=14613 vsize=10860828 memory=7372784292740687470 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14630/stat : 14630 (java) S 14613 14616 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866500102880 139867471554261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
[pid=14616/tid=14631] ppid=14613 vsize=10860828 memory=7300442002130625856 CPUtime=0 cores=1,3,5,7
/proc/14616/task/14631/stat : 14631 (java) S 14613 14616 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 106353190 11121487872 20372 33554432000 4194304 4196468 140721329425952 139866499050160 139867471555202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25022464 140721329431670 140721329431822 140721329431822 140721329434575 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 81488 KiB

Child status: 0
Real time (s): 1.32466
CPU time (s): 2.55095
CPU user time (s): 2.50388
CPU system time (s): 0.047069
CPU usage (%): 192.574
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 81488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.50388
system time used= 0.047069
maximum resident set size= 83952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14846
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= 1618
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 14616
#   total CPU time (s): 2.55095
#   total CPU user time (s): 2.50388
#   total CPU system time (s): 0.047069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028204 second user time and 0.062453 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 20:11:40
IDJOB=4302141
IDBENCH=141634
IDSOLVER=2773
FILE ID=node102/4302141-1532887900
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302141-1532887900/watcher-4302141-1532887900 -o /tmp/evaluation-result-4302141-1532887900/solver-4302141-1532887900 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302141-1532887900.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=430154200

node102.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.51
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.51
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.51
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.51
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:        23600732 kB
MemAvailable:   28777280 kB
Buffers:          231560 kB
Cached:          5188772 kB
SwapCached:        53056 kB
Active:          4321492 kB
Inactive:        4322844 kB
Active(anon):    3149576 kB
Inactive(anon):    99168 kB
Active(file):    1171916 kB
Inactive(file):  4223676 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:       3238916 kB
Mapped:            49868 kB
Shmem:             22560 kB
Slab:             222476 kB
SReclaimable:     193584 kB
SUnreclaim:        28892 kB
KernelStack:        3824 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4927852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3115008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 20:11:42