Trace number 4244211

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.21 2316.54

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-enddr1-9.xml
MD5SUM663436d48867ef848cc7f80c5423cb12
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 benchmark2.07445
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains48
Minimum domain size105
Maximum domain size122
Distribution of domain sizes[{"size":105,"count":10},{"size":108,"count":10},{"size":110,"count":10},{"size":112,"count":10},{"size":115,"count":10},{"size":116,"count":20},{"size":119,"count":10},{"size":121,"count":10},{"size":122,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

85.19/16.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
85.19/16.55	c This is free software under the dual EPL/GNU LGPL licenses.
85.19/16.55	c See www.sat4j.org for details.
85.19/16.55	c That software uses the Rhino library from the Mozilla project.
85.19/16.55	c version CUSTOM.v20170705
85.19/16.55	c java.runtime.name	Java(TM) SE Runtime Environment
85.19/16.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
85.19/16.55	c java.vm.version	25.131-b11
85.19/16.55	c java.vm.vendor	Oracle Corporation
85.19/16.55	c sun.arch.data.model	64
85.19/16.55	c java.version		1.8.0_131
85.19/16.55	c os.name		Linux
85.19/16.55	c os.version		3.10.0-514.16.1.el7.x86_64
85.19/16.55	c os.arch		amd64
85.19/16.55	c Free memory 		499604488
85.19/16.55	c Max memory 		7247757312
85.19/16.55	c Total memory 		504889344
85.19/16.55	c Number of processors 	8
85.19/16.55	c c --- Begin Solver configuration ---
85.19/16.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
85.19/16.55	c Learn all clauses as in MiniSAT
85.19/16.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
85.19/16.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
85.19/16.56	c No reason simplification
85.19/16.56	c Glucose 2.1 dynamic restart strategy
85.19/16.56	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
85.19/16.56	c timeout=2147483s
85.19/16.56	c DB Simplification allowed=false
85.19/16.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
85.19/16.56	c --- End Solver configuration ---
85.19/16.56	c constraints type 
85.19/16.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
85.19/16.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168168
85.19/16.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19896052
85.19/16.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 1690
85.19/16.56	c 20066110 constraints processed.
2400.01/2316.40	c starts		: 16286
2400.01/2316.40	c conflicts		: 2372024
2400.01/2316.40	c decisions		: 120627974
2400.01/2316.40	c propagations		: 1726081771
2400.01/2316.40	c inspects		: 30684639937
2400.01/2316.40	c shortcuts		: 0
2400.01/2316.40	c learnt literals	: 99
2400.01/2316.40	c learnt binary clauses	: 143903
2400.01/2316.40	c learnt ternary clauses	: 274363
2400.01/2316.40	c learnt constraints	: 2371925
2400.01/2316.40	c ignored constraints	: 0
2400.01/2316.40	c root simplifications	: 0
2400.01/2316.40	c removed literals (reason simplification)	: 0
2400.01/2316.40	c reason swapping (by a shorter reason)	: 0
2400.01/2316.40	c Calls to reduceDB	: 64
2400.01/2316.40	c Number of update (reduction) of LBD	: 1588704
2400.01/2316.40	c Imported unit clauses	: 0
2400.01/2316.40	c number of reductions to clauses (during analyze)	: 0
2400.01/2316.40	c number of learned constraints concerned by reduction	: 0
2400.01/2316.40	c number of learning phase by resolution	: 0
2400.01/2316.40	c number of learning phase by cutting planes	: 0
2400.01/2316.40	c number of rounding to 1 operations	: 0
2400.01/2316.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.01/2316.40	c number of reductions of the coefficients by power 2 	: 0
2400.01/2316.40	c number of right shift for reduction by power 2 	: 0
2400.01/2316.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.01/2316.41	c speed (assignments/second)	: 750529.7249608446
2400.01/2316.41	c non guided choices	10144527
2400.17/2316.52	c learnt constraints type 
2400.17/2316.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 143903
2400.17/2316.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 344461
2400.17/2316.52	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-4244211-1500681771/watcher-4244211-1500681771 -o /tmp/evaluation-result-4244211-1500681771/solver-4244211-1500681771 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500678186-10135 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244211-1500681771.xml 

pid=11272
running on 8 cores: 1,3,5,7,9,11,13,15

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: 10.57 12.23 9.21 3/265 11275
/proc/meminfo: memFree=31747300/32770624 swapFree=5852/242960
[pid=11275] ppid=11272 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 1975 0 0 0 0 0 0 0 20 0 2 0 3445743 8550137856 2244 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2087436 2244 1197 1 0 2076347 0
[pid=11275/tid=11276] ppid=11272 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 775 0 0 0 0 0 0 0 20 0 2 0 3445744 8550137856 2310 33554432000 4194304 4196468 140729211127040 140296060615072 140296048662432 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0

[startup+0.100153 s]
/proc/loadavg: 10.57 12.23 9.21 3/265 11275
/proc/meminfo: memFree=31747300/32770624 swapFree=5852/242960
[pid=11275] ppid=11272 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 4866 0 0 0 8 1 0 0 20 0 20 0 3445743 11162169344 5970 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725139 5970 2636 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 2952 0 0 0 7 1 0 0 20 0 20 0 3445744 11162169344 5970 33554432000 4194304 4196468 140729211127040 140296060615264 140296056394909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200484 s]
/proc/loadavg: 10.57 12.23 9.21 3/265 11275
/proc/meminfo: memFree=31747300/32770624 swapFree=5852/242960
[pid=11275] ppid=11272 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 7021 0 0 0 24 2 0 0 20 0 20 0 3445743 11162169344 8296 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725139 8296 2868 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 4675 0 0 0 16 1 0 0 20 0 20 0 3445744 11162169344 8296 33554432000 4194304 4196468 140729211127040 140296060594304 140296056394909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300339 s]
/proc/loadavg: 10.57 12.23 9.21 3/265 11275
/proc/meminfo: memFree=31747300/32770624 swapFree=5852/242960
[pid=11275] ppid=11272 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 8348 0 0 0 41 3 0 0 20 0 20 0 3445743 11162169344 10668 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725139 10668 2966 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 5274 0 0 0 26 2 0 0 20 0 20 0 3445744 11162169344 10668 33554432000 4194304 4196468 140729211127040 140296060601408 140296056384918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700367 s]
/proc/loadavg: 10.57 12.23 9.21 3/265 11275
/proc/meminfo: memFree=31747300/32770624 swapFree=5852/242960
[pid=11275] ppid=11272 vsize=10900632 CPUtime=1.74 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 12087 0 0 0 168 6 0 0 20 0 20 0 3445743 11162247168 41397 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725158 41397 3086 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 5915 0 0 0 64 4 0 0 20 0 20 0 3445744 11162247168 41397 33554432000 4194304 4196468 140729211127040 140296060610456 140295663611169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 10900632

[startup+1.501 s]
/proc/loadavg: 10.57 12.23 9.21 3/285 11295
/proc/meminfo: memFree=31432700/32770624 swapFree=5852/243020
[pid=11275] ppid=11272 vsize=10900632 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 13729 0 0 0 361 134 0 0 20 0 20 0 3445743 11162247168 132271 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725158 132271 3119 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900632 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) S 11272 11275 10103 0 -1 1077944384 6024 0 0 0 108 6 0 0 20 0 20 0 3445744 11162247168 132271 33554432000 4194304 4196468 140729211127040 140296060608656 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) R 11272 11275 10103 0 -1 4202560 141 0 0 0 20 13 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295982447264 140296041397038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) R 11272 11275 10103 0 -1 4202560 148 0 0 0 15 16 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295981395032 140296041400857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) R 11272 11275 10103 0 -1 4202560 147 0 0 0 16 14 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295980342488 140296041400857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) R 11272 11275 10103 0 -1 4202560 152 0 0 0 16 16 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295660367192 140296041400857 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=10900632 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) R 11272 11275 10103 0 -1 4202560 169 0 0 0 18 13 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295659313624 140296040821188 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) R 11272 11275 10103 0 -1 4202560 155 0 0 0 16 16 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295658261080 140296041400857 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) R 11272 11275 10103 0 -1 4202560 160 0 0 0 16 16 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295657208536 140296049472683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) R 11272 11275 10103 0 -1 4202560 147 0 0 0 15 15 0 0 20 0 20 0 3445745 11162247168 132271 33554432000 4194304 4196468 140729211127040 140295656155992 140296041397038 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) S 11272 11275 10103 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3445747 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295532131360 140296056383189 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295531079072 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295530026480 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11289/stat : 11289 (java) S 11272 11275 10103 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295528975056 140296056391579 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11290] ppid=11272 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11290/stat : 11290 (java) S 11272 11275 10103 0 -1 1077944384 1606 0 0 0 28 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295527921648 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11291] ppid=11272 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11291/stat : 11291 (java) S 11272 11275 10103 0 -1 1077944384 1057 0 0 0 27 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295526869104 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11292] ppid=11272 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11292/stat : 11292 (java) S 11272 11275 10103 0 -1 1077944384 899 0 0 0 26 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295525816560 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11293] ppid=11272 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 1474 0 0 0 35 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445752 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445753 11162247168 132783 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 10900632

[startup+3.10082 s]
/proc/loadavg: 10.57 12.23 9.21 10/285 11295
/proc/meminfo: memFree=31131888/32770624 swapFree=5852/243020
[pid=11275] ppid=11272 vsize=10900632 CPUtime=13.6 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 15274 0 0 0 1193 167 0 0 20 0 20 0 3445743 11162247168 156614 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725158 156614 3133 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900632 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 6126 0 0 0 133 6 0 0 20 0 20 0 3445744 11162247168 156614 33554432000 4194304 4196468 140729211127040 140296060605880 140295663173004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=10900632 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) S 11272 11275 10103 0 -1 1077944384 238 0 0 0 116 16 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295982447376 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=10900632 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) S 11272 11275 10103 0 -1 1077944384 205 0 0 0 110 20 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295981394832 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=10900632 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) S 11272 11275 10103 0 -1 1077944384 260 0 0 0 112 18 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295980342288 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=10900632 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) S 11272 11275 10103 0 -1 1077944384 219 0 0 0 111 21 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295660366992 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=10900632 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) S 11272 11275 10103 0 -1 1077944384 284 0 0 0 113 17 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295659313424 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=10900632 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) S 11272 11275 10103 0 -1 1077944384 403 0 0 0 111 21 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295658260880 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=10900632 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) S 11272 11275 10103 0 -1 1077944384 339 0 0 0 111 20 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295657208336 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=10900632 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) S 11272 11275 10103 0 -1 1077944384 221 0 0 0 108 19 0 0 20 0 20 0 3445745 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295656155792 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) S 11272 11275 10103 0 -1 1077944384 512 0 0 0 34 0 0 0 20 0 20 0 3445747 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295532132848 140296056384130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295531079136 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295530026480 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11289/stat : 11289 (java) S 11272 11275 10103 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295528975056 140296056391579 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11290] ppid=11272 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11290/stat : 11290 (java) S 11272 11275 10103 0 -1 1077944384 1612 0 0 0 30 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295527921648 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11291] ppid=11272 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11291/stat : 11291 (java) S 11272 11275 10103 0 -1 1077944384 1089 0 0 0 30 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295526869104 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11292] ppid=11272 vsize=10900632 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11292/stat : 11292 (java) R 11272 11275 10103 0 -1 4202560 902 0 0 0 30 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295525816856 140296039901728 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11293] ppid=11272 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 1498 0 0 0 37 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445752 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445753 11162247168 156614 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 13.6
Current children cumulated vsize (KiB) 10900632

[startup+6.30079 s]
/proc/loadavg: 10.36 12.16 9.21 10/285 11295
/proc/meminfo: memFree=30659272/32770624 swapFree=5852/243032
[pid=11275] ppid=11272 vsize=10900632 CPUtime=31.31 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 22482 0 0 0 2793 338 0 0 20 0 20 0 3445743 11162247168 274143 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2725158 274143 3136 1 0 2713552 0
[pid=11275/tid=11276] ppid=11272 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) S 11272 11275 10103 0 -1 1077944384 6711 0 0 0 178 7 0 0 20 0 20 0 3445744 11162247168 274143 33554432000 4194304 4196468 140729211127040 140296060608544 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=10900632 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) S 11272 11275 10103 0 -1 1077944384 568 0 0 0 304 37 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295982447376 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=10900632 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) S 11272 11275 10103 0 -1 1077944384 849 0 0 0 296 41 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295981394832 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=10900632 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) S 11272 11275 10103 0 -1 1077944384 573 0 0 0 297 40 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295980342288 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=10900632 CPUtime=3.42 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) S 11272 11275 10103 0 -1 1077944384 861 0 0 0 299 43 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295660366992 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=10900632 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) S 11272 11275 10103 0 -1 1077944384 535 0 0 0 299 40 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295659313424 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=10900632 CPUtime=3.38 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) S 11272 11275 10103 0 -1 1077944384 673 0 0 0 296 42 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295658260880 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=10900632 CPUtime=3.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) S 11272 11275 10103 0 -1 1077944384 584 0 0 0 299 40 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295657208336 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=10900632 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) S 11272 11275 10103 0 -1 1077944384 538 0 0 0 290 40 0 0 20 0 20 0 3445745 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295656155792 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=10900632 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) R 11272 11275 10103 0 -1 4202560 3740 0 0 0 97 0 0 0 20 0 20 0 3445747 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295532131280 140296040830614 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295531079136 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3445748 11162247168 274143 33554432000 4194304 4196468 140729211127040 140295530026480 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=11275/tid=11293] ppid=11272 vsize=10967196 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 4142 0 0 0 54 1 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=10967196 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 2383 0 0 0 63 72 0 0 20 0 21 0 3445753 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11296] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11296/stat : 11296 (java) S 11272 11275 10103 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3447402 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295521605040 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 2346.1
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2316.2 s]
/proc/loadavg: 1.07 1.06 1.85 2/257 11427
/proc/meminfo: memFree=28464008/32770624 swapFree=5852/244860
[pid=11275] ppid=11272 vsize=10967196 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 196699 0 0 0 238740 1260 0 0 20 0 21 0 3445743 11230408704 884525 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2741799 884525 3163 1 0 2730193 0
[pid=11275/tid=11276] ppid=11272 vsize=10967196 CPUtime=2300.66 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) R 11272 11275 10103 0 -1 4202560 129584 0 0 0 230042 24 0 0 20 0 21 0 3445744 11230408704 884525 33554432000 4194304 4196468 140729211127040 140296060611888 140295666173680 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=10967196 CPUtime=11.41 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) S 11272 11275 10103 0 -1 1077944384 5396 0 0 0 1011 130 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295982447376 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=10967196 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) S 11272 11275 10103 0 -1 1077944384 3491 0 0 0 981 150 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295981394832 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=10967196 CPUtime=11.29 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) S 11272 11275 10103 0 -1 1077944384 2914 0 0 0 978 151 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295980342288 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=10967196 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) S 11272 11275 10103 0 -1 1077944384 3420 0 0 0 986 153 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295660366992 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=10967196 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) S 11272 11275 10103 0 -1 1077944384 2523 0 0 0 981 150 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295659313424 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=10967196 CPUtime=11.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) S 11272 11275 10103 0 -1 1077944384 3917 0 0 0 994 138 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295658260880 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=10967196 CPUtime=11.22 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) S 11272 11275 10103 0 -1 1077944384 2980 0 0 0 968 154 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295657208336 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=10967196 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) S 11272 11275 10103 0 -1 1077944384 2712 0 0 0 996 127 0 0 20 0 21 0 3445745 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295656155792 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=10967196 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) S 11272 11275 10103 0 -1 1077944384 8785 0 0 0 262 3 0 0 20 0 21 0 3445747 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295532132848 140296056384130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3445748 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295531079136 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445748 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295530026496 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11289/stat : 11289 (java) S 11272 11275 10103 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295528975056 140296056391579 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11290] ppid=11272 vsize=10967196 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11290/stat : 11290 (java) S 11272 11275 10103 0 -1 1077944384 10460 0 0 0 153 2 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295527921648 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11291] ppid=11272 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11291/stat : 11291 (java) S 11272 11275 10103 0 -1 1077944384 6861 0 0 0 126 2 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295526869104 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11292] ppid=11272 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11292/stat : 11292 (java) S 11272 11275 10103 0 -1 1077944384 5626 0 0 0 128 2 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295525816560 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11293] ppid=11272 vsize=10967196 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 4147 0 0 0 54 1 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445752 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=10967196 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 2453 0 0 0 64 74 0 0 20 0 21 0 3445753 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11296] ppid=11272 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11296/stat : 11296 (java) S 11272 11275 10103 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3447402 11230408704 884525 33554432000 4194304 4196468 140729211127040 140295521605040 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 2400
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 11275 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2316.4 s]
/proc/loadavg: 1.07 1.06 1.85 2/257 11427
/proc/meminfo: memFree=28464008/32770624 swapFree=5852/244860
[pid=11275] ppid=11272 vsize=11166888 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 197584 0 0 0 238741 1260 0 0 20 0 22 0 3445743 11434893312 884600 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2791722 884600 3165 1 0 2780116 0
[pid=11275/tid=11276] ppid=11272 vsize=11166888 CPUtime=2300.67 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) S 11272 11275 10103 0 -1 1077944384 129671 0 0 0 230043 24 0 0 20 0 22 0 3445744 11434893312 884600 33554432000 4194304 4196468 140729211127040 140296060615856 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=11166888 CPUtime=11.41 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) S 11272 11275 10103 0 -1 1077944384 5396 0 0 0 1011 130 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295982447376 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=11166888 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) S 11272 11275 10103 0 -1 1077944384 3491 0 0 0 981 150 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295981394832 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=11166888 CPUtime=11.29 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) S 11272 11275 10103 0 -1 1077944384 2914 0 0 0 978 151 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295980342288 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=11166888 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) S 11272 11275 10103 0 -1 1077944384 3420 0 0 0 986 153 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295660366992 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=11166888 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) S 11272 11275 10103 0 -1 1077944384 2523 0 0 0 981 150 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295659313424 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=11166888 CPUtime=11.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) S 11272 11275 10103 0 -1 1077944384 3917 0 0 0 994 138 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295658260880 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=11166888 CPUtime=11.22 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) S 11272 11275 10103 0 -1 1077944384 2980 0 0 0 968 154 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295657208336 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=11166888 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) S 11272 11275 10103 0 -1 1077944384 2712 0 0 0 996 127 0 0 20 0 22 0 3445745 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295656155792 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=11166888 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) S 11272 11275 10103 0 -1 1077944384 8841 0 0 0 262 3 0 0 20 0 22 0 3445747 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295532132848 140296056384130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3445748 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295531079136 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 3445748 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295530026496 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11289/stat : 11289 (java) S 11272 11275 10103 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295528975056 140296056391579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11290] ppid=11272 vsize=11166888 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11290/stat : 11290 (java) S 11272 11275 10103 0 -1 1077944384 10462 0 0 0 153 2 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295527921648 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11291] ppid=11272 vsize=11166888 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11291/stat : 11291 (java) S 11272 11275 10103 0 -1 1077944384 6863 0 0 0 126 2 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295526869104 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11292] ppid=11272 vsize=11166888 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11292/stat : 11292 (java) S 11272 11275 10103 0 -1 1077944384 5628 0 0 0 128 2 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295525816560 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11293] ppid=11272 vsize=11166888 CPUtime=0.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 4231 0 0 0 54 1 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3445752 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=11166888 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 2453 0 0 0 64 74 0 0 20 0 22 0 3445753 11434893312 884600 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 11166888

[startup+2316.5 s]
/proc/loadavg: 1.07 1.06 1.85 2/257 11427
/proc/meminfo: memFree=28464008/32770624 swapFree=5852/244860
[pid=11275] ppid=11272 vsize=11166888 CPUtime=2400.17 cores=1,3,5,7,9,11,13,15
/proc/11275/stat : 11275 (java) S 11272 11275 10103 0 -1 1077944320 198967 0 0 0 238756 1261 0 0 20 0 22 0 3445743 11434893312 884608 33554432000 4194304 4196468 140729211127040 140729211109584 140296056372983 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
/proc/11275/statm: 2791722 884608 3165 1 0 2780116 0
[pid=11275/tid=11276] ppid=11272 vsize=11166888 CPUtime=2300.67 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11276/stat : 11276 (java) S 11272 11275 10103 0 -1 1077944384 129671 0 0 0 230043 24 0 0 20 0 22 0 3445744 11434893312 884608 33554432000 4194304 4196468 140729211127040 140296060615856 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11278] ppid=11272 vsize=11166888 CPUtime=11.41 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11278/stat : 11278 (java) S 11272 11275 10103 0 -1 1077944384 5396 0 0 0 1011 130 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295982447376 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11279] ppid=11272 vsize=11166888 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11279/stat : 11279 (java) S 11272 11275 10103 0 -1 1077944384 3491 0 0 0 981 150 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295981394832 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11280] ppid=11272 vsize=11166888 CPUtime=11.29 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11280/stat : 11280 (java) S 11272 11275 10103 0 -1 1077944384 2914 0 0 0 978 151 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295980342288 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11281] ppid=11272 vsize=11166888 CPUtime=11.39 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11281/stat : 11281 (java) S 11272 11275 10103 0 -1 1077944384 3420 0 0 0 986 153 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295660366992 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11282] ppid=11272 vsize=11166888 CPUtime=11.31 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11282/stat : 11282 (java) S 11272 11275 10103 0 -1 1077944384 2523 0 0 0 981 150 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295659313424 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11283] ppid=11272 vsize=11166888 CPUtime=11.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11283/stat : 11283 (java) S 11272 11275 10103 0 -1 1077944384 3917 0 0 0 994 138 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295658260880 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11284] ppid=11272 vsize=11166888 CPUtime=11.22 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11284/stat : 11284 (java) S 11272 11275 10103 0 -1 1077944384 2980 0 0 0 968 154 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295657208336 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11285] ppid=11272 vsize=11166888 CPUtime=11.23 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11285/stat : 11285 (java) S 11272 11275 10103 0 -1 1077944384 2712 0 0 0 996 127 0 0 20 0 22 0 3445745 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295656155792 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11286] ppid=11272 vsize=11166888 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11286/stat : 11286 (java) S 11272 11275 10103 0 -1 1077944384 8841 0 0 0 262 3 0 0 20 0 22 0 3445747 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295532132848 140296056384130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11287] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11287/stat : 11287 (java) S 11272 11275 10103 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 22 0 3445748 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295531079136 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11288] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11288/stat : 11288 (java) S 11272 11275 10103 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 3445748 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295530026496 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11289] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11289/stat : 11289 (java) S 11272 11275 10103 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295528975056 140296056391579 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11290] ppid=11272 vsize=11166888 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11290/stat : 11290 (java) S 11272 11275 10103 0 -1 1077944384 10579 0 0 0 153 2 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295527921648 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11291] ppid=11272 vsize=11166888 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11291/stat : 11291 (java) R 11272 11275 10103 0 -1 4202560 7369 0 0 0 128 2 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295526869400 140296035629659 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11292] ppid=11272 vsize=11166888 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11292/stat : 11292 (java) S 11272 11275 10103 0 -1 1077944384 5911 0 0 0 130 2 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295525816560 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11293] ppid=11272 vsize=11166888 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11293/stat : 11293 (java) S 11272 11275 10103 0 -1 1077944384 4466 0 0 0 55 1 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295524764016 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11294] ppid=11272 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11294/stat : 11294 (java) S 11272 11275 10103 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3445752 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295523711712 140296056383189 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
[pid=11275/tid=11295] ppid=11272 vsize=11166888 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/11275/task/11295/stat : 11295 (java) S 11272 11275 10103 0 -1 1077944384 2453 0 0 0 64 74 0 0 20 0 22 0 3445753 11434893312 884608 33554432000 4194304 4196468 140729211127040 140295522659248 140296056384130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36622336 140729211135147 140729211135300 140729211135300 140729211137999 0
Current children cumulated CPU time (s) 2400.17
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2316.54
CPU time (s): 2400.21
CPU user time (s): 2387.58
CPU system time (s): 12.6313
CPU usage (%): 103.612
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2387.58
system time used= 12.6313
maximum resident set size= 3538880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55577
involuntary context switches= 122665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7396 second user time and 19.5374 second system time

The end

Launcher Data

Begin job on node119 at 2017-07-22 02:02:51
IDJOB=4244211
IDBENCH=138525
IDSOLVER=2623
FILE ID=node119/4244211-1500681771
RUNJOBID= node119-1500678186-10135
PBS_JOBID= 20623030
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-enddr1-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244211-1500681771/watcher-4244211-1500681771 -o /tmp/evaluation-result-4244211-1500681771/solver-4244211-1500681771 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1500678186-10135 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244211-1500681771.xml

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

MD5SUM BENCH= 663436d48867ef848cc7f80c5423cb12
RANDOM SEED=1180751933

node119.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.98
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		: 2000.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.98
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.98
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		: 1733.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.98
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.98
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		: 2668.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.98
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		: 1867.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		: 2668.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.98
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		: 2667.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.98
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		: 1600.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:        31747416 kB
MemAvailable:   31779616 kB
Buffers:           54760 kB
Cached:           288388 kB
SwapCached:            0 kB
Active:           401964 kB
Inactive:         251640 kB
Active(anon):     313312 kB
Inactive(anon):     8680 kB
Active(file):      88652 kB
Inactive(file):   242960 kB
Unevictable:        5852 kB
Mlocked:            5852 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1776 kB
Writeback:             0 kB
AnonPages:        315752 kB
Mapped:            41896 kB
Shmem:              8844 kB
Slab:              65004 kB
SReclaimable:      32844 kB
SUnreclaim:        32160 kB
KernelStack:        4608 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1303764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61876 MiB
End job on node119 at 2017-07-22 02:41:27