Trace number 4263358

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 5.82794 4.0114198

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-16.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.91860801
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.60	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.75/0.60	c This is free software under the dual EPL/GNU LGPL licenses.
0.75/0.60	c See www.sat4j.org for details.
0.75/0.60	c That software uses the Rhino library from the Mozilla project.
0.75/0.60	c version CUSTOM.v20170705
0.75/0.60	c java.runtime.name	Java(TM) SE Runtime Environment
0.75/0.60	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.75/0.60	c java.vm.version	25.131-b11
0.75/0.60	c java.vm.vendor	Oracle Corporation
0.75/0.60	c sun.arch.data.model	64
0.75/0.60	c java.version		1.8.0_131
0.75/0.60	c os.name		Linux
0.75/0.60	c os.version		3.10.0-514.16.1.el7.x86_64
0.75/0.60	c os.arch		amd64
0.75/0.60	c Free memory 		499604488
0.75/0.60	c Max memory 		7247757312
0.75/0.60	c Total memory 		504889344
0.75/0.60	c Number of processors 	4
0.75/0.60	c c --- Begin Solver configuration ---
0.75/0.60	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.75/0.60	c Learn all clauses as in MiniSAT
0.75/0.60	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.75/0.60	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.75/0.60	c No reason simplification
0.75/0.60	c Glucose 2.1 dynamic restart strategy
0.75/0.60	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.75/0.60	c timeout=2147483s
0.75/0.60	c DB Simplification allowed=false
0.75/0.60	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.75/0.60	c --- End Solver configuration ---
0.75/0.60	c constraints type 
0.75/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
0.75/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 49664
0.75/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24448
0.75/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 96
0.75/0.60	c 74336 constraints processed.
5.81/4.00	c starts		: 188
5.81/4.00	c conflicts		: 20542
5.81/4.00	c decisions		: 212721
5.81/4.00	c propagations		: 10426765
5.81/4.00	c inspects		: 25508362
5.81/4.00	c shortcuts		: 0
5.81/4.00	c learnt literals	: 86
5.81/4.00	c learnt binary clauses	: 1629
5.81/4.00	c learnt ternary clauses	: 550
5.81/4.00	c learnt constraints	: 20456
5.81/4.00	c ignored constraints	: 0
5.81/4.00	c root simplifications	: 0
5.81/4.00	c removed literals (reason simplification)	: 0
5.81/4.00	c reason swapping (by a shorter reason)	: 0
5.81/4.00	c Calls to reduceDB	: 3
5.81/4.00	c Number of update (reduction) of LBD	: 19324
5.81/4.00	c Imported unit clauses	: 0
5.81/4.00	c number of reductions to clauses (during analyze)	: 0
5.81/4.00	c number of learned constraints concerned by reduction	: 0
5.81/4.00	c number of learning phase by resolution	: 0
5.81/4.00	c number of learning phase by cutting planes	: 0
5.81/4.00	c number of rounding to 1 operations	: 0
5.81/4.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.81/4.00	c number of reductions of the coefficients by power 2 	: 0
5.81/4.00	c number of right shift for reduction by power 2 	: 0
5.81/4.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.81/4.00	c speed (assignments/second)	: 3073022.399056882
5.81/4.00	c non guided choices	10233
5.81/4.00	c learnt constraints type 
5.81/4.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1629
5.81/4.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6579
5.81/4.00	s SATISFIABLE
5.81/4.00	v <instantiation type="solution">
5.81/4.00	v 	<list> v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31] </list>
5.81/4.00	v 	<values> 5 13 6 4 8 16 5 15 4 6 14 2 11 8 2 13 9 3 12 10 7 3 16 15 11 14 9 1 7 1 10 12 29 27 14 11 21 17 8 3 6 0 9 2 28 20 13 4 26 16 30 19 24 12 31 18 15 1 25 10 23 7 22 5 </values>
5.81/4.00	v </instantiation>
5.81/4.00	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263358-1502623782/watcher-4263358-1502623782 -o /tmp/evaluation-result-4263358-1502623782/solver-4263358-1502623782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263358-1502623782.xml 

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

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

solver pid=19250, runsolver pid=19247

[startup+0.108832 s]*
/proc/loadavg: 4.75 5.87 4.57 3/206 19259
/proc/meminfo: memFree=29936040/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10151672 memory=21252 CPUtime=0.04 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 4188 0 0 0 4 0 0 0 20 0 9 0 16260903 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2537918 5313 2155 1 0 2527415 0
[pid=19250/tid=19252] ppid=19247 vsize=10151672 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 2825 0 0 0 4 0 0 0 20 0 9 0 16260910 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071507750776 140071503537309 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16260910 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10151672 memory=140277090875008 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16260910 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16260910 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16260910 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10151672 memory=140277090875008 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16260912 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 16260912 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 16260912 10395312128 5313 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21252 KiB

[startup+0.210135 s]*
/proc/loadavg: 4.75 5.87 4.57 3/212 19265
/proc/meminfo: memFree=29933524/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10551156 memory=27036 CPUtime=0.1 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 5236 0 0 0 9 1 0 0 20 0 15 0 16260903 10804383744 6759 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2637789 6759 2788 1 0 2627261 0
[pid=19250/tid=19252] ppid=19247 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 3172 0 0 0 8 0 0 0 20 0 15 0 16260910 10805432320 6759 18446744073709551615 4194304 4196468 140724277131216 140071507703728 140071496195101 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10552180 memory=326 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16260910 10805432320 6825 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10552180 memory=288370653242586752 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10805432320 6825 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10805432320 6825 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10805432320 6825 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10552180 memory=140277090875008 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260912 10805432320 6825 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16260912 10805432320 6891 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16260912 10805432320 6891 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16260915 10805432320 6891 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19247 19250 7968 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 16260915 10805432320 6891 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16260915 10805432320 6891 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10552180 memory=140277090875008 CPUtime=0.01 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 282 0 0 0 1 0 0 0 20 0 15 0 16260915 10805432320 6957 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16260915 10805432320 6957 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10552180 memory=140277090875008 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16260921 10805432320 6957 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27036 KiB

[startup+0.310395 s]*
/proc/loadavg: 4.75 5.87 4.57 3/212 19265
/proc/meminfo: memFree=29923132/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10551156 memory=36960 CPUtime=0.25 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 8505 0 0 0 22 3 0 0 20 0 15 0 16260903 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2637789 9240 2860 1 0 2627261 0
[pid=19250/tid=19252] ppid=19247 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 6142 0 0 0 16 2 0 0 20 0 15 0 16260910 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071507749744 140071503537309 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16260910 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260910 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16260912 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16260912 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16260912 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16260915 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) R 19247 19250 7968 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 16260915 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071503526530 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) R 19247 19250 7968 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 15 0 16260915 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071486964432 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 416 0 0 0 4 0 0 0 20 0 15 0 16260915 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16260915 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16260921 10804383744 9240 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36960 KiB

[startup+0.700711 s]
/proc/loadavg: 4.75 5.87 4.57 5/212 19265
/proc/meminfo: memFree=29907424/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10617796 memory=95872 CPUtime=1.34 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 14186 0 0 0 130 4 0 0 20 0 16 0 16260903 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2654449 23968 3061 1 0 2643902 0
[pid=19250/tid=19252] ppid=19247 vsize=10617796 memory=233 CPUtime=0.56 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 7462 0 0 0 53 3 0 0 20 0 16 0 16260910 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071507752104 140071117093672 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10617796 memory=6 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10617796 memory=21 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10617796 memory=72 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10617796 memory=4 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10617796 memory=33 CPUtime=0.27 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) R 19247 19250 7968 0 -1 4202560 1925 0 0 0 27 0 0 0 20 0 16 0 16260915 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070996386216 140071488640174 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10617796 memory=2 CPUtime=0.26 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) R 19247 19250 7968 0 -1 4202560 1813 0 0 0 26 0 0 0 20 0 16 0 16260915 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070995328968 140071487940327 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10617796 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) R 19247 19250 7968 0 -1 1077944384 1592 0 0 0 22 0 0 0 20 0 16 0 16260915 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10617796 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260921 10872623104 23968 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 95872 KiB

[startup+1.50076 s]
/proc/loadavg: 4.75 5.87 4.57 4/213 19266
/proc/meminfo: memFree=29857820/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10617796 memory=100584 CPUtime=3.01 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 19750 0 0 0 296 5 0 0 20 0 16 0 16260903 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2654449 25146 3076 1 0 2643902 0
[pid=19250/tid=19252] ppid=19247 vsize=10617796 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 8046 0 0 0 132 3 0 0 20 0 16 0 16260910 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071507740672 140071117194135 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10617796 memory=280553974895808 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10617796 memory=7085094979405177960 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10617796 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10617796 memory=-6585528546044026665 CPUtime=0.67 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) R 19247 19250 7968 0 -1 4202560 4137 0 0 0 67 0 0 0 20 0 16 0 16260915 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071485059472 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10617796 memory=-7449383003082255457 CPUtime=0.7 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) R 19247 19250 7968 0 -1 4202560 3966 0 0 0 70 0 0 0 20 0 16 0 16260915 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071485036607 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10617796 memory=7679937539709960979 CPUtime=0.26 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 2174 0 0 0 26 0 0 0 20 0 16 0 16260915 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10617796 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16260921 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19266] ppid=19247 vsize=10617796 memory=222985172624344 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260963 10872623104 25146 18446744073709551615 4194304 4196468 140724277131216 140070991135408 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 100584 KiB

[startup+3.11004 s]
/proc/loadavg: 4.75 5.87 4.57 3/213 19266
/proc/meminfo: memFree=29837592/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10617796 memory=104768 CPUtime=4.91 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 19901 0 0 0 485 6 0 0 20 0 16 0 16260903 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2654449 26192 3076 1 0 2643902 0
[pid=19250/tid=19252] ppid=19247 vsize=10617796 memory=288230613214036277 CPUtime=2.96 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 8055 0 0 0 293 3 0 0 20 0 16 0 16260910 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071507751360 140071117280675 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10617796 memory=56 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10617796 memory=8316868033356759116 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10617796 memory=12219 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10617796 memory=288230376151868911 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10617796 memory=140277090898753 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10617796 memory=7235713873182287959 CPUtime=0.81 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19247 19250 7968 0 -1 1077944384 4163 0 0 0 81 0 0 0 20 0 16 0 16260915 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10617796 memory=7521979361892393296 CPUtime=0.82 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19247 19250 7968 0 -1 1077944384 4036 0 0 0 82 0 0 0 20 0 16 0 16260915 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10617796 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 2189 0 0 0 27 0 0 0 20 0 16 0 16260915 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10617796 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16260921 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19266] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260963 10872623104 26192 18446744073709551615 4194304 4196468 140724277131216 140070991135408 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 104768 KiB

[startup+4.01138 s]
# the end of solver process 19250 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.75943 s, system=0.068516 s

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

[startup+3.20093 s]
/proc/loadavg: 4.75 5.87 4.57 3/213 19266
/proc/meminfo: memFree=29837592/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10617796 memory=104808 CPUtime=5.04 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 19908 0 0 0 498 6 0 0 20 0 16 0 16260903 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2654449 26202 3076 1 0 2643902 0
[pid=19250/tid=19252] ppid=19247 vsize=10617796 memory=6009019502273783379 CPUtime=3.05 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 8055 0 0 0 302 3 0 0 20 0 16 0 16260910 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071507751360 140071117194135 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10617796 memory=280553975396384 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10617796 memory=2110627594779972 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10617796 memory=7523382201372729942 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10617796 memory=7305235950138124142 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10617796 memory=7301286350019781970 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10617796 memory=7151822123874673775 CPUtime=0.81 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19247 19250 7968 0 -1 1077944384 4163 0 0 0 81 0 0 0 20 0 16 0 16260915 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10617796 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19247 19250 7968 0 -1 1077944384 4043 0 0 0 86 0 0 0 20 0 16 0 16260915 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10617796 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 2189 0 0 0 27 0 0 0 20 0 16 0 16260915 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10617796 memory=3467974886406046578 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10617796 memory=7524498360360921175 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16260921 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19266] ppid=19247 vsize=10617796 memory=6935649255760946240 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260963 10872623104 26202 18446744073709551615 4194304 4196468 140724277131216 140070991135408 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 104808 KiB

[startup+3.60077 s]
/proc/loadavg: 4.75 5.87 4.57 3/213 19266
/proc/meminfo: memFree=29837592/32770624 swapFree=67108860/67108860
[pid=19250] ppid=19247 vsize=10617796 memory=108332 CPUtime=5.59 cores=0,2,4,6
/proc/19250/stat : 19250 (java) S 19247 19250 7968 0 -1 1077944320 20267 0 0 0 553 6 0 0 20 0 16 0 16260903 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140724277113760 140071503515383 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
/proc/19250/statm: 2654449 27083 3078 1 0 2643902 0
[pid=19250/tid=19252] ppid=19247 vsize=10617796 memory=6935649255759568960 CPUtime=3.45 cores=0,2,4,6
/proc/19250/task/19252/stat : 19252 (java) R 19247 19250 7968 0 -1 4202560 8057 0 0 0 342 3 0 0 20 0 16 0 16260910 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071507751360 140071117193843 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19253] ppid=19247 vsize=10617796 memory=8025788835569559914 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19253/stat : 19253 (java) S 19247 19250 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071433935760 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19254] ppid=19247 vsize=10617796 memory=5795128223916713320 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19254/stat : 19254 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071114107664 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19255] ppid=19247 vsize=10617796 memory=7956001694069123691 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19255/stat : 19255 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071113055376 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19256] ppid=19247 vsize=10617796 memory=-7457052372387209120 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19256/stat : 19256 (java) S 19247 19250 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 16260910 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071112002576 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19257] ppid=19247 vsize=10617796 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19257/stat : 19257 (java) S 19247 19250 7968 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140071000610928 140071503526530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19258] ppid=19247 vsize=10617796 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19258/stat : 19258 (java) S 19247 19250 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070999556896 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19259] ppid=19247 vsize=10617796 memory=-7595718316223324558 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19259/stat : 19259 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260912 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070998504560 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19260] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19260/stat : 19260 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070997452880 140071503533979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19261] ppid=19247 vsize=10617796 memory=0 CPUtime=0.96 cores=0,2,4,6
/proc/19250/task/19261/stat : 19261 (java) S 19247 19250 7968 0 -1 1077944384 4520 0 0 0 96 0 0 0 20 0 16 0 16260915 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070996400752 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19262] ppid=19247 vsize=10617796 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/19250/task/19262/stat : 19262 (java) S 19247 19250 7968 0 -1 1077944384 4043 0 0 0 86 0 0 0 20 0 16 0 16260915 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070995347952 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19263] ppid=19247 vsize=10617796 memory=5191 CPUtime=0.27 cores=0,2,4,6
/proc/19250/task/19263/stat : 19263 (java) S 19247 19250 7968 0 -1 1077944384 2189 0 0 0 27 0 0 0 20 0 16 0 16260915 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070994295664 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19264] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19264/stat : 19264 (java) S 19247 19250 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16260915 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070993243104 140071503525589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19265] ppid=19247 vsize=10617796 memory=55 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19265/stat : 19265 (java) S 19247 19250 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 16260921 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070992189872 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
[pid=19250/tid=19266] ppid=19247 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19250/task/19266/stat : 19266 (java) S 19247 19250 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16260963 10872623104 27083 18446744073709551615 4194304 4196468 140724277131216 140070991135408 140071503526530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23363584 140724277137809 140724277137962 140724277137962 140724277141455 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 108332 KiB

[startup+4.00067 s]*
/proc/loadavg: 4.45 5.79 4.55 2/213 19268
/proc/meminfo: memFree=29823896/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.01142
CPU time (s): 5.82794
CPU user time (s): 5.75943
CPU system time (s): 0.068516
CPU usage (%): 145.284
Max. virtual memory (cumulated for all children) (KiB): 10685388
Max. memory (cumulated for all children) (KiB): 112492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.75943
system time used= 0.068516
maximum resident set size= 114928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20930
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= 1589
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 19250
#   total CPU time (s): 5.82794
#   total CPU user time (s): 5.75943
#   total CPU system time (s): 0.068516

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053133 second user time and 0.069682 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:15:45
IDJOB=4263358
IDBENCH=124372
IDSOLVER=2651
FILE ID=node128/4263358-1502623782
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263358-1502623782/watcher-4263358-1502623782 -o /tmp/evaluation-result-4263358-1502623782/solver-4263358-1502623782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263358-1502623782.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=2145649466

node128.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.94
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.94
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.94
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.94
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:        29950408 kB
MemAvailable:   30518248 kB
Buffers:          134984 kB
Cached:           720812 kB
SwapCached:            0 kB
Active:          1742464 kB
Inactive:         666428 kB
Active(anon):    1553440 kB
Inactive(anon):    16764 kB
Active(file):     189024 kB
Inactive(file):   649664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       1551136 kB
Mapped:            44448 kB
Shmem:             17116 kB
Slab:             114636 kB
SReclaimable:      89976 kB
SUnreclaim:        24660 kB
KernelStack:        3472 kB
PageTables:         8024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3248324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1452032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 13:15:50