Trace number 4262994

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT0 2.9472001 1.86761

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-03-035-010.xml
MD5SUMfae8403920cd33ebcdf1b903a2143a11
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 benchmark0.026662
Satisfiable
(Un)Satisfiability was proved
Number of variables106
Number of constraints7
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":105},{"size":36,"count":1}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":106}]
Minimum constraint arity35
Maximum constraint arity105
Distribution of constraint arities[{"arity":35,"count":3},{"arity":71,"count":3},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.79/0.57	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.79/0.57	c This is free software under the dual EPL/GNU LGPL licenses.
0.79/0.57	c See www.sat4j.org for details.
0.79/0.57	c That software uses the Rhino library from the Mozilla project.
0.79/0.57	c version CUSTOM.v20170705
0.79/0.57	c java.runtime.name	Java(TM) SE Runtime Environment
0.79/0.57	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.79/0.57	c java.vm.version	25.131-b11
0.79/0.57	c java.vm.vendor	Oracle Corporation
0.79/0.57	c sun.arch.data.model	64
0.79/0.57	c java.version		1.8.0_131
0.79/0.57	c os.name		Linux
0.79/0.57	c os.version		3.10.0-514.16.1.el7.x86_64
0.79/0.57	c os.arch		amd64
0.79/0.57	c Free memory 		499604488
0.79/0.57	c Max memory 		7247757312
0.79/0.57	c Total memory 		504889344
0.79/0.57	c Number of processors 	4
0.79/0.57	c c --- Begin Solver configuration ---
0.79/0.57	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.79/0.57	c Learn all clauses as in MiniSAT
0.79/0.57	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.79/0.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.79/0.57	c No reason simplification
0.79/0.57	c Glucose 2.1 dynamic restart strategy
0.79/0.57	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.79/0.57	c timeout=2147483s
0.79/0.57	c DB Simplification allowed=false
0.79/0.57	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.79/0.57	c --- End Solver configuration ---
0.79/0.57	c constraints type 
0.79/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 212
0.79/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 108
0.79/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23424
0.79/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 84
0.79/0.57	c 23828 constraints processed.
2.84/1.60	o 4
2.84/1.64	o 0
2.93/1.84	c starts		: 62
2.93/1.84	c conflicts		: 5971
2.93/1.84	c decisions		: 33259
2.93/1.84	c propagations		: 2790612
2.93/1.84	c inspects		: 6714222
2.93/1.84	c shortcuts		: 0
2.93/1.84	c learnt literals	: 76
2.93/1.84	c learnt binary clauses	: 219
2.93/1.84	c learnt ternary clauses	: 357
2.93/1.84	c learnt constraints	: 5895
2.93/1.84	c ignored constraints	: 0
2.93/1.84	c root simplifications	: 0
2.93/1.84	c removed literals (reason simplification)	: 0
2.93/1.85	c reason swapping (by a shorter reason)	: 0
2.93/1.85	c Calls to reduceDB	: 1
2.93/1.85	c Number of update (reduction) of LBD	: 851
2.93/1.85	c Imported unit clauses	: 0
2.93/1.85	c number of reductions to clauses (during analyze)	: 0
2.93/1.85	c number of learned constraints concerned by reduction	: 0
2.93/1.85	c number of learning phase by resolution	: 0
2.93/1.85	c number of learning phase by cutting planes	: 0
2.93/1.85	c number of rounding to 1 operations	: 0
2.93/1.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2.93/1.85	c number of reductions of the coefficients by power 2 	: 0
2.93/1.85	c number of right shift for reduction by power 2 	: 0
2.93/1.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
2.93/1.85	c speed (assignments/second)	: 2195603.46184107
2.93/1.85	c non guided choices	16755
2.93/1.85	c learnt constraints type 
2.93/1.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 219
2.93/1.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3203
2.93/1.85	s OPTIMUM FOUND
2.93/1.85	v <instantiation type="optimum" cost="0">
2.93/1.85	v 	<list> z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[0][30] x[0][31] x[0][32] x[0][33] x[0][34] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[1][30] x[1][31] x[1][32] x[1][33] x[1][34] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] x[2][30] x[2][31] x[2][32] x[2][33] x[2][34] </list>
2.93/1.85	v 	<values> 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
2.93/1.85	v </instantiation>
2.93/1.85	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262994-1502620297/watcher-4262994-1502620297 -o /tmp/evaluation-result-4262994-1502620297/solver-4262994-1502620297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262994-1502620297.xml 

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

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

solver pid=22044, runsolver pid=22041

[startup+0.100084 s]*
/proc/loadavg: 4.34 4.35 3.60 5/211 22057
/proc/meminfo: memFree=23448760/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10484492 memory=23556 CPUtime=0.06 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 4841 0 0 0 5 1 0 0 20 0 14 0 161682487 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2621123 5889 2582 1 0 2610620 0
[pid=22044/tid=22046] ppid=22041 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) D 22041 22044 7084 0 -1 4202560 2962 0 0 0 4 0 0 0 20 0 14 0 161682492 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140666422822816 140666418607357 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 161682493 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10484492 memory=140481083836032 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 161682493 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 161682493 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 161682493 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10484492 memory=140481083836032 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 161682494 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 161682494 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 161682495 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 161682497 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) S 22041 22044 7084 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 14 0 161682497 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) S 22041 22044 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 161682497 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10484492 memory=140481083836032 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) S 22041 22044 7084 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 161682497 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 161682497 10736119808 5889 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.210277 s]*
/proc/loadavg: 4.34 4.35 3.60 3/213 22059
/proc/meminfo: memFree=23444004/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10551156 memory=30020 CPUtime=0.12 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 7614 0 0 0 10 2 0 0 20 0 15 0 161682487 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2637789 7505 2812 1 0 2627261 0
[pid=22044/tid=22046] ppid=22041 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) R 22041 22044 7084 0 -1 4202560 5540 0 0 0 7 2 0 0 20 0 15 0 161682492 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140666422773680 140666402665822 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10551156 memory=3977725156630824608 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10551156 memory=140481083836032 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161682494 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161682494 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161682495 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) S 22041 22044 7084 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) S 22041 22044 7084 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10551156 memory=140481083836032 CPUtime=0.01 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) R 22041 22044 7084 0 -1 4202560 303 0 0 0 1 0 0 0 20 0 15 0 161682497 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666397408392 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10551156 memory=140481083836032 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682504 10804383744 7505 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30020 KiB

[startup+0.313693 s]*
/proc/loadavg: 4.34 4.35 3.60 3/213 22059
/proc/meminfo: memFree=23434916/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10551156 memory=37160 CPUtime=0.28 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 9239 0 0 0 24 4 0 0 20 0 15 0 161682487 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2637789 9290 2875 1 0 2627261 0
[pid=22044/tid=22046] ppid=22041 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) R 22041 22044 7084 0 -1 4202560 6875 0 0 0 17 3 0 0 20 0 15 0 161682492 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140666422817680 140666401084400 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161682493 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 161682494 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 161682494 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 161682495 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) S 22041 22044 7084 0 -1 1077944384 394 0 0 0 1 0 0 0 20 0 15 0 161682497 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) S 22041 22044 7084 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 161682497 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) R 22041 22044 7084 0 -1 4202560 395 0 0 0 4 0 0 0 20 0 15 0 161682497 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666418606682 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 161682497 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 161682504 10804383744 9290 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37160 KiB

[startup+0.700711 s]
/proc/loadavg: 4.34 4.35 3.60 6/213 22059
/proc/meminfo: memFree=23412916/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10617796 memory=83348 CPUtime=1.36 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 12538 0 0 0 131 5 0 0 20 0 16 0 161682487 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2654449 20837 3060 1 0 2643902 0
[pid=22044/tid=22046] ppid=22041 vsize=10617796 memory=1836 CPUtime=0.57 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) R 22041 22044 7084 0 -1 4202560 7518 0 0 0 54 3 0 0 20 0 16 0 161682492 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140666422821856 140666036774756 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10617796 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10617796 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10617796 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10617796 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682495 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10617796 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10617796 memory=988 CPUtime=0.28 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) R 22041 22044 7084 0 -1 4202560 1394 0 0 0 28 0 0 0 20 0 16 0 161682497 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665911249392 140666397831619 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10617796 memory=12320 CPUtime=0.27 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) R 22041 22044 7084 0 -1 4202560 1197 0 0 0 27 0 0 0 20 0 16 0 161682497 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665910187440 140666398240881 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10617796 memory=1196 CPUtime=0.2 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) S 22041 22044 7084 0 -1 1077944384 1038 0 0 0 20 0 0 0 20 0 16 0 161682497 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10617796 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10617796 memory=64564 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682504 10872623104 20837 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 83348 KiB

[startup+1.50081 s]
/proc/loadavg: 4.34 4.35 3.60 3/214 22060
/proc/meminfo: memFree=23388456/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10617796 memory=87952 CPUtime=2.61 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 16264 0 0 0 256 5 0 0 20 0 16 0 161682487 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2654449 21988 3075 1 0 2643902 0
[pid=22044/tid=22046] ppid=22041 vsize=10617796 memory=4156 CPUtime=1.37 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) R 22041 22044 7084 0 -1 4202560 8057 0 0 0 134 3 0 0 20 0 16 0 161682492 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140666422810752 140666037077119 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10617796 memory=68004 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10617796 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10617796 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10617796 memory=796 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682495 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10617796 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) R 22041 22044 7084 0 -1 4202560 3451 0 0 0 52 0 0 0 20 0 16 0 161682497 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666400106400 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10617796 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) S 22041 22044 7084 0 -1 1077944384 2233 0 0 0 46 0 0 0 20 0 16 0 161682497 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10617796 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) S 22041 22044 7084 0 -1 1077944384 1120 0 0 0 23 0 0 0 20 0 16 0 161682497 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 161682504 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22060] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22060/stat : 22060 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682545 10872623104 21988 18446744073709551615 4194304 4196468 140721945302048 140665905984944 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 87952 KiB

[startup+1.86757 s]
# the end of solver process 22044 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.87923 s, system=0.067973 s

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

[startup+1.60086 s]
/proc/loadavg: 4.34 4.35 3.60 3/214 22060
/proc/meminfo: memFree=23388456/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10617796 memory=90708 CPUtime=2.84 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 17055 0 0 0 278 6 0 0 20 0 16 0 161682487 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2654449 22677 3075 1 0 2643902 0
[pid=22044/tid=22046] ppid=22041 vsize=10617796 memory=44 CPUtime=1.47 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) R 22041 22044 7084 0 -1 4202560 8101 0 0 0 143 4 0 0 20 0 16 0 161682492 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140666422821904 140666402665822 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10617796 memory=22 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 161682493 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10617796 memory=235189255080818 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10617796 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 161682494 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10617796 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682495 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10617796 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10617796 memory=280961862336752 CPUtime=0.62 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) R 22041 22044 7084 0 -1 4202560 3949 0 0 0 62 0 0 0 20 0 16 0 161682497 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666403708927 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10617796 memory=1224 CPUtime=0.48 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) R 22041 22044 7084 0 -1 1077944384 2472 0 0 0 48 0 0 0 20 0 16 0 161682497 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10617796 memory=-3535359994705171299 CPUtime=0.23 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) R 22041 22044 7084 0 -1 4202560 1132 0 0 0 23 0 0 0 20 0 16 0 161682497 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666404281201 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10617796 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 161682504 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22060] ppid=22041 vsize=10617796 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22060/stat : 22060 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682545 10872623104 22677 18446744073709551615 4194304 4196468 140721945302048 140665905984944 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 90708 KiB

[startup+1.80071 s]
/proc/loadavg: 4.34 4.35 3.60 3/214 22060
/proc/meminfo: memFree=23388456/32770624 swapFree=67108776/67108860
[pid=22044] ppid=22041 vsize=10750924 memory=95040 CPUtime=2.93 cores=0,2,4,6
/proc/22044/stat : 22044 (java) S 22041 22044 7084 0 -1 1077944320 17940 0 0 0 287 6 0 0 20 0 16 0 161682487 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140721945284592 140666418585335 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 4 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
/proc/22044/statm: 2687731 23760 3081 1 0 2677184 0
[pid=22044/tid=22046] ppid=22041 vsize=10750924 memory=0 CPUtime=1.52 cores=0,2,4,6
/proc/22044/task/22046/stat : 22046 (java) S 22041 22044 7084 0 -1 1077944384 8638 0 0 0 148 4 0 0 20 0 16 0 161682492 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140666422826016 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22047] ppid=22041 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22047/stat : 22047 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140666359622288 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22048] ppid=22041 vsize=10750924 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22048/stat : 22048 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140666358569488 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22049] ppid=22041 vsize=10750924 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22049/stat : 22049 (java) S 22041 22044 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 161682493 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140666357516688 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22050] ppid=22041 vsize=10750924 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22050/stat : 22050 (java) S 22041 22044 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 161682493 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140666356463888 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22051] ppid=22041 vsize=10750924 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22051/stat : 22051 (java) S 22041 22044 7084 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 161682494 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665915460464 140666418596482 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22052] ppid=22041 vsize=10750924 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22052/stat : 22052 (java) S 22041 22044 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 161682494 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665914406432 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22053] ppid=22041 vsize=10750924 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22053/stat : 22053 (java) S 22041 22044 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 161682495 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665913353584 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22054] ppid=22041 vsize=10750924 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22054/stat : 22054 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665912301904 140666418603931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22055] ppid=22041 vsize=10750924 memory=988 CPUtime=0.64 cores=0,2,4,6
/proc/22044/task/22055/stat : 22055 (java) S 22041 22044 7084 0 -1 1077944384 3982 0 0 0 64 0 0 0 20 0 16 0 161682497 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665911249264 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22056] ppid=22041 vsize=10750924 memory=12320 CPUtime=0.5 cores=0,2,4,6
/proc/22044/task/22056/stat : 22056 (java) S 22041 22044 7084 0 -1 1077944384 2510 0 0 0 50 0 0 0 20 0 16 0 161682497 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665910196464 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22057] ppid=22041 vsize=10750924 memory=1196 CPUtime=0.23 cores=0,2,4,6
/proc/22044/task/22057/stat : 22057 (java) S 22041 22044 7084 0 -1 1077944384 1171 0 0 0 23 0 0 0 20 0 16 0 161682497 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665909143664 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22058] ppid=22041 vsize=10750924 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22058/stat : 22058 (java) S 22041 22044 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 161682497 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665908091104 140666418595541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
[pid=22044/tid=22059] ppid=22041 vsize=10750924 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/22044/task/22059/stat : 22059 (java) S 22041 22044 7084 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 161682504 11008946176 23760 18446744073709551615 4194304 4196468 140721945302048 140665907039408 140666418596482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37326848 140721945305488 140721945305641 140721945305641 140721945309135 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 95040 KiB

Child status: 0
Real time (s): 1.86761
CPU time (s): 2.9472
CPU user time (s): 2.87923
CPU system time (s): 0.067973
CPU usage (%): 157.806
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 95040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.87922
system time used= 0.067973
maximum resident set size= 97392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18098
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= 1426
involuntary context switches= 6


# summary of solver processes directly reported to runsolver:
#   pid: 22044
#   total CPU time (s): 2.9472
#   total CPU user time (s): 2.87923
#   total CPU system time (s): 0.067973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028658 second user time and 0.062302 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 12:17:12
IDJOB=4262994
IDBENCH=122951
IDSOLVER=2651
FILE ID=node132/4262994-1502620297
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-03-035-010.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262994-1502620297/watcher-4262994-1502620297 -o /tmp/evaluation-result-4262994-1502620297/solver-4262994-1502620297 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262994-1502620297.xml

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

MD5SUM BENCH= fae8403920cd33ebcdf1b903a2143a11
RANDOM SEED=1787384693

node132.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.74
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.74
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.74
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.74
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:        23461964 kB
MemAvailable:   23689644 kB
Buffers:          223900 kB
Cached:           328336 kB
SwapCached:           84 kB
Active:          8738060 kB
Inactive:         150636 kB
Active(anon):    8284256 kB
Inactive(anon):   101972 kB
Active(file):     453804 kB
Inactive(file):    48664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       8336384 kB
Mapped:            75996 kB
Shmem:             49768 kB
Slab:             108632 kB
SReclaimable:      82092 kB
SUnreclaim:        26540 kB
KernelStack:        3504 kB
PageTables:        21304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8171520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-13 12:17:14