Trace number 4263311

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 5.3643899 2.66625

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-04.xml
MD5SUM18df6be3f646356b5200232eb50374f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0047610002
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints14
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":14}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":13},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":13}]
Number of extensional constraints13
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":13},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.86/0.98	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.86/0.98	c This is free software under the dual EPL/GNU LGPL licenses.
1.86/0.98	c See www.sat4j.org for details.
1.86/0.98	c That software uses the Rhino library from the Mozilla project.
1.86/0.98	c version CUSTOM.v20170705
1.86/0.98	c java.runtime.name	Java(TM) SE Runtime Environment
1.86/0.98	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.86/0.98	c java.vm.version	25.131-b11
1.86/0.98	c java.vm.vendor	Oracle Corporation
1.86/0.98	c sun.arch.data.model	64
1.86/0.98	c java.version		1.8.0_131
1.86/0.98	c os.name		Linux
1.86/0.98	c os.version		3.10.0-514.16.1.el7.x86_64
1.86/0.98	c os.arch		amd64
1.86/0.98	c Free memory 		499604488
1.86/0.98	c Max memory 		7247757312
1.86/0.98	c Total memory 		504889344
1.86/0.98	c Number of processors 	4
1.86/0.98	c c --- Begin Solver configuration ---
1.86/0.98	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.86/0.98	c Learn all clauses as in MiniSAT
1.86/0.98	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.86/0.98	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.86/0.98	c No reason simplification
1.86/0.98	c Glucose 2.1 dynamic restart strategy
1.86/0.98	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.86/0.98	c timeout=2147483s
1.86/0.98	c DB Simplification allowed=false
1.86/0.98	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.86/0.98	c --- End Solver configuration ---
1.86/0.98	c constraints type 
1.86/0.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 28
1.86/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 505602
1.86/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24912
1.86/0.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 28
1.86/0.98	c 530570 constraints processed.
5.34/2.65	c starts		: 72
5.34/2.65	c conflicts		: 7442
5.34/2.65	c decisions		: 289962
5.34/2.65	c propagations		: 4126389
5.34/2.65	c inspects		: 6420188
5.34/2.65	c shortcuts		: 0
5.34/2.65	c learnt literals	: 3
5.34/2.65	c learnt binary clauses	: 42
5.34/2.65	c learnt ternary clauses	: 24
5.34/2.65	c learnt constraints	: 7439
5.34/2.65	c ignored constraints	: 0
5.34/2.65	c root simplifications	: 0
5.34/2.65	c removed literals (reason simplification)	: 0
5.34/2.65	c reason swapping (by a shorter reason)	: 0
5.34/2.65	c Calls to reduceDB	: 1
5.34/2.65	c Number of update (reduction) of LBD	: 5841
5.34/2.65	c Imported unit clauses	: 0
5.34/2.65	c number of reductions to clauses (during analyze)	: 0
5.34/2.65	c number of learned constraints concerned by reduction	: 0
5.34/2.65	c number of learning phase by resolution	: 0
5.34/2.65	c number of learning phase by cutting planes	: 0
5.34/2.65	c number of rounding to 1 operations	: 0
5.34/2.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.34/2.65	c number of reductions of the coefficients by power 2 	: 0
5.34/2.65	c number of right shift for reduction by power 2 	: 0
5.34/2.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.34/2.65	c speed (assignments/second)	: 2478311.7117117117
5.34/2.65	c non guided choices	12536
5.34/2.65	c learnt constraints type 
5.34/2.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
5.34/2.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4937
5.34/2.65	s SATISFIABLE
5.34/2.65	v <instantiation type="solution">
5.34/2.65	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] </list>
5.34/2.65	v 	<values> 2 1 0 1 7 6 3 6 7 1 7 6 7 8 </values>
5.34/2.65	v </instantiation>
5.34/2.65	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263311-1502635820/watcher-4263311-1502635820 -o /tmp/evaluation-result-4263311-1502635820/solver-4263311-1502635820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263311-1502635820.xml 

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

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
solver pid=19313, runsolver pid=19310
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 4.71 5.40 4.99 3/205 19319
/proc/meminfo: memFree=28806680/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=9936560 memory=18528 CPUtime=0.01 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 3454 0 0 0 1 0 0 0 20 0 6 0 111088458 10175037440 4632 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2484140 4632 1921 1 0 2473637 0
[pid=19313/tid=19315] ppid=19310 vsize=9936560 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 2167 0 0 0 1 0 0 0 20 0 6 0 111088467 10175037440 4698 18446744073709551615 4194304 4196468 140723140908912 140522143126096 140522124012912 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111088468 10175037440 4698 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=9936560 memory=140110058301056 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111088468 10175037440 4698 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111088468 10175037440 4698 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111088468 10175037440 4698 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18528 KiB

[startup+0.209986 s]*
/proc/loadavg: 4.71 5.40 4.99 2/213 19327
/proc/meminfo: memFree=28802364/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10484492 memory=22548 CPUtime=0.05 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 4603 0 0 0 5 0 0 0 20 0 14 0 111088458 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2621123 5637 2576 1 0 2610620 0
[pid=19313/tid=19315] ppid=19310 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) D 19310 19313 4674 0 -1 4202560 2706 0 0 0 4 0 0 0 20 0 14 0 111088467 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140522143127456 140522138911997 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10484492 memory=329 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 111088468 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10484492 memory=140110058376725 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 111088468 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 111088468 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 111088468 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10484492 memory=140110058301056 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 111088469 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 111088470 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 111088470 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111088472 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) S 19310 19313 4674 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 14 0 111088472 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521376922352 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111088472 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521375869808 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10484492 memory=140110058301056 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 111088472 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111088473 10736119808 5637 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22548 KiB

[startup+0.311092 s]*
/proc/loadavg: 4.71 5.40 4.99 3/214 19328
/proc/meminfo: memFree=28792040/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10551156 memory=33368 CPUtime=0.21 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 8132 0 0 0 19 2 0 0 20 0 15 0 111088458 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2637789 8342 2862 1 0 2627261 0
[pid=19313/tid=19315] ppid=19310 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 5778 0 0 0 13 1 0 0 20 0 15 0 111088467 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140522143111312 140522122970462 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088468 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111088468 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111088468 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088468 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111088469 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111088470 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111088470 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111088472 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10551156 memory=140109953640064 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) S 19310 19313 4674 0 -1 1077944384 498 0 0 0 1 0 0 0 20 0 15 0 111088472 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521376922352 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) S 19310 19313 4674 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 15 0 111088472 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521375869808 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10551156 memory=140110058301056 CPUtime=0.03 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 111088472 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111088473 10804383744 8342 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10551156 memory=140110058301056 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088480 10804383744 8407 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33368 KiB

[startup+0.700747 s]
/proc/loadavg: 4.71 5.40 4.99 6/214 19328
/proc/meminfo: memFree=28778792/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10551232 memory=107372 CPUtime=1.23 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 13903 0 0 0 118 5 0 0 20 0 15 0 111088458 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2637808 26843 3063 1 0 2627261 0
[pid=19313/tid=19315] ppid=19310 vsize=10551232 memory=706 CPUtime=0.52 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 7435 0 0 0 49 3 0 0 20 0 15 0 111088467 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140522143116768 140522118615088 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10551232 memory=35 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088468 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10551232 memory=392 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111088468 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10551232 memory=496 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111088468 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10551232 memory=82 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088468 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111088469 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10551232 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111088470 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111088470 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111088472 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) R 19310 19313 4674 0 -1 4202560 2042 0 0 0 25 0 0 0 20 0 15 0 111088472 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521376903368 140522122386501 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10551232 memory=50364 CPUtime=0.23 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) R 19310 19313 4674 0 -1 4202560 2050 0 0 0 23 0 0 0 20 0 15 0 111088472 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521375855864 140522122276880 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10551232 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 1004 0 0 0 20 0 0 0 20 0 15 0 111088472 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111088473 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111088480 10804461568 26843 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 107372 KiB

[startup+1.50083 s]
/proc/loadavg: 4.71 5.40 4.99 6/215 19329
/proc/meminfo: memFree=28608460/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10617796 memory=222752 CPUtime=3.74 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 19130 0 0 0 365 9 0 0 20 0 16 0 111088458 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2654449 55688 3090 1 0 2643902 0
[pid=19313/tid=19315] ppid=19310 vsize=10617796 memory=825307185 CPUtime=1.28 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 7502 0 0 0 124 4 0 0 20 0 16 0 111088467 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140522143126208 140521753468495 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10617796 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10617796 memory=706 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10617796 memory=35 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10617796 memory=392 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10617796 memory=496 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111088469 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10617796 memory=82 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10617796 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10617796 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088472 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10617796 memory=3044 CPUtime=1.03 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) R 19310 19313 4674 0 -1 4202560 3873 0 0 0 103 0 0 0 20 0 16 0 111088472 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521376909200 140522123280093 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10617796 memory=3036 CPUtime=1.01 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) R 19310 19313 4674 0 -1 4202560 4631 0 0 0 101 0 0 0 20 0 16 0 111088472 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521375850056 140522120434072 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10617796 memory=4064 CPUtime=0.27 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 1586 0 0 0 27 0 0 0 20 0 16 0 111088472 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088473 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10617796 memory=3040 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111088480 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19329] ppid=19310 vsize=10617796 memory=2943840 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19329/stat : 19329 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111088557 10872623104 55688 18446744073709551615 4194304 4196468 140723140908912 140521371657264 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 222752 KiB

[startup+2.66616 s]
# the end of solver process 19313 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.26247 s, system=0.101919 s

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

[startup+1.60092 s]
/proc/loadavg: 4.71 5.40 4.99 6/215 19329
/proc/meminfo: memFree=28608460/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10617796 memory=222804 CPUtime=4.02 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 19167 0 0 0 393 9 0 0 20 0 16 0 111088458 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2654449 55701 3091 1 0 2643902 0
[pid=19313/tid=19315] ppid=19310 vsize=10617796 memory=7012478902180801897 CPUtime=1.38 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 7502 0 0 0 134 4 0 0 20 0 16 0 111088467 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140522143126208 140521753657198 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10617796 memory=-8774313645642428999 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10617796 memory=223088721603767 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10617796 memory=911153 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10617796 memory=4639641446508417104 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10617796 memory=6935649255759569216 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111088469 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10617796 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10617796 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10617796 memory=-6305718308273676928 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088472 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10617796 memory=6656426216303648864 CPUtime=1.12 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) R 19310 19313 4674 0 -1 4202560 3888 0 0 0 112 0 0 0 20 0 16 0 111088472 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521376922352 140522123290452 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10617796 memory=6944656592455360604 CPUtime=1.1 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) R 19310 19313 4674 0 -1 4202560 4653 0 0 0 110 0 0 0 20 0 16 0 111088472 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521375869808 140522138903824 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10617796 memory=6655300316396806240 CPUtime=0.28 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 1586 0 0 0 28 0 0 0 20 0 16 0 111088472 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10617796 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088473 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10617796 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111088480 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19329] ppid=19310 vsize=10617796 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19329/stat : 19329 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111088557 10872623104 55701 18446744073709551615 4194304 4196468 140723140908912 140521371657264 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 222804 KiB

[startup+2.40078 s]
/proc/loadavg: 4.71 5.40 4.99 3/215 19329
/proc/meminfo: memFree=28602988/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10617796 memory=223232 CPUtime=5.24 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 19512 0 0 0 515 9 0 0 20 0 16 0 111088458 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2654449 55808 3098 1 0 2643902 0
[pid=19313/tid=19315] ppid=19310 vsize=10617796 memory=1796 CPUtime=2.18 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) R 19310 19313 4674 0 -1 4202560 7766 0 0 0 214 4 0 0 20 0 16 0 111088467 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140522143128632 140521753657198 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10617796 memory=956 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10617796 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10617796 memory=4288 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 16 0 111088468 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10617796 memory=1608 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 111088468 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10617796 memory=928 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111088469 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10617796 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10617796 memory=844 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111088470 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10617796 memory=222940 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088472 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10617796 memory=4572 CPUtime=1.3 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) R 19310 19313 4674 0 -1 4202560 3917 0 0 0 130 0 0 0 20 0 16 0 111088472 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521376911952 140522124918074 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10617796 memory=1444 CPUtime=1.31 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) S 19310 19313 4674 0 -1 1077944384 4685 0 0 0 131 0 0 0 20 0 16 0 111088472 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521375869808 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10617796 memory=12304 CPUtime=0.29 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 1606 0 0 0 29 0 0 0 20 0 16 0 111088472 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10617796 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088473 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111088480 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19329] ppid=19310 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19329/stat : 19329 (java) S 19310 19313 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111088557 10872623104 55808 18446744073709551615 4194304 4196468 140723140908912 140521371657264 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 223232 KiB

[startup+2.60074 s]
/proc/loadavg: 4.71 5.40 4.99 3/215 19329
/proc/meminfo: memFree=28602988/32770624 swapFree=67108764/67108860
[pid=19313] ppid=19310 vsize=10750924 memory=223284 CPUtime=5.34 cores=1,3,5,7
/proc/19313/stat : 19313 (java) S 19310 19313 4674 0 -1 1077944320 19581 0 0 0 525 9 0 0 20 0 16 0 111088458 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140723140891456 140522138889975 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
/proc/19313/statm: 2687731 55821 3100 1 0 2677184 0
[pid=19313/tid=19315] ppid=19310 vsize=10750924 memory=1232 CPUtime=2.23 cores=1,3,5,7
/proc/19313/task/19315/stat : 19315 (java) S 19310 19313 4674 0 -1 1077944384 7777 0 0 0 219 4 0 0 20 0 16 0 111088467 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140522143130656 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19316] ppid=19310 vsize=10750924 memory=644 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19316/stat : 19316 (java) S 19310 19313 4674 0 -1 1077944384 19 0 0 0 2 0 0 0 20 0 16 0 111088468 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521750129680 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19317] ppid=19310 vsize=10750924 memory=1796 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19317/stat : 19317 (java) S 19310 19313 4674 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 111088468 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521749077136 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19318] ppid=19310 vsize=10750924 memory=956 CPUtime=0.02 cores=1,3,5,7
/proc/19313/task/19318/stat : 19318 (java) S 19310 19313 4674 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 16 0 111088468 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521748024080 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19319] ppid=19310 vsize=10750924 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/19313/task/19319/stat : 19319 (java) S 19310 19313 4674 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 16 0 111088468 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521746971536 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19320] ppid=19310 vsize=10750924 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19320/stat : 19320 (java) S 19310 19313 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111088469 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521381132528 140522138901122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19321] ppid=19310 vsize=10750924 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19321/stat : 19321 (java) S 19310 19313 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111088470 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521380078752 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19322] ppid=19310 vsize=10750924 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19322/stat : 19322 (java) S 19310 19313 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111088470 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521379025648 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19323] ppid=19310 vsize=10750924 memory=222940 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19323/stat : 19323 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088472 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521377974224 140522138908571 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19324] ppid=19310 vsize=10750924 memory=6656426216303648864 CPUtime=1.35 cores=1,3,5,7
/proc/19313/task/19324/stat : 19324 (java) S 19310 19313 4674 0 -1 1077944384 3927 0 0 0 135 0 0 0 20 0 16 0 111088472 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521376922352 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19325] ppid=19310 vsize=10750924 memory=7300 CPUtime=1.32 cores=1,3,5,7
/proc/19313/task/19325/stat : 19325 (java) S 19310 19313 4674 0 -1 1077944384 4687 0 0 0 132 0 0 0 20 0 16 0 111088472 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521375869808 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19326] ppid=19310 vsize=10750924 memory=-7966001967256141664 CPUtime=0.29 cores=1,3,5,7
/proc/19313/task/19326/stat : 19326 (java) S 19310 19313 4674 0 -1 1077944384 1606 0 0 0 29 0 0 0 20 0 16 0 111088472 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521374816752 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19327] ppid=19310 vsize=10750924 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19327/stat : 19327 (java) S 19310 19313 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111088473 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521373764448 140522138900181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
[pid=19313/tid=19328] ppid=19310 vsize=10750924 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/19313/task/19328/stat : 19328 (java) S 19310 19313 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111088480 11008946176 55821 18446744073709551615 4194304 4196468 140723140908912 140521372711472 140522138901122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24506368 140723140915600 140723140915753 140723140915753 140723140919247 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 223284 KiB

Child status: 0
Real time (s): 2.66625
CPU time (s): 5.36439
CPU user time (s): 5.26247
CPU system time (s): 0.101919
CPU usage (%): 201.196
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 225360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.26247
system time used= 0.101919
maximum resident set size= 225688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19614
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= 1422
involuntary context switches= 16


# summary of solver processes directly reported to runsolver:
#   pid: 19313
#   total CPU time (s): 5.36439
#   total CPU user time (s): 5.26247
#   total CPU system time (s): 0.101919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031703 second user time and 0.072465 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:36:26
IDJOB=4263311
IDBENCH=138761
IDSOLVER=2651
FILE ID=node134/4263311-1502635820
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-04.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263311-1502635820/watcher-4263311-1502635820 -o /tmp/evaluation-result-4263311-1502635820/solver-4263311-1502635820 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263311-1502635820.xml

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

MD5SUM BENCH= 18df6be3f646356b5200232eb50374f6
RANDOM SEED=327829447

node134.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.43
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.43
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.43
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.43
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:        28814956 kB
MemAvailable:   29033588 kB
Buffers:          226892 kB
Cached:           285764 kB
SwapCached:            4 kB
Active:          3289640 kB
Inactive:         212192 kB
Active(anon):    2936312 kB
Inactive(anon):    94432 kB
Active(file):     353328 kB
Inactive(file):   117760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       3073196 kB
Mapped:            67816 kB
Shmem:             41564 kB
Slab:             153500 kB
SReclaimable:     126760 kB
SUnreclaim:        26740 kB
KernelStack:        3824 kB
PageTables:        11060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4573804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2959360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:36:29