Trace number 4263426

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05UNSAT 5.9433498 2.1815901

General information on the benchmark

NameMixed/Mixed-xcsp2-nengfa/
color_X2.xml
MD5SUM3d90545a2544e89e20aca976efad7b9e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.7054601
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":500}]
Minimum variable degree34
Maximum variable degree68
Distribution of variable degrees[{"degree":34,"count":1},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":6},{"degree":38,"count":5},{"degree":39,"count":13},{"degree":40,"count":10},{"degree":41,"count":15},{"degree":42,"count":17},{"degree":43,"count":22},{"degree":44,"count":21},{"degree":45,"count":21},{"degree":46,"count":22},{"degree":47,"count":25},{"degree":48,"count":32},{"degree":49,"count":36},{"degree":50,"count":24},{"degree":51,"count":27},{"degree":52,"count":25},{"degree":53,"count":26},{"degree":54,"count":26},{"degree":55,"count":21},{"degree":56,"count":23},{"degree":57,"count":9},{"degree":58,"count":15},{"degree":59,"count":14},{"degree":60,"count":9},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":6},{"degree":64,"count":4},{"degree":65,"count":3},{"degree":66,"count":1},{"degree":67,"count":2},{"degree":68,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12458}]
Number of extensional constraints0
Number of intensional constraints12458
Distribution of constraint types[{"type":"intension","count":12458}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263426-1502619300/watcher-4263426-1502619300 -o /tmp/evaluation-result-4263426-1502619300/solver-4263426-1502619300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263426-1502619300.xml 

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

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

solver pid=4380, runsolver pid=4377

[startup+0.100061 s]*
/proc/loadavg: 1.96 1.90 2.04 4/216 4395
/proc/meminfo: memFree=30581456/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10555400 memory=31004 CPUtime=0.13 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 6274 0 0 0 12 1 0 0 20 0 15 0 95017696 10808729600 7751 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2638850 7751 2815 1 0 2627263 0
[pid=4380/tid=4382] ppid=4377 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) R 4377 4380 32402 0 -1 4202560 4139 0 0 0 8 0 0 0 20 0 15 0 95017696 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699799246784 140699779106142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017698 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95017699 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95017699 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) S 4377 4380 32402 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699027601776 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699026548976 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) R 4377 4380 32402 0 -1 4202560 338 0 0 0 1 0 0 0 20 0 15 0 95017701 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699025496176 140699795047002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017702 10808729600 7751 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31004 KiB

[startup+0.212032 s]*
/proc/loadavg: 1.96 1.90 2.04 6/216 4395
/proc/meminfo: memFree=30573132/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10555400 memory=39448 CPUtime=0.32 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 7512 0 0 0 31 1 0 0 20 0 15 0 95017696 10808729600 9862 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2638850 9862 2964 1 0 2627263 0
[pid=4380/tid=4382] ppid=4377 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) R 4377 4380 32402 0 -1 4202560 4503 0 0 0 19 1 0 0 20 0 15 0 95017696 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699799261408 140699387435623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10555400 memory=139847430242595 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017698 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95017699 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95017699 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) R 4377 4380 32402 0 -1 4202560 658 0 0 0 3 0 0 0 20 0 15 0 95017701 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699027601776 140699775800421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 167 0 0 0 1 0 0 0 20 0 15 0 95017701 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699026540480 140699778926873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0.07 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) R 4377 4380 32402 0 -1 1077944384 819 0 0 0 7 0 0 0 20 0 15 0 95017701 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699025491216 140699795035861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10555400 memory=139847430227584 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017702 10808729600 10374 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39448 KiB

[startup+0.314798 s]*
/proc/loadavg: 1.96 1.90 2.04 7/216 4395
/proc/meminfo: memFree=30557192/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10555476 memory=55776 CPUtime=0.68 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 10149 0 0 0 66 2 0 0 20 0 15 0 95017696 10808807424 13944 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2638869 13944 3032 1 0 2627263 0
[pid=4380/tid=4382] ppid=4377 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) S 4377 4380 32402 0 -1 1077944384 4995 0 0 0 29 1 0 0 20 0 15 0 95017696 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699799262048 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10555476 memory=139847430285600 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10555476 memory=139847430292512 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) R 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017698 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95017699 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95017699 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) R 4377 4380 32402 0 -1 4202560 1637 0 0 0 13 0 0 0 20 0 15 0 95017701 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699027601776 140699776203583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10555476 memory=139847289397199 CPUtime=0.11 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 924 0 0 0 11 0 0 0 20 0 15 0 95017701 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699026534856 140699776543563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10555476 memory=139847430231777 CPUtime=0.12 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) R 4377 4380 32402 0 -1 1077944384 1249 0 0 0 12 0 0 0 20 0 15 0 95017701 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699025496176 140699795036802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10555476 memory=139847289397199 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10555476 memory=279694719641536 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017702 10808807424 13974 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 55776 KiB

[startup+0.702799 s]
/proc/loadavg: 1.96 1.90 2.04 5/216 4395
/proc/meminfo: memFree=30534108/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10555476 memory=132420 CPUtime=1.85 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 11351 0 0 0 182 3 0 0 20 0 15 0 95017696 10808807424 33105 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2638869 33105 3093 1 0 2627263 0
[pid=4380/tid=4382] ppid=4377 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) R 4377 4380 32402 0 -1 4202560 5332 0 0 0 66 2 0 0 20 0 15 0 95017696 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699799261888 140699390516775 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10555476 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10555476 memory=15496 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95017697 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95017698 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95017699 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95017699 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10555476 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) R 4377 4380 32402 0 -1 4202560 1797 0 0 0 44 0 0 0 20 0 15 0 95017701 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699027601904 140699795047002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10555476 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 1270 0 0 0 42 0 0 0 20 0 15 0 95017701 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699026539120 140699795047002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10555476 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) R 4377 4380 32402 0 -1 4202560 1582 0 0 0 28 0 0 0 20 0 15 0 95017701 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699025493112 140699773731124 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95017701 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95017702 10808807424 33105 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 132420 KiB

[startup+1.50119 s]
/proc/loadavg: 1.96 1.90 2.04 5/216 4395
/proc/meminfo: memFree=30418564/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10622040 memory=248276 CPUtime=4.45 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 18558 0 0 0 435 10 0 0 20 0 16 0 95017696 10876968960 62069 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2655510 62069 3144 1 0 2643904 0
[pid=4380/tid=4382] ppid=4377 vsize=10622040 memory=3467828012365722432 CPUtime=1.41 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) R 4377 4380 32402 0 -1 4202560 5529 0 0 0 138 3 0 0 20 0 16 0 95017696 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699799265440 140699387401628 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10622040 memory=168516 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 16 0 95017697 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10622040 memory=2241 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 127 0 0 0 3 1 0 0 20 0 16 0 95017697 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10622040 memory=1200 CPUtime=0.03 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 16 0 95017697 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10622040 memory=15872 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 16 0 95017697 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10622040 memory=15496 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95017698 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10622040 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95017699 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017699 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10622040 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) R 4377 4380 32402 0 -1 4202560 5010 0 0 0 121 1 0 0 20 0 16 0 95017701 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699027591568 140699795047002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10622040 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 3281 0 0 0 118 0 0 0 20 0 16 0 95017701 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699026534432 140699795047002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10622040 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) R 4377 4380 32402 0 -1 1077944384 2842 0 0 0 43 0 0 0 20 0 16 0 95017701 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699025496176 140699795036802 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10622040 memory=385170 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95017702 10876968960 62069 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 248276 KiB

[startup+2.18153 s]
# the end of solver process 4380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.82743 s, system=0.115923 s

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

[startup+1.60135 s]
/proc/loadavg: 1.96 1.90 2.04 5/216 4395
/proc/meminfo: memFree=30418564/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10622040 memory=248768 CPUtime=4.77 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 18625 0 0 0 467 10 0 0 20 0 16 0 95017696 10876968960 62192 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2655510 62192 3146 1 0 2643904 0
[pid=4380/tid=4382] ppid=4377 vsize=10622040 memory=0 CPUtime=1.51 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) R 4377 4380 32402 0 -1 4202560 5531 0 0 0 148 3 0 0 20 0 16 0 95017696 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699799254096 140699392726040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10622040 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 16 0 95017697 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10622040 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 127 0 0 0 3 1 0 0 20 0 16 0 95017697 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10622040 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 16 0 95017697 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10622040 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 16 0 95017697 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95017698 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95017699 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017699 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10622040 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) R 4377 4380 32402 0 -1 4202560 5031 0 0 0 131 1 0 0 20 0 16 0 95017701 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699027591568 140699780127382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10622040 memory=15010910702715 CPUtime=1.28 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 3281 0 0 0 128 0 0 0 20 0 16 0 95017701 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699026534432 140699775747740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10622040 memory=6944656592455097440 CPUtime=0.46 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) S 4377 4380 32402 0 -1 1077944384 2886 0 0 0 46 0 0 0 20 0 16 0 95017701 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699025496176 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10622040 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10622040 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95017702 10876968960 62192 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 248768 KiB

[startup+2.00075 s]*
/proc/loadavg: 1.96 1.90 2.04 3/217 4398
/proc/meminfo: memFree=30358476/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10755168 memory=252548 CPUtime=5.76 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 22361 0 0 0 566 10 0 0 20 0 16 0 95017696 11013292032 63137 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2688792 63137 3148 1 0 2677186 0
[pid=4380/tid=4382] ppid=4377 vsize=10755168 memory=6935054825532540783 CPUtime=1.86 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) S 4377 4380 32402 0 -1 1077944384 5545 0 0 0 183 3 0 0 20 0 16 0 95017696 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699799266336 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10755168 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 16 0 95017697 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10755168 memory=-4695052241013923951 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 127 0 0 0 3 1 0 0 20 0 16 0 95017697 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10755168 memory=6944656592387989600 CPUtime=0.03 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 16 0 95017697 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10755168 memory=6943526294502006880 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 16 0 95017697 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10755168 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95017698 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10755168 memory=5986515703130580581 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95017699 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017699 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10755168 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) S 4377 4380 32402 0 -1 1077944384 5084 0 0 0 152 1 0 0 20 0 16 0 95017701 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699027601776 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10755168 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 6892 0 0 0 168 1 0 0 20 0 16 0 95017701 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699026534432 140699780135736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10755168 memory=139847289675567 CPUtime=0.48 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) S 4377 4380 32402 0 -1 1077944384 2899 0 0 0 48 0 0 0 20 0 16 0 95017701 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699025496176 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10755168 memory=139847289581343 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10755168 memory=139847289274487 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95017702 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4397] ppid=4377 vsize=10755168 memory=139847430231968 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4397/stat : 4397 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017891 11013292032 63137 33554432000 4194304 4196468 140733624627888 140699021284880 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 252548 KiB

[startup+2.11001 s]
/proc/loadavg: 1.96 1.90 2.04 3/217 4398
/proc/meminfo: memFree=30358476/32770624 swapFree=67108860/67108860
[pid=4380] ppid=4377 vsize=10755168 memory=255716 CPUtime=5.86 cores=1,3,5,7
/proc/4380/stat : 4380 (java) S 4377 4380 32402 0 -1 1077944320 23162 0 0 0 576 10 0 0 20 0 16 0 95017696 11013292032 63929 33554432000 4194304 4196468 140733624627888 140733624610432 140699795025655 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
/proc/4380/statm: 2688792 63929 3148 1 0 2677186 0
[pid=4380/tid=4382] ppid=4377 vsize=10755168 memory=251688 CPUtime=1.86 cores=1,3,5,7
/proc/4380/task/4382/stat : 4382 (java) S 4377 4380 32402 0 -1 1077944384 5545 0 0 0 183 3 0 0 20 0 16 0 95017696 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699799266336 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4383] ppid=4377 vsize=10755168 memory=2241 CPUtime=0.01 cores=1,3,5,7
/proc/4380/task/4383/stat : 4383 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 16 0 95017697 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699721099920 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4384] ppid=4377 vsize=10755168 memory=5940091165505383013 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4384/stat : 4384 (java) S 4377 4380 32402 0 -1 1077944384 127 0 0 0 3 1 0 0 20 0 16 0 95017697 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699720047120 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4385] ppid=4377 vsize=10755168 memory=8030324325194818898 CPUtime=0.03 cores=1,3,5,7
/proc/4380/task/4385/stat : 4385 (java) S 4377 4380 32402 0 -1 1077944384 82 0 0 0 2 1 0 0 20 0 16 0 95017697 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699718994320 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4386] ppid=4377 vsize=10755168 memory=279694579002176 CPUtime=0.04 cores=1,3,5,7
/proc/4380/task/4386/stat : 4386 (java) S 4377 4380 32402 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 16 0 95017697 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699717941520 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4387] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4387/stat : 4387 (java) S 4377 4380 32402 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 95017698 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699031812976 140699795036802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4388] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4388/stat : 4388 (java) S 4377 4380 32402 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 95017699 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699030758944 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4389] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4389/stat : 4389 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017699 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699029706096 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4390] ppid=4377 vsize=10755168 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4390/stat : 4390 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699028654416 140699795044251 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4391] ppid=4377 vsize=10755168 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/4380/task/4391/stat : 4391 (java) S 4377 4380 32402 0 -1 1077944384 5084 0 0 0 152 1 0 0 20 0 16 0 95017701 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699027601776 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4392] ppid=4377 vsize=10755168 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/4380/task/4392/stat : 4392 (java) R 4377 4380 32402 0 -1 4202560 7693 0 0 0 178 1 0 0 20 0 16 0 95017701 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699026534432 140699780133279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4393] ppid=4377 vsize=10755168 memory=-7751062316387021378 CPUtime=0.48 cores=1,3,5,7
/proc/4380/task/4393/stat : 4393 (java) S 4377 4380 32402 0 -1 1077944384 2899 0 0 0 48 0 0 0 20 0 16 0 95017701 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699025496176 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4394] ppid=4377 vsize=10755168 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4394/stat : 4394 (java) S 4377 4380 32402 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95017701 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699024443616 140699795035861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4395] ppid=4377 vsize=10755168 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4395/stat : 4395 (java) S 4377 4380 32402 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 95017702 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699023391920 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
[pid=4380/tid=4397] ppid=4377 vsize=10755168 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/4380/task/4397/stat : 4397 (java) S 4377 4380 32402 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95017891 11013292032 63929 33554432000 4194304 4196468 140733624627888 140699021284880 140699795036802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21557248 140733624632454 140733624632607 140733624632607 140733624635343 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 255716 KiB

Child status: 0
Real time (s): 2.18159
CPU time (s): 5.94335
CPU user time (s): 5.82743
CPU system time (s): 0.115923
CPU usage (%): 272.432
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 255716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.82743
system time used= 0.115923
maximum resident set size= 256576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1530
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 4380
#   total CPU time (s): 5.94335
#   total CPU user time (s): 5.82743
#   total CPU system time (s): 0.115923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040834 second user time and 0.063741 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 12:00:42
IDJOB=4263426
IDBENCH=122864
IDSOLVER=2651
FILE ID=node113/4263426-1502619300
RUNJOBID= node113-1502615983-3944
PBS_JOBID= 20628303
Free space on /tmp= 61788 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-nengfa/color_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263426-1502619300/watcher-4263426-1502619300 -o /tmp/evaluation-result-4263426-1502619300/solver-4263426-1502619300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502615983-3944 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263426-1502619300.xml

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

MD5SUM BENCH= 3d90545a2544e89e20aca976efad7b9e
RANDOM SEED=1095120509

node113.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.89
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.89
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.89
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.89
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:        30600940 kB
MemAvailable:   30908480 kB
Buffers:          104348 kB
Cached:           489868 kB
SwapCached:            0 kB
Active:          1581484 kB
Inactive:         146120 kB
Active(anon):    1083316 kB
Inactive(anon):    77728 kB
Active(file):     498168 kB
Inactive(file):    68392 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1760 kB
Writeback:             4 kB
AnonPages:       1139736 kB
Mapped:            54832 kB
Shmem:             25224 kB
Slab:             139356 kB
SReclaimable:     113632 kB
SUnreclaim:        25724 kB
KernelStack:        3664 kB
PageTables:         7424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1847576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node113 at 2017-08-13 12:00:44