Trace number 4263730

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) 2527.8701 2502.3301

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-pb-20-20-1.xml
MD5SUMfba97587c84e09253678fbe4a2f6ebc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints461
Number of domains3
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":400},{"size":20,"count":60},{"size":21,"count":20}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":5,"count":4},{"degree":7,"count":4},{"degree":9,"count":6},{"degree":11,"count":5},{"degree":13,"count":1},{"degree":21,"count":40}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":408},{"arity":4,"count":12},{"arity":5,"count":6},{"arity":6,"count":4},{"arity":7,"count":6},{"arity":9,"count":2},{"arity":20,"count":1},{"arity":21,"count":20}]
Number of extensional constraints400
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":400},{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"minimum","count":20},{"type":"maximum","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

31.89/15.75	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
31.89/15.75	c This is free software under the dual EPL/GNU LGPL licenses.
31.89/15.75	c See www.sat4j.org for details.
31.89/15.75	c That software uses the Rhino library from the Mozilla project.
31.89/15.75	c version CUSTOM.v20170705
31.89/15.75	c java.runtime.name	Java(TM) SE Runtime Environment
31.89/15.75	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
31.89/15.75	c java.vm.version	25.131-b11
31.89/15.75	c java.vm.vendor	Oracle Corporation
31.89/15.75	c sun.arch.data.model	64
31.89/15.75	c java.version		1.8.0_131
31.89/15.75	c os.name		Linux
31.89/15.75	c os.version		3.10.0-514.16.1.el7.x86_64
31.89/15.75	c os.arch		amd64
31.89/15.75	c Free memory 		499604488
31.89/15.75	c Max memory 		7247757312
31.89/15.75	c Total memory 		504889344
31.89/15.75	c Number of processors 	4
31.89/15.75	c c --- Begin Solver configuration ---
31.89/15.75	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
31.89/15.75	c Learn all clauses as in MiniSAT
31.89/15.75	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
31.89/15.75	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
31.89/15.75	c No reason simplification
31.89/15.75	c Glucose 2.1 dynamic restart strategy
31.89/15.75	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
31.89/15.75	c timeout=2147483s
31.89/15.75	c DB Simplification allowed=false
31.89/15.75	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
31.89/15.75	c --- End Solver configuration ---
31.89/15.75	c constraints type 
31.89/15.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 960
31.89/15.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7681400
31.89/15.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2277559
31.89/15.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 920
31.89/15.75	c 9960839 constraints processed.

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263730-1502638712/watcher-4263730-1502638712 -o /tmp/evaluation-result-4263730-1502638712/solver-4263730-1502638712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263730-1502638712.xml 

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

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


[startup+0.103824 s]*
/proc/loadavg: 1.00 1.02 1.31 2/195 13078
/proc/meminfo: memFree=27240024/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10555400 memory=31356 CPUtime=0.13 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 6375 0 0 0 12 1 0 0 20 0 15 0 96952319 10808729600 7839 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2638850 7839 2818 1 0 2627263 0
[pid=13063/tid=13065] ppid=13060 vsize=10555400 memory=8543466553346073208 CPUtime=0.09 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) R 13060 13063 6758 0 -1 4202560 4236 0 0 0 8 1 0 0 20 0 15 0 96952319 10808729600 7839 33554432000 4194304 4196468 140729044378608 140321818106528 140321797965150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10555400 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 7839 33554432000 4194304 4196468 140729044378608 140321750575376 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 7839 33554432000 4194304 4196468 140729044378608 140321419553168 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 7839 33554432000 4194304 4196468 140729044378608 140321418500624 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 7839 33554432000 4194304 4196468 140729044378608 140321417448080 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952321 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320850082288 140321813895810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952322 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952322 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0.02 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) R 13060 13063 6758 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 96952324 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320843766000 140321813906010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952325 10808729600 7839 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31356 KiB

[startup+0.210298 s]*
/proc/loadavg: 1.00 1.02 1.31 4/195 13078
/proc/meminfo: memFree=27232804/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10555400 memory=39600 CPUtime=0.32 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 7514 0 0 0 30 2 0 0 20 0 15 0 96952319 10808729600 9900 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2638850 9900 2972 1 0 2627263 0
[pid=13063/tid=13065] ppid=13060 vsize=10555400 memory=8318255677412212789 CPUtime=0.19 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) R 13060 13063 6758 0 -1 4202560 4618 0 0 0 18 1 0 0 20 0 15 0 96952319 10808729600 9900 33554432000 4194304 4196468 140729044378608 140321818121760 140321796383728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10555400 memory=339 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 9900 33554432000 4194304 4196468 140729044378608 140321750575376 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10555400 memory=3835011126973941408 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 9900 33554432000 4194304 4196468 140729044378608 140321419553168 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 9900 33554432000 4194304 4196468 140729044378608 140321418500624 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952320 10808729600 9900 33554432000 4194304 4196468 140729044378608 140321417448080 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952321 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320850082288 140321813895810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952322 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952322 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 96952324 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) R 13060 13063 6758 0 -1 1077944384 154 0 0 0 2 0 0 0 20 0 15 0 96952324 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0.07 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 834 0 0 0 7 0 0 0 20 0 15 0 96952324 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10555400 memory=139753604236928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952325 10808729600 9900 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39600 KiB

[startup+0.310223 s]*
/proc/loadavg: 1.00 1.02 1.31 4/195 13078
/proc/meminfo: memFree=27225856/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10555476 memory=46640 CPUtime=0.53 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 8197 0 0 0 50 3 0 0 20 0 15 0 96952319 10808807424 11660 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2638869 11660 3041 1 0 2627263 0
[pid=13063/tid=13065] ppid=13060 vsize=10555476 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) R 13060 13063 6758 0 -1 4202560 5040 0 0 0 27 2 0 0 20 0 15 0 96952319 10808807424 11660 33554432000 4194304 4196468 140729044378608 140321818118800 140321430272416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10555476 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 11660 33554432000 4194304 4196468 140729044378608 140321750575376 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 11660 33554432000 4194304 4196468 140729044378608 140321419553168 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 11660 33554432000 4194304 4196468 140729044378608 140321418500624 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10555476 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 11660 33554432000 4194304 4196468 140729044378608 140321417448080 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96952321 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320850082288 140321813895810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952322 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952322 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 612 0 0 0 3 0 0 0 20 0 15 0 96952324 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10555476 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 230 0 0 0 5 0 0 0 20 0 15 0 96952324 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10555476 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) R 13060 13063 6758 0 -1 4202560 947 0 0 0 13 0 0 0 20 0 15 0 96952324 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320843766000 140321813906010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952325 10808807424 11660 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46640 KiB

[startup+0.700788 s]
/proc/loadavg: 1.00 1.02 1.31 5/195 13078
/proc/meminfo: memFree=27188316/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10555476 memory=141308 CPUtime=1.85 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 11556 0 0 0 180 5 0 0 20 0 15 0 96952319 10808807424 35327 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2638869 35327 3095 1 0 2627263 0
[pid=13063/tid=13065] ppid=13060 vsize=10555476 memory=2244 CPUtime=0.67 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) R 13060 13063 6758 0 -1 4202560 5414 0 0 0 64 3 0 0 20 0 15 0 96952319 10808807424 35327 33554432000 4194304 4196468 140729044378608 140321818119264 140321799575261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 35327 33554432000 4194304 4196468 140729044378608 140321750575376 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10555476 memory=11040 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 35327 33554432000 4194304 4196468 140729044378608 140321419553168 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10555476 memory=5700 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 35327 33554432000 4194304 4196468 140729044378608 140321418500624 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) S 13060 13063 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96952320 10808807424 35327 33554432000 4194304 4196468 140729044378608 140321417448080 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10555476 memory=792 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96952321 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320850082288 140321813895810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10555476 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96952322 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10555476 memory=9051847770450460845 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96952322 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10555476 memory=-5628408999910123566 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10555476 memory=6944656592387989600 CPUtime=0.4 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) R 13060 13063 6758 0 -1 4202560 1820 0 0 0 40 0 0 0 20 0 15 0 96952324 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320845863576 140321797780571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10555476 memory=6944656592387989600 CPUtime=0.39 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) R 13060 13063 6758 0 -1 4202560 1278 0 0 0 39 0 0 0 20 0 15 0 96952324 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320844809520 140321797271648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10555476 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 1674 0 0 0 36 0 0 0 20 0 15 0 96952324 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96952324 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96952325 10808807424 35327 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 141308 KiB

[startup+1.50162 s]
/proc/loadavg: 1.16 1.05 1.32 4/195 13078
/proc/meminfo: memFree=27055152/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10555476 memory=381504 CPUtime=3.97 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 18534 0 0 0 384 13 0 0 20 0 15 0 96952319 10808807424 95376 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2638869 95376 3129 1 0 2627263 0
[pid=13063/tid=13065] ppid=13060 vsize=10555476 memory=5939520458622920000 CPUtime=1.37 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) S 13060 13063 6758 0 -1 1077944384 5494 0 0 0 131 6 0 0 20 0 15 0 96952319 10808807424 95376 33554432000 4194304 4196468 140729044378608 140321818118480 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10555476 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) R 13060 13063 6758 0 -1 4202560 175 0 0 0 6 1 0 0 20 0 15 0 96952320 10808807424 95376 33554432000 4194304 4196468 140729044378608 140321750575376 140321798912537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10555476 memory=4817 CPUtime=0.06 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) R 13060 13063 6758 0 -1 4202560 89 0 0 0 5 1 0 0 20 0 15 0 96952320 10808807424 95376 33554432000 4194304 4196468 140729044378608 140321419553168 140321806981499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10555476 memory=-1624781813439352349 CPUtime=0.06 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) R 13060 13063 6758 0 -1 4202560 83 0 0 0 5 1 0 0 20 0 15 0 96952320 10808807424 95376 33554432000 4194304 4196468 140729044378608 140321418500824 140321798332845 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10555476 memory=279506942473984 CPUtime=0.05 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) R 13060 13063 6758 0 -1 4202560 92 0 0 0 4 1 0 0 20 0 15 0 96952320 10808807424 95376 33554432000 4194304 4196468 140729044378608 140321417448080 140321798912537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 96952321 10808807424 95376 33554432000 4194304 4196468 140729044378608 140320850080800 140321813894869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0

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

/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96952322 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10622040 memory=3025372 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96952324 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10622040 memory=3025372 CPUtime=1.81 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 15237 0 0 0 179 2 0 0 20 0 16 0 96952324 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10622040 memory=3025372 CPUtime=2.04 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 14051 0 0 0 203 1 0 0 20 0 16 0 96952324 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10622040 memory=3025372 CPUtime=0.5 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 6483 0 0 0 49 1 0 0 20 0 16 0 96952324 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10622040 memory=3025372 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96952324 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10622040 memory=6791534058613427641 CPUtime=1.68 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 2678 0 0 0 73 95 0 0 20 0 16 0 96952325 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13079] ppid=13060 vsize=10622040 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13079/stat : 13079 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96953903 10876968960 756343 33554432000 4194304 4196468 140729044378608 140320840607024 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 2461.97 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3025372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.3 s]
/proc/loadavg: 1.00 1.01 1.05 2/195 13177
/proc/meminfo: memFree=24231120/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10622040 memory=3033564 CPUtime=2520.02 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 193855 0 0 0 251726 276 0 0 20 0 16 0 96952319 10876968960 758391 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2655510 758391 3170 1 0 2643904 0
[pid=13063/tid=13065] ppid=13060 vsize=10622040 memory=3033564 CPUtime=2493.97 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) R 13060 13063 6758 0 -1 4202560 124805 0 0 0 249363 34 0 0 20 0 16 0 96952319 10876968960 758391 33554432000 4194304 4196468 140729044378608 140321818123064 140321435828997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10622040 memory=3029468 CPUtime=4.46 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) S 13060 13063 6758 0 -1 1077944384 6199 0 0 0 413 33 0 0 20 0 16 0 96952320 10876968960 758391 33554432000 4194304 4196468 140729044378608 140321750575376 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10622040 memory=3025372 CPUtime=4.45 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) S 13060 13063 6758 0 -1 1077944384 4133 0 0 0 413 32 0 0 20 0 16 0 96952320 10876968960 758391 33554432000 4194304 4196468 140729044378608 140321419553168 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10622040 memory=3031516 CPUtime=4.44 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) S 13060 13063 6758 0 -1 1077944384 5765 0 0 0 411 33 0 0 20 0 16 0 96952320 10876968960 758391 33554432000 4194304 4196468 140729044378608 140321418500624 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10622040 memory=3031516 CPUtime=4.41 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) S 13060 13063 6758 0 -1 1077944384 6416 0 0 0 410 31 0 0 20 0 16 0 96952320 10876968960 758391 33554432000 4194304 4196468 140729044378608 140321417448080 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10622040 memory=3033564 CPUtime=2.14 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 6646 0 0 0 210 4 0 0 20 0 16 0 96952321 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320850082288 140321813895810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10622040 memory=3033564 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 96952322 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10622040 memory=3029468 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 96952322 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10622040 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96952324 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10622040 memory=3033564 CPUtime=1.81 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 15240 0 0 0 179 2 0 0 20 0 16 0 96952324 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10622040 memory=3033564 CPUtime=2.04 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 14063 0 0 0 203 1 0 0 20 0 16 0 96952324 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10622040 memory=3029468 CPUtime=0.5 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 6487 0 0 0 49 1 0 0 20 0 16 0 96952324 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10622040 memory=3029468 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96952324 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10622040 memory=3031516 CPUtime=1.72 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 2720 0 0 0 75 97 0 0 20 0 16 0 96952325 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13079] ppid=13060 vsize=10622040 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13079/stat : 13079 (java) S 13060 13063 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 96953903 10876968960 758391 33554432000 4194304 4196468 140729044378608 140320840607024 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 3033564 KiB

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

[startup+2502.3 s]
/proc/loadavg: 1.08 1.03 1.05 5/196 13180
/proc/meminfo: memFree=23700552/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10821732 memory=3577616 CPUtime=2527.81 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 199072 0 0 0 252468 313 0 0 20 0 17 0 96952319 11081453568 894404 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2705433 894404 3172 1 0 2693827 0
[pid=13063/tid=13065] ppid=13060 vsize=10821732 memory=3025372 CPUtime=2494 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) S 13060 13063 6758 0 -1 1077944384 124869 0 0 0 249366 34 0 0 20 0 17 0 96952319 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321818126256 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10821732 memory=3031516 CPUtime=6.39 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) R 13060 13063 6758 0 -1 4202560 6774 0 0 0 598 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321750575576 140321798585347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10821732 memory=3528208 CPUtime=6.41 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) R 13060 13063 6758 0 -1 4202560 4535 0 0 0 600 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321419553168 140321798342048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10821732 memory=3528208 CPUtime=6.33 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) R 13060 13063 6758 0 -1 4202560 7309 0 0 0 591 42 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321418500512 140321798585296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10821732 memory=3033564 CPUtime=6.36 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) R 13060 13063 6758 0 -1 4202560 7128 0 0 0 595 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321417448080 140321798585351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10821732 memory=3029468 CPUtime=2.15 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 7954 0 0 0 211 4 0 0 20 0 17 0 96952321 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320850080832 140321813894869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 96952322 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96952322 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10821732 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10821732 memory=28356 CPUtime=1.81 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 15240 0 0 0 179 2 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10821732 memory=3164868 CPUtime=2.04 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 14063 0 0 0 203 1 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10821732 memory=4140 CPUtime=0.5 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 6643 0 0 0 49 1 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10821732 memory=5700 CPUtime=1.72 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 2720 0 0 0 75 97 0 0 20 0 17 0 96952325 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13178] ppid=13060 vsize=10821732 memory=3413520 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13178/stat : 13178 (java) S 13060 13063 6758 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 97202349 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320839553776 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13179] ppid=13060 vsize=10821732 memory=3302928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13179/stat : 13179 (java) S 13060 13063 6758 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 97202350 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320838501856 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 2527.81 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3577616 KiB

Sending SIGKILL to process tree (bottom up)

[startup+2502.33 s]
# the end of solver process 13063 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2524.73 s, system=3.14735 s

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

[startup+2502.3 s]
/proc/loadavg: 1.08 1.03 1.05 5/196 13180
/proc/meminfo: memFree=23700552/32770624 swapFree=67108860/67108860
[pid=13063] ppid=13060 vsize=10821732 memory=3577616 CPUtime=2527.81 cores=1,3,5,7
/proc/13063/stat : 13063 (java) S 13060 13063 6758 0 -1 1077944320 199072 0 0 0 252468 313 0 0 20 0 17 0 96952319 11081453568 894404 33554432000 4194304 4196468 140729044378608 140729044361152 140321813884663 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
/proc/13063/statm: 2705433 894404 3172 1 0 2693827 0
[pid=13063/tid=13065] ppid=13060 vsize=10821732 memory=3025372 CPUtime=2494 cores=1,3,5,7
/proc/13063/task/13065/stat : 13065 (java) S 13060 13063 6758 0 -1 1077944384 124869 0 0 0 249366 34 0 0 20 0 17 0 96952319 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321818126256 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13066] ppid=13060 vsize=10821732 memory=3031516 CPUtime=6.39 cores=1,3,5,7
/proc/13063/task/13066/stat : 13066 (java) R 13060 13063 6758 0 -1 4202560 6774 0 0 0 598 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321750575576 140321798585347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13067] ppid=13060 vsize=10821732 memory=3528208 CPUtime=6.41 cores=1,3,5,7
/proc/13063/task/13067/stat : 13067 (java) R 13060 13063 6758 0 -1 4202560 4535 0 0 0 600 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321419553168 140321798342048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13068] ppid=13060 vsize=10821732 memory=3528208 CPUtime=6.33 cores=1,3,5,7
/proc/13063/task/13068/stat : 13068 (java) R 13060 13063 6758 0 -1 4202560 7309 0 0 0 591 42 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321418500512 140321798585296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13069] ppid=13060 vsize=10821732 memory=3033564 CPUtime=6.36 cores=1,3,5,7
/proc/13063/task/13069/stat : 13069 (java) R 13060 13063 6758 0 -1 4202560 7128 0 0 0 595 41 0 0 20 0 17 0 96952320 11081453568 894404 33554432000 4194304 4196468 140729044378608 140321417448080 140321798585351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13070] ppid=13060 vsize=10821732 memory=3029468 CPUtime=2.15 cores=1,3,5,7
/proc/13063/task/13070/stat : 13070 (java) S 13060 13063 6758 0 -1 1077944384 7954 0 0 0 211 4 0 0 20 0 17 0 96952321 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320850080832 140321813894869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13071] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13071/stat : 13071 (java) S 13060 13063 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 96952322 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320849028512 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13072] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13072/stat : 13072 (java) S 13060 13063 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 96952322 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320847975920 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13073] ppid=13060 vsize=10821732 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13073/stat : 13073 (java) S 13060 13063 6758 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320846924496 140321813903259 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13074] ppid=13060 vsize=10821732 memory=28356 CPUtime=1.81 cores=1,3,5,7
/proc/13063/task/13074/stat : 13074 (java) S 13060 13063 6758 0 -1 1077944384 15240 0 0 0 179 2 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320845871088 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13075] ppid=13060 vsize=10821732 memory=3164868 CPUtime=2.04 cores=1,3,5,7
/proc/13063/task/13075/stat : 13075 (java) S 13060 13063 6758 0 -1 1077944384 14063 0 0 0 203 1 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320844818544 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13076] ppid=13060 vsize=10821732 memory=4140 CPUtime=0.5 cores=1,3,5,7
/proc/13063/task/13076/stat : 13076 (java) S 13060 13063 6758 0 -1 1077944384 6643 0 0 0 49 1 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320843766000 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13077] ppid=13060 vsize=10821732 memory=3031516 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13077/stat : 13077 (java) S 13060 13063 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 96952324 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320842713696 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13078] ppid=13060 vsize=10821732 memory=5700 CPUtime=1.72 cores=1,3,5,7
/proc/13063/task/13078/stat : 13078 (java) S 13060 13063 6758 0 -1 1077944384 2720 0 0 0 75 97 0 0 20 0 17 0 96952325 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320841661232 140321813895810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13178] ppid=13060 vsize=10821732 memory=3413520 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13178/stat : 13178 (java) S 13060 13063 6758 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 97202349 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320839553776 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
[pid=13063/tid=13179] ppid=13060 vsize=10821732 memory=3302928 CPUtime=0 cores=1,3,5,7
/proc/13063/task/13179/stat : 13179 (java) S 13060 13063 6758 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 97202350 11081453568 894404 33554432000 4194304 4196468 140729044378608 140320838501856 140321813894869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15249408 140729044382854 140729044383007 140729044383007 140729044385743 0
Current children cumulated CPU time: 2527.81 s
Current children cumulated vsize: 10821732 KiB
Current children cumulated memory: 3577616 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2502.33
CPU time (s): 2527.87
CPU user time (s): 2524.73
CPU system time (s): 3.14735
CPU usage (%): 101.021
Max. virtual memory (cumulated for all children) (KiB): 10821732
Max. memory (cumulated for all children) (KiB): 3577616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2524.73
system time used= 3.14735
maximum resident set size= 3578008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56987
involuntary context switches= 1422


# summary of solver processes directly reported to runsolver:
#   pid: 13063
#   total CPU time (s): 2527.87
#   total CPU user time (s): 2524.73
#   total CPU system time (s): 3.14735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.314 second user time and 24.2491 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 17:24:13
IDJOB=4263730
IDBENCH=140512
IDSOLVER=2651
FILE ID=node150/4263730-1502638712
RUNJOBID= node150-1502620602-10435
PBS_JOBID= 20628304
Free space on /tmp= 61636 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-pb-20-20-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263730-1502638712/watcher-4263730-1502638712 -o /tmp/evaluation-result-4263730-1502638712/solver-4263730-1502638712 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10435 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263730-1502638712.xml

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

MD5SUM BENCH= fba97587c84e09253678fbe4a2f6ebc1
RANDOM SEED=359123725

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27260708 kB
MemAvailable:   31981024 kB
Buffers:          240360 kB
Cached:          4757252 kB
SwapCached:            0 kB
Active:           657548 kB
Inactive:        4393328 kB
Active(anon):      55984 kB
Inactive(anon):    25068 kB
Active(file):     601564 kB
Inactive(file):  4368260 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:         58580 kB
Mapped:            43852 kB
Shmem:             25224 kB
Slab:             159092 kB
SReclaimable:     132652 kB
SUnreclaim:        26440 kB
KernelStack:        3216 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323988 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61636 MiB
End job on node150 at 2017-08-13 18:05:56