Trace number 4243734

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
R1: sat4j-CSP 2017-07-05? (TO) 2407.99 2383.6299

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

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

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243734-1502079437/watcher-4243734-1502079437 -o /tmp/evaluation-result-4243734-1502079437/solver-4243734-1502079437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243734-1502079437.xml 

pid=25872
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.11 2/200 25875
/proc/meminfo: memFree=29436316/32770624 swapFree=0/355932
[pid=25875] ppid=25872 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25875/stat : 25875 (runsolver) D 25872 25875 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49854619 24240128 106 18446744073709551615 4194304 4338465 140735332051632 140735332049272 140220769379031 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14774272 140735332057223 140735332057673 140735332057673 140735332061130 0
/proc/25875/statm: 5918 106 53 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 2.08 2.03 2.11 2/200 25875
/proc/meminfo: memFree=29436316/32770624 swapFree=0/355932
[pid=25875] ppid=25872 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 4180 0 0 0 2 1 0 0 20 0 9 0 49854619 10395312128 5294 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2537918 5294 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200876 s]
/proc/loadavg: 2.08 2.03 2.11 2/200 25875
/proc/meminfo: memFree=29436316/32770624 swapFree=0/355932
[pid=25875] ppid=25872 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 4968 0 0 0 6 1 0 0 20 0 15 0 49854619 10804383744 6484 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637789 6484 2612 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300305 s]
/proc/loadavg: 2.08 2.03 2.11 2/200 25875
/proc/meminfo: memFree=29436316/32770624 swapFree=0/355932
[pid=25875] ppid=25872 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 8209 0 0 0 20 2 0 0 20 0 15 0 49854619 10804383744 8925 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637789 8925 2886 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700873 s]
/proc/loadavg: 2.08 2.03 2.11 2/200 25875
/proc/meminfo: memFree=29436316/32770624 swapFree=0/355932
[pid=25875] ppid=25872 vsize=10551232 CPUtime=1.42 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 13219 0 0 0 137 5 0 0 20 0 15 0 49854619 10804461568 23121 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637808 23121 3063 1 0 2627261 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 10551232

[startup+1.50068 s]
/proc/loadavg: 2.08 2.03 2.11 5/215 25890
/proc/meminfo: memFree=29246680/32770624 swapFree=0/355712
[pid=25875] ppid=25872 vsize=10551232 CPUtime=3.56 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 15111 0 0 0 343 13 0 0 20 0 15 0 49854619 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637808 85585 3112 1 0 2627261 0
[pid=25875/tid=25877] ppid=25872 vsize=10551232 CPUtime=1.28 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) R 25872 25875 12906 0 -1 4202560 7591 0 0 0 123 5 0 0 20 0 15 0 49854625 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485766904736 140485381144282 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) S 25872 25875 12906 0 -1 1077944384 101 0 0 0 4 1 0 0 20 0 15 0 49854626 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) S 25872 25875 12906 0 -1 1077944384 98 0 0 0 4 1 0 0 20 0 15 0 49854626 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485702654864 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10551232 CPUtime=0.05 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) S 25872 25875 12906 0 -1 1077944384 82 0 0 0 4 1 0 0 20 0 15 0 49854626 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485701602320 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10551232 CPUtime=0.04 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) S 25872 25875 12906 0 -1 1077944384 102 0 0 0 3 1 0 0 20 0 15 0 49854626 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485700549776 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 49854627 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485258397680 140485762681474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485255239888 140485762688923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10551232 CPUtime=0.83 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 2061 0 0 0 83 0 0 0 20 0 15 0 49854630 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10551232 CPUtime=0.8 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 1754 0 0 0 80 0 0 0 20 0 15 0 49854630 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485253134960 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 1881 0 0 0 38 0 0 0 20 0 15 0 49854630 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485252082416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 49854638 10804461568 85585 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 10551232

[startup+3.10073 s]
/proc/loadavg: 2.08 2.03 2.11 3/215 25890
/proc/meminfo: memFree=28966228/32770624 swapFree=0/355720
[pid=25875] ppid=25872 vsize=10551232 CPUtime=6.38 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 17369 0 0 0 595 43 0 0 20 0 15 0 49854619 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637808 205575 3114 1 0 2627261 0
[pid=25875/tid=25877] ppid=25872 vsize=10551232 CPUtime=2.57 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) R 25872 25875 12906 0 -1 4202560 8000 0 0 0 248 9 0 0 20 0 15 0 49854625 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485766904656 140485381468741 0 4 1 16800974 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) S 25872 25875 12906 0 -1 1077944384 317 0 0 0 27 8 0 0 20 0 15 0 49854626 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) S 25872 25875 12906 0 -1 1077944384 425 0 0 0 29 7 0 0 20 0 15 0 49854626 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485702654864 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) S 25872 25875 12906 0 -1 1077944384 331 0 0 0 27 7 0 0 20 0 15 0 49854626 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485701602320 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) S 25872 25875 12906 0 -1 1077944384 470 0 0 0 26 7 0 0 20 0 15 0 49854626 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485700549776 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 568 0 0 0 0 0 0 0 20 0 15 0 49854627 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485258397680 140485762681474 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485255239888 140485762688923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10551232 CPUtime=1.1 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 2237 0 0 0 110 0 0 0 20 0 15 0 49854630 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10551232 CPUtime=0.83 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 1754 0 0 0 83 0 0 0 20 0 15 0 49854630 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485253134960 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 1908 0 0 0 39 1 0 0 20 0 15 0 49854630 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485252082416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 49854638 10804461568 205575 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 10551232

[startup+6.30071 s]
/proc/loadavg: 2.23 2.06 2.12 3/215 25890
/proc/meminfo: memFree=27748900/32770624 swapFree=0/355720
[pid=25875] ppid=25872 vsize=10551232 CPUtime=14.15 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 26218 0 0 0 1330 85 0 0 20 0 15 0 49854619 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637808 424603 3129 1 0 2627261 0
[pid=25875/tid=25877] ppid=25872 vsize=10551232 CPUtime=4.04 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 9116 0 0 0 389 15 0 0 20 0 15 0 49854625 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485766904816 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10551232 CPUtime=1.86 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) S 25872 25875 12906 0 -1 1077944384 2005 0 0 0 169 17 0 0 20 0 15 0 49854626 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10551232 CPUtime=1.86 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) S 25872 25875 12906 0 -1 1077944384 2005 0 0 0 170 16 0 0 20 0 15 0 49854626 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485702654864 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10551232 CPUtime=1.85 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) S 25872 25875 12906 0 -1 1077944384 2234 0 0 0 168 17 0 0 20 0 15 0 49854626 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485701602320 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10551232 CPUtime=1.84 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) S 25872 25875 12906 0 -1 1077944384 2252 0 0 0 169 15 0 0 20 0 15 0 49854626 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485700549776 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) R 25872 25875 12906 0 -1 4202560 1344 0 0 0 22 0 0 0 20 0 15 0 49854627 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485258396224 140485747370945 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485255239888 140485762688923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10551232 CPUtime=1.12 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 2240 0 0 0 112 0 0 0 20 0 15 0 49854630 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10551232 CPUtime=0.88 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 1754 0 0 0 88 0 0 0 20 0 15 0 49854630 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485253134960 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 1909 0 0 0 39 1 0 0 20 0 15 0 49854630 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485252082416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 49854638 10804461568 424603 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.21 2.06 2.12 6/215 25890
/proc/meminfo: memFree=26673284/32770624 swapFree=0/355720
[pid=25875] ppid=25872 vsize=10551232 CPUtime=27.9 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 39650 0 0 0 2634 156 0 0 20 0 15 0 49854619 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2637808 692461 3130 1 0 2627261 0
[pid=25875/tid=25877] ppid=25872 vsize=10551232 CPUtime=6.78 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 11019 0 0 0 661 17 0 0 20 0 15 0 49854625 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485766904400 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10551232 CPUtime=4.32 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) S 25872 25875 12906 0 -1 1077944384 3682 0 0 0 398 34 0 0 20 0 15 0 49854626 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10551232 CPUtime=4.3 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) S 25872 25875 12906 0 -1 1077944384 3726 0 0 0 397 33 0 0 20 0 15 0 49854626 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485702654864 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10551232 CPUtime=4.26 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) S 25872 25875 12906 0 -1 1077944384 4758 0 0 0 393 33 0 0 20 0 15 0 49854626 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485701602320 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10551232 CPUtime=4.29 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) S 25872 25875 12906 0 -1 1077944384 4275 0 0 0 396 33 0 0 20 0 15 0 49854626 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485700549776 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) R 25872 25875 12906 0 -1 4202560 3953 0 0 0 140 0 0 0 20 0 15 0 49854627 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485258396112 140485747371352 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49854628 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49854630 10804461568 692461 18446744073709551615 4194304 4196468 140735814347760 140485255239888 140485762688923 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0

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


[startup+2382.3 s]
/proc/loadavg: 2.12 2.07 2.06 3/215 26114
/proc/meminfo: memFree=23455304/32770624 swapFree=0/356564
[pid=25875] ppid=25872 vsize=10617796 CPUtime=2402.82 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 229738 0 0 0 239984 298 0 0 20 0 16 0 49854619 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2654449 893092 3145 1 0 2643902 0
[pid=25875/tid=25877] ppid=25872 vsize=10617796 CPUtime=2375.26 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 176018 0 0 0 237485 41 0 0 20 0 16 0 49854625 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485766906480 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10617796 CPUtime=5.02 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) R 25872 25875 12906 0 -1 4202560 4138 0 0 0 458 44 0 0 20 0 16 0 49854626 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485747368113 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10617796 CPUtime=4.99 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) R 25872 25875 12906 0 -1 4202560 4514 0 0 0 455 44 0 0 20 0 16 0 49854626 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485702655064 140485747621514 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10617796 CPUtime=4.96 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) R 25872 25875 12906 0 -1 4202560 5705 0 0 0 452 44 0 0 20 0 16 0 49854626 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485701602208 140485747620983 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10617796 CPUtime=4.98 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) R 25872 25875 12906 0 -1 4202560 4815 0 0 0 456 42 0 0 20 0 16 0 49854626 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485700549976 140485747367966 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10617796 CPUtime=2.08 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 5733 0 0 0 204 4 0 0 20 0 16 0 49854627 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485258396000 140485762680533 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485255233488 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10617796 CPUtime=1.76 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 8826 0 0 0 174 2 0 0 20 0 16 0 49854630 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10617796 CPUtime=1.68 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 9717 0 0 0 167 1 0 0 20 0 16 0 49854630 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485253134720 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10617796 CPUtime=0.52 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 6747 0 0 0 50 2 0 0 20 0 16 0 49854630 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485252081248 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10617796 CPUtime=1.51 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 1982 0 0 0 65 86 0 0 20 0 16 0 49854638 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25891] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25891/stat : 25891 (java) S 25872 25875 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49856057 10872623104 893092 18446744073709551615 4194304 4196468 140735814347760 140485248922416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 2402.82
Current children cumulated vsize (KiB) 10617796

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25875
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25875 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+2382.4 s]
/proc/loadavg: 2.12 2.07 2.06 3/215 26114
/proc/meminfo: memFree=23455304/32770624 swapFree=0/356564
[pid=25875] ppid=25872 vsize=10617796 CPUtime=2403.22 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 229899 0 0 0 240024 298 0 0 20 0 16 0 49854619 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2654449 893120 3145 1 0 2643902 0
[pid=25875/tid=25877] ppid=25872 vsize=10617796 CPUtime=2375.26 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 176018 0 0 0 237485 41 0 0 20 0 16 0 49854625 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485766906480 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10617796 CPUtime=5.12 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) R 25872 25875 12906 0 -1 4202560 4138 0 0 0 468 44 0 0 20 0 16 0 49854626 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485744266875 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10617796 CPUtime=5.09 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) R 25872 25875 12906 0 -1 4202560 4514 0 0 0 465 44 0 0 20 0 16 0 49854626 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485702655064 140485755298535 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10617796 CPUtime=5.06 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) R 25872 25875 12906 0 -1 4202560 5795 0 0 0 462 44 0 0 20 0 16 0 49854626 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485701602208 140485744266983 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10617796 CPUtime=5.08 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) R 25872 25875 12906 0 -1 4202560 4888 0 0 0 466 42 0 0 20 0 16 0 49854626 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485700549976 140485747621799 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10617796 CPUtime=2.08 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 5733 0 0 0 204 4 0 0 20 0 16 0 49854627 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485258396000 140485762680533 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485255233488 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10617796 CPUtime=1.76 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 8826 0 0 0 174 2 0 0 20 0 16 0 49854630 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10617796 CPUtime=1.68 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 9717 0 0 0 167 1 0 0 20 0 16 0 49854630 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485253134720 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10617796 CPUtime=0.52 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 6747 0 0 0 50 2 0 0 20 0 16 0 49854630 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485252081248 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10617796 CPUtime=1.51 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 1982 0 0 0 65 86 0 0 20 0 16 0 49854638 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25891] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25891/stat : 25891 (java) S 25872 25875 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49856057 10872623104 893120 18446744073709551615 4194304 4196468 140735814347760 140485248922416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 2403.22
Current children cumulated vsize (KiB) 10617796

[startup+2383.2 s]
/proc/loadavg: 2.12 2.07 2.06 6/215 26114
/proc/meminfo: memFree=22955408/32770624 swapFree=0/356572
[pid=25875] ppid=25872 vsize=10617796 CPUtime=2406.32 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 233189 0 0 0 240331 301 0 0 20 0 16 0 49854619 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2654449 917476 3145 1 0 2643902 0
[pid=25875/tid=25877] ppid=25872 vsize=10617796 CPUtime=2375.26 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 176018 0 0 0 237485 41 0 0 20 0 16 0 49854625 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485766906480 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10617796 CPUtime=5.89 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) R 25872 25875 12906 0 -1 4202560 4164 0 0 0 545 44 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485703707408 140485747371018 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10617796 CPUtime=5.85 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) R 25872 25875 12906 0 -1 4202560 4538 0 0 0 541 44 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485702655064 140485747127786 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10617796 CPUtime=5.83 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) R 25872 25875 12906 0 -1 4202560 6085 0 0 0 538 45 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485701602520 140485747370931 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10617796 CPUtime=5.86 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) R 25872 25875 12906 0 -1 4202560 5121 0 0 0 543 43 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485700549776 140485747370804 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10617796 CPUtime=2.09 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 8448 0 0 0 205 4 0 0 20 0 16 0 49854627 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485258396224 140485762680533 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485255233488 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10617796 CPUtime=1.76 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 8826 0 0 0 174 2 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10617796 CPUtime=1.68 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 9717 0 0 0 167 1 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485253134720 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10617796 CPUtime=0.52 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 6747 0 0 0 50 2 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485252081248 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10617796 CPUtime=1.51 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 1982 0 0 0 65 86 0 0 20 0 16 0 49854638 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25891] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25891/stat : 25891 (java) S 25872 25875 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49856057 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485248922416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 2406.32
Current children cumulated vsize (KiB) 10617796

[startup+2383.6 s]
/proc/loadavg: 2.12 2.07 2.06 6/215 26114
/proc/meminfo: memFree=22955408/32770624 swapFree=0/356572
[pid=25875] ppid=25872 vsize=10617796 CPUtime=2407.92 cores=1,3,5,7
/proc/25875/stat : 25875 (java) S 25872 25875 12906 0 -1 1077944320 233205 0 0 0 240491 301 0 0 20 0 16 0 49854619 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140735814330304 140485762670327 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
/proc/25875/statm: 2654449 917476 3145 1 0 2643902 0
[pid=25875/tid=25877] ppid=25872 vsize=10617796 CPUtime=2375.26 cores=1,3,5,7
/proc/25875/task/25877/stat : 25877 (java) S 25872 25875 12906 0 -1 1077944384 176018 0 0 0 237485 41 0 0 20 0 16 0 49854625 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485766906480 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25878] ppid=25872 vsize=10617796 CPUtime=6.29 cores=1,3,5,7
/proc/25875/task/25878/stat : 25878 (java) R 25872 25875 12906 0 -1 4202560 4172 0 0 0 585 44 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485703707296 140485747371023 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25879] ppid=25872 vsize=10617796 CPUtime=6.25 cores=1,3,5,7
/proc/25875/task/25879/stat : 25879 (java) R 25872 25875 12906 0 -1 4202560 4539 0 0 0 581 44 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485702655064 140485747370912 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25880] ppid=25872 vsize=10617796 CPUtime=6.23 cores=1,3,5,7
/proc/25875/task/25880/stat : 25880 (java) R 25872 25875 12906 0 -1 4202560 6090 0 0 0 578 45 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485701602520 140485747370171 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25881] ppid=25872 vsize=10617796 CPUtime=6.26 cores=1,3,5,7
/proc/25875/task/25881/stat : 25881 (java) R 25872 25875 12906 0 -1 4202560 5123 0 0 0 583 43 0 0 20 0 16 0 49854626 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485700549976 140485747371015 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25882] ppid=25872 vsize=10617796 CPUtime=2.09 cores=1,3,5,7
/proc/25875/task/25882/stat : 25882 (java) S 25872 25875 12906 0 -1 1077944384 8448 0 0 0 205 4 0 0 20 0 16 0 49854627 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485258396224 140485762680533 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25883] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25883/stat : 25883 (java) S 25872 25875 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485257343904 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25884] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25884/stat : 25884 (java) S 25872 25875 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 49854628 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485256291312 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25885] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25885/stat : 25885 (java) S 25872 25875 12906 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485255233488 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25886] ppid=25872 vsize=10617796 CPUtime=1.76 cores=1,3,5,7
/proc/25875/task/25886/stat : 25886 (java) S 25872 25875 12906 0 -1 1077944384 8826 0 0 0 174 2 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485254187504 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25887] ppid=25872 vsize=10617796 CPUtime=1.68 cores=1,3,5,7
/proc/25875/task/25887/stat : 25887 (java) S 25872 25875 12906 0 -1 1077944384 9717 0 0 0 167 1 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485253134720 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25888] ppid=25872 vsize=10617796 CPUtime=0.52 cores=1,3,5,7
/proc/25875/task/25888/stat : 25888 (java) S 25872 25875 12906 0 -1 1077944384 6747 0 0 0 50 2 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485252081248 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25889] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25889/stat : 25889 (java) S 25872 25875 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 49854630 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485251030112 140485762680533 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25890] ppid=25872 vsize=10617796 CPUtime=1.51 cores=1,3,5,7
/proc/25875/task/25890/stat : 25890 (java) S 25872 25875 12906 0 -1 1077944384 1982 0 0 0 65 86 0 0 20 0 16 0 49854638 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485249976624 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
[pid=25875/tid=25891] ppid=25872 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/25875/task/25891/stat : 25891 (java) S 25872 25875 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 49856057 10872623104 917476 18446744073709551615 4194304 4196468 140735814347760 140485248922416 140485762681474 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7536640 140735814349237 140735814349390 140735814349390 140735814352847 0
Current children cumulated CPU time (s) 2407.92
Current children cumulated vsize (KiB) 10617796

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2383.63
CPU time (s): 2407.99
CPU user time (s): 2404.96
CPU system time (s): 3.02965
CPU usage (%): 101.022
Max. virtual memory (cumulated for all children) (KiB): 10617796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.96
system time used= 3.02965
maximum resident set size= 3670240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54285
involuntary context switches= 1152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94062 second user time and 20.0439 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 06:03:20
IDJOB=4243734
IDBENCH=140512
IDSOLVER=2623
FILE ID=node135/4243734-1502079437
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 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-4243734-1502079437/watcher-4243734-1502079437 -o /tmp/evaluation-result-4243734-1502079437/solver-4243734-1502079437 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243734-1502079437.xml

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

MD5SUM BENCH= fba97587c84e09253678fbe4a2f6ebc1
RANDOM SEED=589196463

node135.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.21
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.21
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.21
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.21
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:        29436356 kB
MemAvailable:   29870840 kB
Buffers:          215684 kB
Cached:           507224 kB
SwapCached:            0 kB
Active:          2518960 kB
Inactive:         380904 kB
Active(anon):    2177192 kB
Inactive(anon):    24972 kB
Active(file):     341768 kB
Inactive(file):   355932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       2176692 kB
Mapped:            51068 kB
Shmem:             25344 kB
Slab:             132124 kB
SReclaimable:     105236 kB
SUnreclaim:        26888 kB
KernelStack:        3520 kB
PageTables:         9068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3894096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2039808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 06:43:03