Trace number 4290007

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 2018-07-11SAT 1.95565 1.07123

General information on the benchmark

NameBibd/
Bibd-sc-07-03-01_c18.xml
MD5SUMc825423b6f6dd90e2ab011227fbd0e9e
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.048504
Satisfiable
(Un)Satisfiability was proved
Number of variables392
Number of constraints183
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":196}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":196},{"degree":2,"count":147},{"degree":9,"count":49}]
Minimum constraint arity3
Maximum constraint arity49
Distribution of constraint arities[{"arity":3,"count":147},{"arity":7,"count":35},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints147
Distribution of constraint types[{"type":"intension","count":147},{"type":"lex","count":1},{"type":"sum","count":35}]
Optimization problemNO
Type of objective

Solver Data

1.06/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.06/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
1.06/0.54	c See www.sat4j.org for details.
1.06/0.54	c That software uses the Rhino library from the Mozilla project.
1.06/0.54	c version 2.3.6-SNAPSHOT
1.06/0.54	c java.runtime.name	Java(TM) SE Runtime Environment
1.06/0.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.06/0.54	c java.vm.version	25.131-b11
1.06/0.54	c java.vm.vendor	Oracle Corporation
1.06/0.54	c sun.arch.data.model	64
1.06/0.54	c java.version		1.8.0_131
1.06/0.54	c os.name		Linux
1.06/0.54	c os.version		3.10.0-514.16.1.el7.x86_64
1.06/0.54	c os.arch		amd64
1.06/0.54	c Free memory 		499604488
1.06/0.54	c Max memory 		7247757312
1.06/0.54	c Total memory 		504889344
1.06/0.54	c Number of processors 	4
1.06/0.54	c c --- Begin Solver configuration ---
1.06/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.06/0.54	c Learn all clauses as in MiniSAT
1.06/0.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.06/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.06/0.54	c No reason simplification
1.06/0.54	c Glucose 2.1 dynamic restart strategy
1.06/0.54	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.06/0.54	c timeout=2147483s
1.06/0.54	c DB Simplification allowed=false
1.06/0.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.06/0.54	c --- End Solver configuration ---
1.06/0.54	c constraints type 
1.06/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 392
1.06/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 280
1.06/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5706
1.06/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 388
1.06/0.54	c 6766 constraints processed.
1.93/1.06	c starts		: 24
1.93/1.06	c conflicts		: 4318
1.93/1.06	c decisions		: 15281
1.93/1.06	c propagations		: 768094
1.93/1.06	c inspects		: 2050431
1.93/1.06	c shortcuts		: 0
1.93/1.06	c learnt literals	: 41
1.93/1.06	c learnt binary clauses	: 219
1.93/1.06	c learnt ternary clauses	: 305
1.93/1.06	c learnt constraints	: 4277
1.93/1.06	c ignored constraints	: 0
1.93/1.06	c root simplifications	: 0
1.93/1.06	c removed literals (reason simplification)	: 0
1.93/1.06	c reason swapping (by a shorter reason)	: 0
1.93/1.06	c Calls to reduceDB	: 0
1.93/1.06	c Number of update (reduction) of LBD	: 1520
1.93/1.06	c Imported unit clauses	: 0
1.93/1.06	c number of reductions to clauses (during analyze)	: 0
1.93/1.06	c number of learned constraints concerned by reduction	: 0
1.93/1.06	c number of learning phase by resolution	: 0
1.93/1.06	c number of learning phase by cutting planes	: 0
1.93/1.06	c number of rounding to 1 operations	: 0
1.93/1.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1.93/1.06	c number of reductions of the coefficients by power 2 	: 0
1.93/1.06	c number of right shift for reduction by power 2 	: 0
1.93/1.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
1.93/1.06	c number of ending skipping 	: 0
1.93/1.06	c number of internal skipping 	: 0
1.93/1.06	c number of derivation steps 	: 0
1.93/1.06	c number of skipped derivation steps 	: 0
1.93/1.06	c number of remaining unassigned 	: 0
1.93/1.06	c number of remaining assigned 	: 0
1.93/1.06	c speed (assignments/second)	: 1485675.0483558993
1.93/1.06	c non guided choices	: 1715
1.93/1.06	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 219
1.93/1.06	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 4058
1.93/1.06	s SATISFIABLE
1.93/1.06	v <instantiation type="solution">
1.93/1.06	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] s[0][0][0] s[0][0][1] s[0][0][2] s[0][0][3] s[0][0][4] s[0][0][5] s[0][0][6] s[0][1][0] s[0][1][1] s[0][1][2] s[0][1][3] s[0][1][4] s[0][1][5] s[0][1][6] s[0][2][0] s[0][2][1] s[0][2][2] s[0][2][3] s[0][2][4] s[0][2][5] s[0][2][6] s[0][3][0] s[0][3][1] s[0][3][2] s[0][3][3] s[0][3][4] s[0][3][5] s[0][3][6] s[0][4][0] s[0][4][1] s[0][4][2] s[0][4][3] s[0][4][4] s[0][4][5] s[0][4][6] s[0][5][0] s[0][5][1] s[0][5][2] s[0][5][3] s[0][5][4] s[0][5][5] s[0][5][6] s[0][6][0] s[0][6][1] s[0][6][2] s[0][6][3] s[0][6][4] s[0][6][5] s[0][6][6] s[1][0][0] s[1][0][1] s[1][0][2] s[1][0][3] s[1][0][4] s[1][0][5] s[1][0][6] s[1][1][0] s[1][1][1] s[1][1][2] s[1][1][3] s[1][1][4] s[1][1][5] s[1][1][6] s[1][2][0] s[1][2][1] s[1][2][2] s[1][2][3] s[1][2][4] s[1][2][5] s[1][2][6] s[1][3][0] s[1][3][1] s[1][3][2] s[1][3][3] s[1][3][4] s[1][3][5] s[1][3][6] s[1][4][0] s[1][4][1] s[1][4][2] s[1][4][3] s[1][4][4] s[1][4][5] s[1][4][6] s[1][5][0] s[1][5][1] s[1][5][2] s[1][5][3] s[1][5][4] s[1][5][5] s[1][5][6] s[1][6][0] s[1][6][1] s[1][6][2] s[1][6][3] s[1][6][4] s[1][6][5] s[1][6][6] s[2][0][0] s[2][0][1] s[2][0][2] s[2][0][3] s[2][0][4] s[2][0][5] s[2][0][6] s[2][1][0] s[2][1][1] s[2][1][2] s[2][1][3] s[2][1][4] s[2][1][5] s[2][1][6] s[2][2][0] s[2][2][1] s[2][2][2] s[2][2][3] s[2][2][4] s[2][2][5] s[2][2][6] s[2][3][0] s[2][3][1] s[2][3][2] s[2][3][3] s[2][3][4] s[2][3][5] s[2][3][6] s[2][4][0] s[2][4][1] s[2][4][2] s[2][4][3] s[2][4][4] s[2][4][5] s[2][4][6] s[2][5][0] s[2][5][1] s[2][5][2] s[2][5][3] s[2][5][4] s[2][5][5] s[2][5][6] s[2][6][0] s[2][6][1] s[2][6][2] s[2][6][3] s[2][6][4] s[2][6][5] s[2][6][6] s[3][0][0] s[3][0][1] s[3][0][2] s[3][0][3] s[3][0][4] s[3][0][5] s[3][0][6] s[3][1][0] s[3][1][1] s[3][1][2] s[3][1][3] s[3][1][4] s[3][1][5] s[3][1][6] s[3][2][0] s[3][2][1] s[3][2][2] s[3][2][3] s[3][2][4] s[3][2][5] s[3][2][6] s[3][3][0] s[3][3][1] s[3][3][2] s[3][3][3] s[3][3][4] s[3][3][5] s[3][3][6] s[3][4][0] s[3][4][1] s[3][4][2] s[3][4][3] s[3][4][4] s[3][4][5] s[3][4][6] s[3][5][0] s[3][5][1] s[3][5][2] s[3][5][3] s[3][5][4] s[3][5][5] s[3][5][6] s[3][6][0] s[3][6][1] s[3][6][2] s[3][6][3] s[3][6][4] s[3][6][5] s[3][6][6] s[4][0][0] s[4][0][1] s[4][0][2] s[4][0][3] s[4][0][4] s[4][0][5] s[4][0][6] s[4][1][0] s[4][1][1] s[4][1][2] s[4][1][3] s[4][1][4] s[4][1][5] s[4][1][6] s[4][2][0] s[4][2][1] s[4][2][2] s[4][2][3] s[4][2][4] s[4][2][5] s[4][2][6] s[4][3][0] s[4][3][1] s[4][3][2] s[4][3][3] s[4][3][4] s[4][3][5] s[4][3][6] s[4][4][0] s[4][4][1] s[4][4][2] s[4][4][3] s[4][4][4] s[4][4][5] s[4][4][6] s[4][5][0] s[4][5][1] s[4][5][2] s[4][5][3] s[4][5][4] s[4][5][5] s[4][5][6] s[4][6][0] s[4][6][1] s[4][6][2] s[4][6][3] s[4][6][4] s[4][6][5] s[4][6][6] s[5][0][0] s[5][0][1] s[5][0][2] s[5][0][3] s[5][0][4] s[5][0][5] s[5][0][6] s[5][1][0] s[5][1][1] s[5][1][2] s[5][1][3] s[5][1][4] s[5][1][5] s[5][1][6] s[5][2][0] s[5][2][1] s[5][2][2] s[5][2][3] s[5][2][4] s[5][2][5] s[5][2][6] s[5][3][0] s[5][3][1] s[5][3][2] s[5][3][3] s[5][3][4] s[5][3][5] s[5][3][6] s[5][4][0] s[5][4][1] s[5][4][2] s[5][4][3] s[5][4][4] s[5][4][5] s[5][4][6] s[5][5][0] s[5][5][1] s[5][5][2] s[5][5][3] s[5][5][4] s[5][5][5] s[5][5][6] s[5][6][0] s[5][6][1] s[5][6][2] s[5][6][3] s[5][6][4] s[5][6][5] s[5][6][6] s[6][0][0] s[6][0][1] s[6][0][2] s[6][0][3] s[6][0][4] s[6][0][5] s[6][0][6] s[6][1][0] s[6][1][1] s[6][1][2] s[6][1][3] s[6][1][4] s[6][1][5] s[6][1][6] s[6][2][0] s[6][2][1] s[6][2][2] s[6][2][3] s[6][2][4] s[6][2][5] s[6][2][6] s[6][3][0] s[6][3][1] s[6][3][2] s[6][3][3] s[6][3][4] s[6][3][5] s[6][3][6] s[6][4][0] s[6][4][1] s[6][4][2] s[6][4][3] s[6][4][4] s[6][4][5] s[6][4][6] s[6][5][0] s[6][5][1] s[6][5][2] s[6][5][3] s[6][5][4] s[6][5][5] s[6][5][6] s[6][6][0] s[6][6][1] s[6][6][2] s[6][6][3] s[6][6][4] s[6][6][5] s[6][6][6] </list>
1.93/1.06	v 	<values> 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 </values>
1.93/1.06	v </instantiation>
1.93/1.06	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290007-1532215999/watcher-4290007-1532215999 -o /tmp/evaluation-result-4290007-1532215999/solver-4290007-1532215999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290007-1532215999.xml 

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

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

solver pid=30519, runsolver pid=30516

[startup+0.10068 s]*
/proc/loadavg: 1.62 1.80 2.07 3/216 30534
/proc/meminfo: memFree=13951612/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10659012 memory=30800 CPUtime=0.13 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 6767 0 0 0 11 2 0 0 20 0 15 0 39163088 10914828288 7700 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2664753 7700 2840 1 0 2627263 0
[pid=30519/tid=30521] ppid=30516 vsize=10659012 memory=-8773748148830115195 CPUtime=0.09 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) R 30516 30519 26594 0 -1 4202560 4601 0 0 0 8 1 0 0 20 0 15 0 39163088 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666591516528 139666571392350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163090 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163091 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163091 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163093 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) S 30516 30519 26594 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 39163093 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666075334640 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) S 30516 30519 26594 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39163093 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666074282096 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0.01 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) R 30516 30519 26594 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 39163093 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666073229552 139666587333210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163094 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163094 10914828288 7700 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30800 KiB

[startup+0.21109 s]*
/proc/loadavg: 1.62 1.80 2.07 4/216 30534
/proc/meminfo: memFree=13939936/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10659012 memory=41864 CPUtime=0.33 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 8111 0 0 0 30 3 0 0 20 0 15 0 39163088 10914828288 10466 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2664753 10466 2995 1 0 2627263 0
[pid=30519/tid=30521] ppid=30516 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) R 30516 30519 26594 0 -1 4202560 5024 0 0 0 18 2 0 0 20 0 15 0 39163088 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666591548144 139666180363247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10659012 memory=331 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10659012 memory=140170126088406 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163089 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163090 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163091 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163091 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163093 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) S 30516 30519 26594 0 -1 1077944384 545 0 0 0 2 0 0 0 20 0 15 0 39163093 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666075334640 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) S 30516 30519 26594 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 15 0 39163093 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666074282096 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0.07 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) R 30516 30519 26594 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 39163093 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666073229552 139666579548990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163094 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10659012 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163094 10914828288 10466 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41864 KiB

[startup+0.311305 s]*
/proc/loadavg: 1.62 1.80 2.07 9/216 30534
/proc/meminfo: memFree=13933024/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10659088 memory=47776 CPUtime=0.53 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 8976 0 0 0 50 3 0 0 20 0 15 0 39163088 10914906112 11944 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2664772 11944 3069 1 0 2627263 0
[pid=30519/tid=30521] ppid=30516 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) R 30516 30519 26594 0 -1 4202560 5629 0 0 0 28 2 0 0 20 0 15 0 39163088 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666591547312 139666587323798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10659088 memory=288230591823085591 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10659088 memory=140170126086903 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163089 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163089 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10659088 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39163090 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39163091 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39163091 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163093 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) R 30516 30519 26594 0 -1 4202560 664 0 0 0 4 0 0 0 20 0 15 0 39163093 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666075320608 139666568856022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) S 30516 30519 26594 0 -1 1077944384 485 0 0 0 5 0 0 0 20 0 15 0 39163093 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666074282096 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10659088 memory=140170126059136 CPUtime=0.12 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) R 30516 30519 26594 0 -1 4202560 831 0 0 0 12 0 0 0 20 0 15 0 39163093 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666073227344 139666579548990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39163094 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10659088 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39163094 10914906112 11944 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47776 KiB

[startup+0.708308 s]
/proc/loadavg: 1.62 1.80 2.07 6/216 30534
/proc/meminfo: memFree=13916212/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10727700 memory=73332 CPUtime=1.66 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 11537 0 0 0 162 4 0 0 20 0 16 0 39163088 10985164800 18333 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2681925 18333 3110 1 0 2644416 0
[pid=30519/tid=30521] ppid=30516 vsize=10727700 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) R 30516 30519 26594 0 -1 4202560 6175 0 0 0 65 3 0 0 20 0 16 0 39163088 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666591547952 139666183083971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10727700 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10727700 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10727700 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10727700 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39163090 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10727700 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39163091 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10727700 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39163091 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10727700 memory=12972 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163093 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10727700 memory=7662705889289527641 CPUtime=0.31 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) R 30516 30519 26594 0 -1 4202560 1022 0 0 0 31 0 0 0 20 0 16 0 39163093 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666075324000 139666571595960 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10727700 memory=7597685182856913236 CPUtime=0.31 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) R 30516 30519 26594 0 -1 4202560 1423 0 0 0 31 0 0 0 20 0 16 0 39163093 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666074263112 139666566967184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10727700 memory=7079773312675500112 CPUtime=0.33 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) S 30516 30519 26594 0 -1 1077944384 1525 0 0 0 33 0 0 0 20 0 16 0 39163093 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666073229552 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163094 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10727700 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163094 10985164800 18333 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 73332 KiB

[startup+1.07119 s]
# the end of solver process 30519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.90326 s, system=0.052383 s

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

[startup+0.800871 s]
/proc/loadavg: 1.62 1.80 2.07 6/216 30534
/proc/meminfo: memFree=13916212/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10727700 memory=73356 CPUtime=1.86 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 11602 0 0 0 182 4 0 0 20 0 16 0 39163088 10985164800 18339 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2681925 18339 3110 1 0 2644416 0
[pid=30519/tid=30521] ppid=30516 vsize=10727700 memory=8243114992657236055 CPUtime=0.77 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) R 30516 30519 26594 0 -1 4202560 6176 0 0 0 74 3 0 0 20 0 16 0 39163088 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666591548112 139666183291124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10727700 memory=288288895970575216 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39163089 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39163090 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39163091 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39163091 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163093 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10727700 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) S 30516 30519 26594 0 -1 1077944384 1077 0 0 0 36 0 0 0 20 0 16 0 39163093 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666075334640 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10727700 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) S 30516 30519 26594 0 -1 1077944384 1427 0 0 0 36 0 0 0 20 0 16 0 39163093 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666074282096 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10727700 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) S 30516 30519 26594 0 -1 1077944384 1530 0 0 0 34 0 0 0 20 0 16 0 39163093 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666073229552 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163094 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163094 10985164800 18339 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 73356 KiB

[startup+1.00075 s]*
/proc/loadavg: 1.62 1.80 2.07 2/217 30537
/proc/meminfo: memFree=13900056/32770624 swapFree=67108860/67108860
[pid=30519] ppid=30516 vsize=10860828 memory=79640 CPUtime=1.93 cores=1,3,5,7
/proc/30519/stat : 30519 (java) S 30516 30519 26594 0 -1 1077944320 11665 0 0 0 189 4 0 0 20 0 16 0 39163088 11121487872 19910 33554432000 4194304 4196468 140735112207056 140735112189600 139666587311863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
/proc/30519/statm: 2715207 19910 3112 1 0 2677698 0
[pid=30519/tid=30521] ppid=30516 vsize=10860828 memory=5450919713671312938 CPUtime=0.84 cores=1,3,5,7
/proc/30519/task/30521/stat : 30521 (java) S 30516 30519 26594 0 -1 1077944384 6187 0 0 0 81 3 0 0 20 0 16 0 39163088 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666591552544 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30522] ppid=30516 vsize=10860828 memory=140170015938128 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30522/stat : 30522 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666513385744 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30523] ppid=30516 vsize=10860828 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30523/stat : 30523 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666512333200 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30524] ppid=30516 vsize=10860828 memory=7163088814878576740 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30524/stat : 30524 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163089 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666511280656 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30525] ppid=30516 vsize=10860828 memory=3905518294092952625 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30525/stat : 30525 (java) S 30516 30519 26594 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39163089 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666510228112 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30526] ppid=30516 vsize=10860828 memory=2320117625511976368 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30526/stat : 30526 (java) S 30516 30519 26594 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39163090 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666079545840 139666587323010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30527] ppid=30516 vsize=10860828 memory=8314877900371809279 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30527/stat : 30527 (java) S 30516 30519 26594 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39163091 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666078492064 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30528] ppid=30516 vsize=10860828 memory=-7450779821759504288 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30528/stat : 30528 (java) S 30516 30519 26594 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39163091 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666077439472 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30529] ppid=30516 vsize=10860828 memory=6944656592455360608 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30529/stat : 30529 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163093 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666076388048 139666587330459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30530] ppid=30516 vsize=10860828 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30519/task/30530/stat : 30530 (java) S 30516 30519 26594 0 -1 1077944384 1080 0 0 0 36 0 0 0 20 0 16 0 39163093 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666075334640 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30531] ppid=30516 vsize=10860828 memory=3472328296227418159 CPUtime=0.37 cores=1,3,5,7
/proc/30519/task/30531/stat : 30531 (java) S 30516 30519 26594 0 -1 1077944384 1428 0 0 0 37 0 0 0 20 0 16 0 39163093 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666074282096 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30532] ppid=30516 vsize=10860828 memory=3472468466353739436 CPUtime=0.34 cores=1,3,5,7
/proc/30519/task/30532/stat : 30532 (java) S 30516 30519 26594 0 -1 1077944384 1532 0 0 0 34 0 0 0 20 0 16 0 39163093 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666073229552 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30533] ppid=30516 vsize=10860828 memory=3472328296227418159 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30533/stat : 30533 (java) S 30516 30519 26594 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39163094 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666072177248 139666587322069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30534] ppid=30516 vsize=10860828 memory=140170126059136 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30534/stat : 30534 (java) S 30516 30519 26594 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39163094 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666071124784 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
[pid=30519/tid=30536] ppid=30516 vsize=10860828 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30519/task/30536/stat : 30536 (java) S 30516 30519 26594 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39163174 11121487872 19910 33554432000 4194304 4196468 140735112207056 139666066921104 139666587323010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10440704 140735112209521 140735112209673 140735112209673 140735112212431 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 79640 KiB

Child status: 0
Real time (s): 1.07123
CPU time (s): 1.95565
CPU user time (s): 1.90326
CPU system time (s): 0.052383
CPU usage (%): 182.561
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 79640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.90326
system time used= 0.052383
maximum resident set size= 82360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11696
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= 1837
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 30519
#   total CPU time (s): 1.95565
#   total CPU user time (s): 1.90326
#   total CPU system time (s): 0.052383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020672 second user time and 0.069252 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-22 01:33:19
IDJOB=4290007
IDBENCH=141331
IDSOLVER=2742
FILE ID=node137/4290007-1532215999
RUNJOBID= node137-1532209965-29592
PBS_JOBID= 21018930
Free space on /tmp= 56736 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Bibd/Bibd-sc-07-03-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290007-1532215999/watcher-4290007-1532215999 -o /tmp/evaluation-result-4290007-1532215999/solver-4290007-1532215999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532209965-29592 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290007-1532215999.xml

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

MD5SUM BENCH= c825423b6f6dd90e2ab011227fbd0e9e
RANDOM SEED=695129407

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13968644 kB
MemAvailable:   24172944 kB
Buffers:          219752 kB
Cached:         10181496 kB
SwapCached:            0 kB
Active:          9530700 kB
Inactive:        8678324 kB
Active(anon):    7810164 kB
Inactive(anon):    16948 kB
Active(file):    1720536 kB
Inactive(file):  8661376 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       7814568 kB
Mapped:            46692 kB
Shmem:             17036 kB
Slab:             277700 kB
SReclaimable:     250848 kB
SUnreclaim:        26852 kB
KernelStack:        3536 kB
PageTables:        20952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7593984 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= 56736 MiB
End job on node137 at 2018-07-22 01:33:20