Trace number 4244016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.18 2377.2

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-14.xml
MD5SUM1e3f519c957d5cb55b89b746c42a86fa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark111.493
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints147
Number of domains2
Minimum domain size14
Maximum domain size91
Distribution of domain sizes[{"size":14,"count":196},{"size":91,"count":91}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":98},{"degree":4,"count":189}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":7},{"arity":3,"count":91},{"arity":7,"count":13},{"arity":14,"count":14},{"arity":26,"count":7},{"arity":28,"count":7},{"arity":91,"count":1}]
Number of extensional constraints91
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":91},{"type":"intension","count":14},{"type":"allDifferent","count":15},{"type":"count","count":13},{"type":"cardinality","count":14}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


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-4244016-1500679132/watcher-4244016-1500679132 -o /tmp/evaluation-result-4244016-1500679132/solver-4244016-1500679132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500679132-15153 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244016-1500679132.xml 

pid=15174
running on 8 cores: 0,2,4,6,8,10,12,14

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: 1.77 1.96 2.11 4/242 15177
/proc/meminfo: memFree=32007088/32770624 swapFree=5628/214292
[pid=15177] ppid=15174 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 2163 0 0 0 0 0 0 0 20 0 2 0 3180188 8550137856 2376 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2087436 2442 1197 1 0 2076347 0
[pid=15177/tid=15178] ppid=15174 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 916 0 0 0 0 0 0 0 20 0 2 0 3180189 8550137856 2442 33554432000 4194304 4196468 140734117522368 140692879268256 140692867267557 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) R 15174 15177 15122 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 3 0 3180190 8551190528 2442 33554432000 4194304 4196468 140734117522368 140692879268256 140692867766017 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0

[startup+0.100113 s]
/proc/loadavg: 1.77 1.96 2.11 4/242 15177
/proc/meminfo: memFree=32007088/32770624 swapFree=5628/214292
[pid=15177] ppid=15174 vsize=10833892 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 4527 0 0 0 8 1 0 0 20 0 19 0 3180188 11093905408 5646 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2708473 5646 2579 1 0 2696911 0
[pid=15177/tid=15178] ppid=15174 vsize=10833892 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) D 15174 15177 15122 0 -1 1077944384 2634 0 0 0 7 1 0 0 20 0 19 0 3180189 11093905408 5646 33554432000 4194304 4196468 140734117522368 140692879263552 140692875050045 0 4 0 16800975 18446744072101715492 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10833892 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 3180190 11093905408 5646 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10833892

[startup+0.200524 s]
/proc/loadavg: 1.77 1.96 2.11 4/242 15177
/proc/meminfo: memFree=32007088/32770624 swapFree=5628/214292
[pid=15177] ppid=15174 vsize=10900556 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 6872 0 0 0 22 2 0 0 20 0 20 0 3180188 11162169344 7705 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2725139 7705 2829 1 0 2713552 0
[pid=15177/tid=15178] ppid=15174 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 4556 0 0 0 16 1 0 0 20 0 20 0 3180189 11162169344 7705 33554432000 4194304 4196468 140734117522368 140692879258320 140692859106654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3180190 11162169344 7705 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.300358 s]
/proc/loadavg: 1.77 1.96 2.11 4/242 15177
/proc/meminfo: memFree=32007088/32770624 swapFree=5628/214292
[pid=15177] ppid=15174 vsize=10900556 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 8045 0 0 0 37 2 0 0 20 0 20 0 3180188 11162169344 9910 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2725139 9910 2913 1 0 2713552 0
[pid=15177/tid=15178] ppid=15174 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 5209 0 0 0 26 1 0 0 20 0 20 0 3180189 11162169344 9910 33554432000 4194304 4196468 140734117522368 140692879251952 140692475216422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3180190 11162169344 9910 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 10900556

[startup+0.700361 s]
/proc/loadavg: 1.77 1.96 2.11 4/242 15177
/proc/meminfo: memFree=32007088/32770624 swapFree=5628/214292
[pid=15177] ppid=15174 vsize=10900632 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 13506 0 0 0 173 7 0 0 20 0 20 0 3180188 11162247168 38719 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2725158 38719 3093 1 0 2713552 0
[pid=15177/tid=15178] ppid=15174 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 5926 0 0 0 63 4 0 0 20 0 20 0 3180189 11162247168 38719 33554432000 4194304 4196468 140734117522368 140692879253640 140692478168128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3180190 11162247168 38719 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10900632

[startup+1.50086 s]
/proc/loadavg: 1.77 1.96 2.11 10/284 15222
/proc/meminfo: memFree=31359908/32770624 swapFree=5932/214488
[pid=15177] ppid=15174 vsize=10900632 CPUtime=4.81 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 21122 0 0 0 448 33 0 0 20 0 20 0 3180188 11162247168 78407 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2725158 78407 3134 1 0 2713552 0
[pid=15177/tid=15178] ppid=15174 vsize=10900632 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 5966 0 0 0 131 5 0 0 20 0 20 0 3180189 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692879262552 140692478985019 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 67 0 0 0 4 2 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 76 0 0 0 4 3 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 76 0 0 0 4 3 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 78 0 0 0 5 3 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 70 0 0 0 5 2 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15185/stat : 15185 (java) S 15174 15177 15122 0 -1 1077944384 25 0 0 0 3 1 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692795837072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15186] ppid=15174 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15186/stat : 15186 (java) S 15174 15177 15122 0 -1 1077944384 67 0 0 0 4 3 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692475078928 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15187] ppid=15174 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15187/stat : 15187 (java) S 15174 15177 15122 0 -1 1077944384 69 0 0 0 3 2 0 0 20 0 20 0 3180190 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692474026384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15203] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15203/stat : 15203 (java) S 15174 15177 15122 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3180192 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692350003952 140692875037314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15204] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15204/stat : 15204 (java) S 15174 15177 15122 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3180193 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692348950176 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15205] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15205/stat : 15205 (java) S 15174 15177 15122 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3180193 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692347897072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15209] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15209/stat : 15209 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3180197 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692346845648 140692875044763 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15210] ppid=15174 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15210/stat : 15210 (java) S 15174 15177 15122 0 -1 1077944384 3824 0 0 0 83 1 0 0 20 0 20 0 3180197 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692345792752 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15211] ppid=15174 vsize=10900632 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15211/stat : 15211 (java) S 15174 15177 15122 0 -1 1077944384 4636 0 0 0 86 0 0 0 20 0 20 0 3180197 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692344740208 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15212] ppid=15174 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15212/stat : 15212 (java) S 15174 15177 15122 0 -1 1077944384 3325 0 0 0 82 1 0 0 20 0 20 0 3180198 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692343687152 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15213] ppid=15174 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15213/stat : 15213 (java) S 15174 15177 15122 0 -1 1077944384 1390 0 0 0 27 0 0 0 20 0 20 0 3180198 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692342634608 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15214] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15214/stat : 15214 (java) S 15174 15177 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3180198 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692341582816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15215] ppid=15174 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3180199 11162247168 78407 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 10900632

[startup+3.10091 s]
/proc/loadavg: 1.77 1.96 2.11 6/285 15223
/proc/meminfo: memFree=30765008/32770624 swapFree=5932/214468
[pid=15177] ppid=15174 vsize=10967196 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 29971 0 0 0 917 65 0 0 20 0 21 0 3180188 11230408704 119971 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2741799 119971 3152 1 0 2730193 0
[pid=15177/tid=15178] ppid=15174 vsize=10967196 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 6316 0 0 0 275 6 0 0 20 0 21 0 3180189 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692879264824 140692480048951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10967196 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 131 0 0 0 12 6 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 131 0 0 0 11 5 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=10967196 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 138 0 0 0 11 7 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 179 0 0 0 14 8 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 135 0 0 0 15 6 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15185/stat : 15185 (java) S 15174 15177 15122 0 -1 1077944384 77 0 0 0 10 5 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692795837072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15186] ppid=15174 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15186/stat : 15186 (java) S 15174 15177 15122 0 -1 1077944384 112 0 0 0 10 4 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692475078928 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15187] ppid=15174 vsize=10967196 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15187/stat : 15187 (java) S 15174 15177 15122 0 -1 1077944384 154 0 0 0 12 7 0 0 20 0 21 0 3180190 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692474026384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15203] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15203/stat : 15203 (java) S 15174 15177 15122 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 21 0 3180192 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692350003952 140692875037314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15204] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15204/stat : 15204 (java) S 15174 15177 15122 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3180193 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692348950240 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15205] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15205/stat : 15205 (java) S 15174 15177 15122 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3180193 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692347897088 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15209] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15209/stat : 15209 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3180197 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692346845648 140692875044763 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15210] ppid=15174 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15210/stat : 15210 (java) S 15174 15177 15122 0 -1 1077944384 4523 0 0 0 160 1 0 0 20 0 21 0 3180197 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692345792752 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15211] ppid=15174 vsize=10967196 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15211/stat : 15211 (java) S 15174 15177 15122 0 -1 1077944384 7093 0 0 0 169 0 0 0 20 0 21 0 3180197 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692344740208 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15212] ppid=15174 vsize=10967196 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15212/stat : 15212 (java) S 15174 15177 15122 0 -1 1077944384 7221 0 0 0 168 1 0 0 20 0 21 0 3180198 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692343687152 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15213] ppid=15174 vsize=10967196 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15213/stat : 15213 (java) S 15174 15177 15122 0 -1 1077944384 2150 0 0 0 44 1 0 0 20 0 21 0 3180198 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692342634608 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15214] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15214/stat : 15214 (java) S 15174 15177 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3180198 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692341582816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15215] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 3180199 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15223] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15223/stat : 15223 (java) S 15174 15177 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3180405 11230408704 119971 33554432000 4194304 4196468 140734117522368 140692339475632 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 9.82
Current children cumulated vsize (KiB) 10967196

[startup+6.30093 s]
/proc/loadavg: 1.71 1.95 2.11 10/285 15223
/proc/meminfo: memFree=29817496/32770624 swapFree=5932/214484
[pid=15177] ppid=15174 vsize=10967196 CPUtime=13.37 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 32196 0 0 0 1272 65 0 0 20 0 21 0 3180188 11230408704 118006 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2741799 118006 3153 1 0 2730193 0
[pid=15177/tid=15178] ppid=15174 vsize=10967196 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 6500 0 0 0 595 6 0 0 20 0 21 0 3180189 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692879262888 140692479795810 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10967196 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 131 0 0 0 12 6 0 0 20 0 21 0 3180190 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 131 0 0 0 11 5 0 0 20 0 21 0 3180190 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=10967196 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 138 0 0 0 11 7 0 0 20 0 21 0 3180190 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=10967196 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 179 0 0 0 14 8 0 0 20 0 21 0 3180190 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 135 0 0 0 15 6 0 0 20 0 21 0 3180190 11230408704 118006 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14

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

/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 2679 0 0 0 66 58 0 0 20 0 21 0 3180199 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15223] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15223/stat : 15223 (java) S 15174 15177 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3180405 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692339475632 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 2345.43
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2376.9 s]
/proc/loadavg: 2.01 2.05 2.11 3/286 15387
/proc/meminfo: memFree=28015780/32770624 swapFree=5932/216660
[pid=15177] ppid=15174 vsize=10967196 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 116744 0 0 0 239127 875 0 0 20 0 21 0 3180188 11230408704 637396 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2741799 637396 3170 1 0 2730193 0
[pid=15177/tid=15178] ppid=15174 vsize=10967196 CPUtime=2372.72 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) R 15174 15177 15122 0 -1 4202560 58609 0 0 0 237253 19 0 0 20 0 21 0 3180189 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692879265120 140692480081964 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=10967196 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 2005 0 0 0 144 102 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=10967196 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 2059 0 0 0 147 98 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=10967196 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 2347 0 0 0 146 100 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=10967196 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 2045 0 0 0 149 102 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=10967196 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 2224 0 0 0 148 101 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=10967196 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15185/stat : 15185 (java) S 15174 15177 15122 0 -1 1077944384 2465 0 0 0 146 95 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692795837072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15186] ppid=15174 vsize=10967196 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15186/stat : 15186 (java) S 15174 15177 15122 0 -1 1077944384 2657 0 0 0 146 96 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692475078928 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15187] ppid=15174 vsize=10967196 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15187/stat : 15187 (java) S 15174 15177 15122 0 -1 1077944384 1855 0 0 0 146 97 0 0 20 0 21 0 3180190 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692474026384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15203] ppid=15174 vsize=10967196 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15203/stat : 15203 (java) S 15174 15177 15122 0 -1 1077944384 8657 0 0 0 31 3 0 0 20 0 21 0 3180192 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692350003952 140692875037314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15204] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15204/stat : 15204 (java) S 15174 15177 15122 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 3180193 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692348950240 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15205] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15205/stat : 15205 (java) S 15174 15177 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 3180193 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692347897088 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15209] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15209/stat : 15209 (java) S 15174 15177 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3180197 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692346845648 140692875044763 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15210] ppid=15174 vsize=10967196 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15210/stat : 15210 (java) S 15174 15177 15122 0 -1 1077944384 6374 0 0 0 171 1 0 0 20 0 21 0 3180197 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692345792752 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15211] ppid=15174 vsize=10967196 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15211/stat : 15211 (java) S 15174 15177 15122 0 -1 1077944384 9796 0 0 0 191 1 0 0 20 0 21 0 3180197 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692344740208 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15212] ppid=15174 vsize=10967196 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15212/stat : 15212 (java) S 15174 15177 15122 0 -1 1077944384 8053 0 0 0 177 3 0 0 20 0 21 0 3180198 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692343687152 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15213] ppid=15174 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15213/stat : 15213 (java) S 15174 15177 15122 0 -1 1077944384 3475 0 0 0 46 2 0 0 20 0 21 0 3180198 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692342634608 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15214] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15214/stat : 15214 (java) S 15174 15177 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3180198 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692341582816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15215] ppid=15174 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 2710 0 0 0 67 59 0 0 20 0 21 0 3180199 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15223] ppid=15174 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15223/stat : 15223 (java) S 15174 15177 15122 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3180405 11230408704 637396 33554432000 4194304 4196468 140734117522368 140692339475632 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10967196

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15177 sig 9
??? kill -15177 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2377.01 s]
/proc/loadavg: 2.01 2.05 2.11 3/286 15387
/proc/meminfo: memFree=28015780/32770624 swapFree=5932/216660
[pid=15177] ppid=15174 vsize=11166888 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 117130 0 0 0 239129 875 0 0 20 0 22 0 3180188 11434893312 637453 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2791722 637453 3173 1 0 2780116 0
[pid=15177/tid=15178] ppid=15174 vsize=11166888 CPUtime=2372.73 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) S 15174 15177 15122 0 -1 1077944384 58644 0 0 0 237254 19 0 0 20 0 22 0 3180189 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692879269040 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=11166888 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 2005 0 0 0 144 102 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=11166888 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 2059 0 0 0 147 98 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=11166888 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 2347 0 0 0 146 100 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=11166888 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 2045 0 0 0 149 102 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=11166888 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 2224 0 0 0 148 101 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=11166888 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15185/stat : 15185 (java) S 15174 15177 15122 0 -1 1077944384 2465 0 0 0 146 95 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692795837072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15186] ppid=15174 vsize=11166888 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15186/stat : 15186 (java) S 15174 15177 15122 0 -1 1077944384 2657 0 0 0 146 96 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692475078928 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15187] ppid=15174 vsize=11166888 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15187/stat : 15187 (java) S 15174 15177 15122 0 -1 1077944384 1855 0 0 0 146 97 0 0 20 0 22 0 3180190 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692474026384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15203] ppid=15174 vsize=11166888 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15203/stat : 15203 (java) S 15174 15177 15122 0 -1 1077944384 8657 0 0 0 31 3 0 0 20 0 22 0 3180192 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692350003952 140692875037314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15204] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15204/stat : 15204 (java) S 15174 15177 15122 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 3180193 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692348950240 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15205] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15205/stat : 15205 (java) S 15174 15177 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 3180193 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692347897088 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15209] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15209/stat : 15209 (java) S 15174 15177 15122 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 22 0 3180197 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692346845648 140692875044763 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15210] ppid=15174 vsize=11166888 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15210/stat : 15210 (java) S 15174 15177 15122 0 -1 1077944384 6374 0 0 0 171 1 0 0 20 0 22 0 3180197 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692345792752 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15211] ppid=15174 vsize=11166888 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15211/stat : 15211 (java) S 15174 15177 15122 0 -1 1077944384 9796 0 0 0 191 1 0 0 20 0 22 0 3180197 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692344740208 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15212] ppid=15174 vsize=11166888 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15212/stat : 15212 (java) S 15174 15177 15122 0 -1 1077944384 8053 0 0 0 177 3 0 0 20 0 22 0 3180198 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692343687152 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15213] ppid=15174 vsize=11166888 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15213/stat : 15213 (java) S 15174 15177 15122 0 -1 1077944384 3523 0 0 0 46 2 0 0 20 0 22 0 3180198 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692342634608 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15214] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15214/stat : 15214 (java) S 15174 15177 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3180198 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692341582816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15215] ppid=15174 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 2710 0 0 0 67 59 0 0 20 0 22 0 3180199 11434893312 637453 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 11166888

[startup+2377.1 s]
/proc/loadavg: 2.01 2.05 2.11 2/287 15390
/proc/meminfo: memFree=28015532/32770624 swapFree=5932/216656
[pid=15177] ppid=15174 vsize=11166888 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/15177/stat : 15177 (java) S 15174 15177 15122 0 -1 1077944320 117387 0 0 0 239130 875 0 0 20 0 22 0 3180188 11434893312 637477 33554432000 4194304 4196468 140734117522368 140734117504912 140692875026167 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
/proc/15177/statm: 2791722 637477 3173 1 0 2780116 0
[pid=15177/tid=15178] ppid=15174 vsize=11166888 CPUtime=2372.73 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15178/stat : 15178 (java) S 15174 15177 15122 0 -1 1077944384 58644 0 0 0 237254 19 0 0 20 0 22 0 3180189 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692879269040 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15179] ppid=15174 vsize=11166888 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15179/stat : 15179 (java) S 15174 15177 15122 0 -1 1077944384 2005 0 0 0 144 102 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692801100816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15180] ppid=15174 vsize=11166888 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15180/stat : 15180 (java) S 15174 15177 15122 0 -1 1077944384 2059 0 0 0 147 98 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692800048272 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15181] ppid=15174 vsize=11166888 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15181/stat : 15181 (java) S 15174 15177 15122 0 -1 1077944384 2347 0 0 0 146 100 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692798995216 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15183] ppid=15174 vsize=11166888 CPUtime=2.51 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15183/stat : 15183 (java) S 15174 15177 15122 0 -1 1077944384 2045 0 0 0 149 102 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692797942672 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15184] ppid=15174 vsize=11166888 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15184/stat : 15184 (java) S 15174 15177 15122 0 -1 1077944384 2224 0 0 0 148 101 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692796889616 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15185] ppid=15174 vsize=11166888 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15185/stat : 15185 (java) S 15174 15177 15122 0 -1 1077944384 2465 0 0 0 146 95 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692795837072 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15186] ppid=15174 vsize=11166888 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15186/stat : 15186 (java) S 15174 15177 15122 0 -1 1077944384 2657 0 0 0 146 96 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692475078928 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15187] ppid=15174 vsize=11166888 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15187/stat : 15187 (java) S 15174 15177 15122 0 -1 1077944384 1855 0 0 0 146 97 0 0 20 0 22 0 3180190 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692474026384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15203] ppid=15174 vsize=11166888 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15203/stat : 15203 (java) S 15174 15177 15122 0 -1 1077944384 8670 0 0 0 31 3 0 0 20 0 22 0 3180192 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692350003952 140692875037314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15204] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15204/stat : 15204 (java) S 15174 15177 15122 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 3180193 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692348950240 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15205] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15205/stat : 15205 (java) S 15174 15177 15122 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 3180193 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692347897088 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15209] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15209/stat : 15209 (java) S 15174 15177 15122 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 22 0 3180197 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692346845648 140692875044763 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15210] ppid=15174 vsize=11166888 CPUtime=1.72 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15210/stat : 15210 (java) S 15174 15177 15122 0 -1 1077944384 6395 0 0 0 171 1 0 0 20 0 22 0 3180197 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692345792752 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15211] ppid=15174 vsize=11166888 CPUtime=1.92 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15211/stat : 15211 (java) S 15174 15177 15122 0 -1 1077944384 9827 0 0 0 191 1 0 0 20 0 22 0 3180197 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692344740208 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15212] ppid=15174 vsize=11166888 CPUtime=1.8 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15212/stat : 15212 (java) S 15174 15177 15122 0 -1 1077944384 8112 0 0 0 177 3 0 0 20 0 22 0 3180198 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692343687152 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15213] ppid=15174 vsize=11166888 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15213/stat : 15213 (java) S 15174 15177 15122 0 -1 1077944384 3585 0 0 0 46 2 0 0 20 0 22 0 3180198 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692342634608 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15214] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15214/stat : 15214 (java) S 15174 15177 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3180198 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692341582816 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15215] ppid=15174 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15215/stat : 15215 (java) S 15174 15177 15122 0 -1 1077944384 2710 0 0 0 67 59 0 0 20 0 22 0 3180199 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692340530352 140692875037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15388] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15388/stat : 15388 (java) S 15174 15177 15122 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 22 0 3417879 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692338422384 140692875036373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
[pid=15177/tid=15389] ppid=15174 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15177/task/15389/stat : 15389 (java) R 15174 15177 15122 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 22 0 3417879 11434893312 637477 33554432000 4194304 4196468 140734117522368 140692337366392 140692475375095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7606272 140734117528747 140734117528900 140734117528900 140734117531599 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2377.2
CPU time (s): 2400.18
CPU user time (s): 2391.41
CPU system time (s): 8.77425
CPU usage (%): 100.967
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.41
system time used= 8.77425
maximum resident set size= 2550172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117672
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55553
involuntary context switches= 122471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3379 second user time and 18.3305 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 01:18:52
IDJOB=4244016
IDBENCH=133923
IDSOLVER=2623
FILE ID=node135/4244016-1500679132
RUNJOBID= node135-1500679132-15153
PBS_JOBID= 20623034
Free space on /tmp= 61848 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-14.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244016-1500679132/watcher-4244016-1500679132 -o /tmp/evaluation-result-4244016-1500679132/solver-4244016-1500679132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500679132-15153 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244016-1500679132.xml

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

MD5SUM BENCH= 1e3f519c957d5cb55b89b746c42a86fa
RANDOM SEED=965981436

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.46
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32008892 kB
MemAvailable:   32029432 kB
Buffers:           53148 kB
Cached:           276744 kB
SwapCached:            0 kB
Active:           159436 kB
Inactive:         223220 kB
Active(anon):      55556 kB
Inactive(anon):     8604 kB
Active(file):     103880 kB
Inactive(file):   214616 kB
Unevictable:        5628 kB
Mlocked:            5628 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1544 kB
Writeback:             0 kB
AnonPages:         58844 kB
Mapped:            29668 kB
Shmem:              8872 kB
Slab:              68516 kB
SReclaimable:      35756 kB
SUnreclaim:        32760 kB
KernelStack:        4032 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308928 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61844 MiB
End job on node135 at 2017-07-22 01:58:29