Trace number 4257943

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 256.06601 91.158699

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-40-40.xml
MD5SUM2ccb4f0641fb73c42fbac15220770a0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1600
Number of constraints608401
Number of domains1
Minimum domain size1600
Maximum domain size1600
Distribution of domain sizes[{"size":1600,"count":1600}]
Minimum variable degree1523
Maximum variable degree1523
Distribution of variable degrees[{"degree":1523,"count":1600}]
Minimum constraint arity4
Maximum constraint arity1600
Distribution of constraint arities[{"arity":4,"count":608400},{"arity":1600,"count":1}]
Number of extensional constraints0
Number of intensional constraints608400
Distribution of constraint types[{"type":"intension","count":608400},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4257943-1502652686/watcher-4257943-1502652686 -o /tmp/evaluation-result-4257943-1502652686/solver-4257943-1502652686 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257943-1502652686.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=19703, runsolver pid=19700

[startup+0.100106 s]*
/proc/loadavg: 5.07 4.57 4.54 2/195 19704
/proc/meminfo: memFree=31483992/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/19703/stat : 19703 (runsolver) D 19700 19703 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 67461957 34791424 114 18446744073709551615 4194304 4346622 140734182932400 140734182929032 140070144037591 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6446216 6449568 24535040 140734182936683 140734182937129 140734182937129 140734182940618 0
/proc/19703/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209019 s]*
/proc/loadavg: 5.07 4.57 4.54 5/209 19718
/proc/meminfo: memFree=31457612/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551156 memory=26740 CPUtime=0.07 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 4684 0 0 0 6 1 0 0 20 0 15 0 67461957 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637789 6685 2617 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) R 19700 19703 17093 0 -1 4202560 2786 0 0 0 5 0 0 0 20 0 15 0 67461968 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692618615184 139692614411421 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692544809232 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551156 memory=288370446298699392 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692542704144 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461970 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692110449136 139692614400642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692109395360 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692106237936 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692105185392 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692104132848 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461977 10804383744 6685 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26740 KiB

[startup+0.310058 s]*
/proc/loadavg: 5.07 4.57 4.54 7/209 19718
/proc/meminfo: memFree=31440040/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551156 memory=36260 CPUtime=0.23 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 7928 0 0 0 20 3 0 0 20 0 15 0 67461957 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637789 9065 2849 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) R 19700 19703 17093 0 -1 4202560 5609 0 0 0 14 1 0 0 20 0 15 0 67461968 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692618622016 139692614411421 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692544809232 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692542704144 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 67461970 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692110449136 139692614400642 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692109395360 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 15 0 67461973 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692106237936 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692105185392 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0.03 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 377 0 0 0 3 0 0 0 20 0 15 0 67461973 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692104132848 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551156 memory=140070146987648 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461977 10804383744 9065 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36260 KiB

[startup+0.701627 s]
/proc/loadavg: 5.06 4.58 4.54 7/209 19718
/proc/meminfo: memFree=31353928/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551156 memory=189856 CPUtime=1.08 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 10575 0 0 0 100 8 0 0 20 0 15 0 67461957 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637789 47464 3002 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551156 memory=109 CPUtime=0.52 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) S 19700 19703 17093 0 -1 1077944384 5729 0 0 0 49 3 0 0 20 0 15 0 67461968 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692618628640 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551156 memory=229 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) R 19700 19703 17093 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692544809432 139692607489195 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551156 memory=4 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) R 19700 19703 17093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692607486196 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551156 memory=1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) R 19700 19703 17093 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692542704344 139692599416914 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551156 memory=345 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) R 19700 19703 17093 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 15 0 67461969 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692607486196 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551156 memory=1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 67461970 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692110447648 139692614399701 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692109395360 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551156 memory=1679 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551156 memory=347 CPUtime=0.2 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 1448 0 0 0 20 0 0 0 20 0 15 0 67461973 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692106237936 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551156 memory=932 CPUtime=0.18 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 773 0 0 0 18 0 0 0 20 0 15 0 67461973 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692105185392 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551156 memory=1624 CPUtime=0.09 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 1183 0 0 0 9 0 0 0 20 0 15 0 67461973 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692104132848 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551156 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551156 memory=844 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 67461977 10804383744 47464 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 189856 KiB

[startup+1.50161 s]
/proc/loadavg: 5.06 4.58 4.54 3/209 19718
/proc/meminfo: memFree=30920500/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551156 memory=481136 CPUtime=3.56 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 12076 0 0 0 311 45 0 0 20 0 15 0 67461957 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637789 120284 3035 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551156 memory=12200 CPUtime=0.75 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) S 19700 19703 17093 0 -1 1077944384 5731 0 0 0 72 3 0 0 20 0 15 0 67461968 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692618628640 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551156 memory=1992 CPUtime=0.56 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) R 19700 19703 17093 0 -1 4202560 291 0 0 0 47 9 0 0 20 0 15 0 67461969 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692544809232 139692599090183 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551156 memory=1204 CPUtime=0.57 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) R 19700 19703 17093 0 -1 4202560 637 0 0 0 47 10 0 0 20 0 15 0 67461969 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692599089947 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551156 memory=1000 CPUtime=0.56 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) R 19700 19703 17093 0 -1 4202560 250 0 0 0 47 9 0 0 20 0 15 0 67461969 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692542704032 139692599089395 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551156 memory=796 CPUtime=0.56 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) R 19700 19703 17093 0 -1 4202560 304 0 0 0 47 9 0 0 20 0 15 0 67461969 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692599090142 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551156 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 67461970 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692110447680 139692614399701 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551156 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692109395360 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551156 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 67461971 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551156 memory=21364 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551156 memory=1788 CPUtime=0.2 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 1448 0 0 0 20 0 0 0 20 0 15 0 67461973 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692106237936 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551156 memory=3472328296227680337 CPUtime=0.18 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 773 0 0 0 18 0 0 0 20 0 15 0 67461973 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692105185392 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551156 memory=310748585564307749 CPUtime=0.1 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 1185 0 0 0 10 0 0 0 20 0 15 0 67461973 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692104132848 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551156 memory=16098173902915238 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551156 memory=-7828588000881773654 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461977 10804383744 120284 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 481136 KiB

[startup+3.11065 s]
/proc/loadavg: 5.06 4.58 4.54 6/209 19718
/proc/meminfo: memFree=29945648/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551232 memory=813524 CPUtime=8.53 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 15437 0 0 0 787 66 0 0 20 0 15 0 67461957 10804461568 203381 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637808 203381 3102 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551232 memory=310748585564307749 CPUtime=1.57 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) S 19700 19703 17093 0 -1 1077944384 6996 0 0 0 151 6 0 0 20 0 15 0 67461968 10804461568 203381 18446744073709551615 4194304 4196468 140733420246080 139692618626640 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0

################
# More data... #
################

[pid=19703/tid=19709] ppid=19700 vsize=10551232 memory=7247424 CPUtime=53.17 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) R 19700 19703 17093 0 -1 4202560 118950 0 0 0 5143 174 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692541651720 139692607017703 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551232 memory=0 CPUtime=14.41 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 29640 0 0 0 1439 2 0 0 20 0 15 0 67461970 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692110447680 139692614399701 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551232 memory=8305864 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692109395424 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551232 memory=140070023741872 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551232 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551232 memory=37964 CPUtime=1.21 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 4166 0 0 0 120 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692106237984 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551232 memory=8340756 CPUtime=1.24 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 3640 0 0 0 124 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692105185152 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551232 memory=8340732 CPUtime=0.38 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 3178 0 0 0 37 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692104132896 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551232 memory=8314076 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551232 memory=7941104 CPUtime=0.04 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 130 0 0 0 2 2 0 0 20 0 15 0 67461977 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 252.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8340756 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+91.1586 s]
# the end of solver process 19703 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.817 s, system=7.24918 s

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

[startup+90.4006 s]
/proc/loadavg: 4.45 4.42 4.48 6/190 19765
/proc/meminfo: memFree=23163180/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551232 memory=8340756 CPUtime=254.19 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 507920 0 0 0 24701 718 0 0 20 0 15 0 67461957 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637808 2085189 3118 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551232 memory=304556170453188919 CPUtime=21.3 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) S 19700 19703 17093 0 -1 1077944384 39493 0 0 0 2117 13 0 0 20 0 15 0 67461968 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692618624784 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551232 memory=13563795322702378 CPUtime=54.03 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) R 19700 19703 17093 0 -1 4202560 95904 0 0 0 5226 177 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692544809040 139692607017703 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551232 memory=10968 CPUtime=54.01 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) R 19700 19703 17093 0 -1 4202560 97570 0 0 0 5227 174 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692543756808 139692607017703 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551232 memory=8340756 CPUtime=53.84 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) R 19700 19703 17093 0 -1 4202560 113834 0 0 0 5214 170 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692542704032 139692599090139 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551232 memory=-8774313645642428999 CPUtime=53.63 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) R 19700 19703 17093 0 -1 4202560 118950 0 0 0 5189 174 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692541651720 139692607017703 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551232 memory=2420 CPUtime=14.41 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 29640 0 0 0 1439 2 0 0 20 0 15 0 67461970 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692110447680 139692614399701 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692109395424 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551232 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692107290992 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551232 memory=-8774313645642428999 CPUtime=1.21 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 4166 0 0 0 120 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692106237984 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551232 memory=1788 CPUtime=1.24 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 3640 0 0 0 124 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692105185152 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551232 memory=640 CPUtime=0.38 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 3178 0 0 0 37 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692104132896 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551232 memory=960 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551232 memory=1232 CPUtime=0.04 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 130 0 0 0 2 2 0 0 20 0 15 0 67461977 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 254.19 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8340756 KiB

[startup+90.8016 s]
/proc/loadavg: 4.45 4.42 4.48 6/190 19765
/proc/meminfo: memFree=23163180/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10551232 memory=8340756 CPUtime=255.7 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 507920 0 0 0 24851 719 0 0 20 0 15 0 67461957 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2637808 2085189 3118 1 0 2627261 0
[pid=19703/tid=19705] ppid=19700 vsize=10551232 memory=8328416 CPUtime=21.3 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) S 19700 19703 17093 0 -1 1077944384 39493 0 0 0 2117 13 0 0 20 0 15 0 67461968 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692618624784 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10551232 memory=37964 CPUtime=54.41 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) S 19700 19703 17093 0 -1 1077944384 95904 0 0 0 5263 178 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692544809232 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10551232 memory=1296 CPUtime=54.37 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) S 19700 19703 17093 0 -1 1077944384 97570 0 0 0 5263 174 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10551232 memory=-8774313645642428999 CPUtime=54.22 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) S 19700 19703 17093 0 -1 1077944384 113834 0 0 0 5252 170 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692542704144 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10551232 memory=1000 CPUtime=54 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) S 19700 19703 17093 0 -1 1077944384 118950 0 0 0 5226 174 0 0 20 0 15 0 67461969 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10551232 memory=796 CPUtime=14.43 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) R 19700 19703 17093 0 -1 4202560 29640 0 0 0 1441 2 0 0 20 0 15 0 67461970 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692110447568 139692599090304 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10551232 memory=10968 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692109395424 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 67461971 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10551232 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692107290992 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10551232 memory=-8774313645642428999 CPUtime=1.21 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 4166 0 0 0 120 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692106237984 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10551232 memory=1228 CPUtime=1.24 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 3640 0 0 0 124 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692105185152 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10551232 memory=12200 CPUtime=0.38 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 3178 0 0 0 37 1 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692104132896 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 67461973 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10551232 memory=1204 CPUtime=0.04 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 130 0 0 0 2 2 0 0 20 0 15 0 67461977 10804461568 2085189 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 255.7 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8340756 KiB

[startup+91.0007 s]*
/proc/loadavg: 4.49 4.43 4.48 5/211 19798
/proc/meminfo: memFree=23068616/32770624 swapFree=67108860/67108860
[pid=19703] ppid=19700 vsize=10750924 memory=8340788 CPUtime=255.91 cores=1,3,5,7
/proc/19703/stat : 19703 (java) S 19700 19703 17093 0 -1 1077944320 508124 0 0 0 24872 719 0 0 20 0 17 0 67461957 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 140733420228624 139692614389495 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 11 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
/proc/19703/statm: 2687731 2085197 3120 1 0 2677184 0
[pid=19703/tid=19705] ppid=19700 vsize=10750924 memory=-8774313645642428999 CPUtime=21.41 cores=1,3,5,7
/proc/19703/task/19705/stat : 19705 (java) R 19700 19703 17093 0 -1 4202560 39507 0 0 0 2128 13 0 0 20 0 17 0 67461968 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692618624784 139692222423880 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19706] ppid=19700 vsize=10750924 memory=4872558044660077418 CPUtime=54.41 cores=1,3,5,7
/proc/19703/task/19706/stat : 19706 (java) S 19700 19703 17093 0 -1 1077944384 95904 0 0 0 5263 178 0 0 20 0 17 0 67461969 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692544809232 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19707] ppid=19700 vsize=10750924 memory=7897517683652307531 CPUtime=54.37 cores=1,3,5,7
/proc/19703/task/19707/stat : 19707 (java) S 19700 19703 17093 0 -1 1077944384 97570 0 0 0 5263 174 0 0 20 0 17 0 67461969 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692543756688 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19708] ppid=19700 vsize=10750924 memory=8514726395715349656 CPUtime=54.22 cores=1,3,5,7
/proc/19703/task/19708/stat : 19708 (java) S 19700 19703 17093 0 -1 1077944384 113834 0 0 0 5252 170 0 0 20 0 17 0 67461969 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692542704144 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19709] ppid=19700 vsize=10750924 memory=-8634980985311628903 CPUtime=54 cores=1,3,5,7
/proc/19703/task/19709/stat : 19709 (java) S 19700 19703 17093 0 -1 1077944384 118950 0 0 0 5226 174 0 0 20 0 17 0 67461969 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692541651600 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19710] ppid=19700 vsize=10750924 memory=7100839878645619564 CPUtime=14.52 cores=1,3,5,7
/proc/19703/task/19710/stat : 19710 (java) S 19700 19703 17093 0 -1 1077944384 29640 0 0 0 1450 2 0 0 20 0 17 0 67461970 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692110449136 139692614400642 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19711] ppid=19700 vsize=10750924 memory=-8253362664916754368 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19711/stat : 19711 (java) S 19700 19703 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 67461971 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692109395424 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19712] ppid=19700 vsize=10750924 memory=6935649255759569472 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19712/stat : 19712 (java) S 19700 19703 17093 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 67461971 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692108342768 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19713] ppid=19700 vsize=10750924 memory=4638798211352975206 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19713/stat : 19713 (java) S 19700 19703 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 67461973 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692107291344 139692614408091 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19714] ppid=19700 vsize=10750924 memory=0 CPUtime=1.21 cores=1,3,5,7
/proc/19703/task/19714/stat : 19714 (java) S 19700 19703 17093 0 -1 1077944384 4166 0 0 0 120 1 0 0 20 0 17 0 67461973 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692106237936 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19715] ppid=19700 vsize=10750924 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/19703/task/19715/stat : 19715 (java) S 19700 19703 17093 0 -1 1077944384 3640 0 0 0 124 0 0 0 20 0 17 0 67461973 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692105185392 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19716] ppid=19700 vsize=10750924 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/19703/task/19716/stat : 19716 (java) S 19700 19703 17093 0 -1 1077944384 3227 0 0 0 37 1 0 0 20 0 17 0 67461973 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692104132848 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19717] ppid=19700 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19717/stat : 19717 (java) S 19700 19703 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 67461973 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692103080544 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19718] ppid=19700 vsize=10750924 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19703/task/19718/stat : 19718 (java) S 19700 19703 17093 0 -1 1077944384 132 0 0 0 2 2 0 0 20 0 17 0 67461977 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692102028080 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19796] ppid=19700 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19796/stat : 19796 (java) S 19700 19703 17093 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 67471046 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692100973168 139692614399701 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
[pid=19703/tid=19797] ppid=19700 vsize=10750924 memory=140070146988804 CPUtime=0 cores=1,3,5,7
/proc/19703/task/19797/stat : 19797 (java) S 19700 19703 17093 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 67471046 11008946176 2085197 18446744073709551615 4194304 4196468 140733420246080 139692099921552 139692614400642 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22544384 140733420253589 140733420253742 140733420253742 140733420257231 0
Current children cumulated CPU time: 255.91 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 8340788 KiB

[startup+91.1116 s]*
/proc/loadavg: 4.49 4.43 4.48 7/195 19798
/proc/meminfo: memFree=24539596/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: 143
Real time (s): 91.1587
CPU time (s): 256.066
CPU user time (s): 248.817
CPU system time (s): 7.24918
CPU usage (%): 280.901
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8340788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.817
system time used= 7.24918
maximum resident set size= 8341348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7500
involuntary context switches= 3638


# summary of solver processes directly reported to runsolver:
#   pid: 19703
#   total CPU time (s): 256.066
#   total CPU user time (s): 248.817
#   total CPU system time (s): 7.24918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.530044 second user time and 0.947251 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 21:17:18
IDJOB=4257943
IDBENCH=139739
IDSOLVER=2643
FILE ID=node127/4257943-1502652686
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s1/ChessboardColoration-int-40-40.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257943-1502652686/watcher-4257943-1502652686 -o /tmp/evaluation-result-4257943-1502652686/solver-4257943-1502652686 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257943-1502652686.xml

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

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
RANDOM SEED=977108201

node127.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.92
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.92
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.92
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.92
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:        31496672 kB
MemAvailable:   31982112 kB
Buffers:          203676 kB
Cached:           577296 kB
SwapCached:            0 kB
Active:           622316 kB
Inactive:         225624 kB
Active(anon):      16344 kB
Inactive(anon):    83872 kB
Active(file):     605972 kB
Inactive(file):   141752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             38108 kB
Writeback:             4 kB
AnonPages:         61160 kB
Mapped:            56736 kB
Shmem:             33444 kB
Slab:             132336 kB
SReclaimable:     107100 kB
SUnreclaim:        25236 kB
KernelStack:        3104 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61992 MiB
End job on node127 at 2017-08-13 21:18:49