Trace number 4243991

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.16 2213.78

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg4/
QuasiGroup-4-17.xml
MD5SUM1749ee71f79cc6e37ea59febff668c91
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 benchmark100.011
Satisfiable
(Un)Satisfiability was proved
Number of variables578
Number of constraints546
Number of domains2
Minimum domain size17
Maximum domain size289
Distribution of domain sizes[{"size":17,"count":289},{"size":289,"count":272}]
Minimum variable degree0
Maximum variable degree275
Distribution of variable degrees[{"degree":0,"count":17},{"degree":2,"count":272},{"degree":274,"count":17},{"degree":275,"count":272}]
Minimum constraint arity3
Maximum constraint arity290
Distribution of constraint arities[{"arity":3,"count":272},{"arity":17,"count":1},{"arity":289,"count":1},{"arity":290,"count":272}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":272}]
Optimization problemNO
Type of objective

Solver Data

167.32/39.57	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
167.32/39.57	c This is free software under the dual EPL/GNU LGPL licenses.
167.32/39.57	c See www.sat4j.org for details.
167.32/39.57	c That software uses the Rhino library from the Mozilla project.
167.32/39.57	c version CUSTOM.v20170705
167.32/39.57	c java.runtime.name	Java(TM) SE Runtime Environment
167.32/39.57	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
167.32/39.57	c java.vm.version	25.131-b11
167.32/39.57	c java.vm.vendor	Oracle Corporation
167.32/39.57	c sun.arch.data.model	64
167.32/39.57	c java.version		1.8.0_131
167.32/39.57	c os.name		Linux
167.32/39.57	c os.version		3.10.0-514.16.1.el7.x86_64
167.32/39.57	c os.arch		amd64
167.32/39.57	c Free memory 		499604488
167.32/39.57	c Max memory 		7247757312
167.32/39.57	c Total memory 		504889344
167.32/39.57	c Number of processors 	8
167.32/39.57	c c --- Begin Solver configuration ---
167.32/39.57	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
167.32/39.57	c Learn all clauses as in MiniSAT
167.32/39.57	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
167.32/39.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
167.32/39.57	c No reason simplification
167.32/39.57	c Glucose 2.1 dynamic restart strategy
167.32/39.57	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
167.32/39.57	c timeout=2147483s
167.32/39.57	c DB Simplification allowed=false
167.32/39.57	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
167.32/39.57	c --- End Solver configuration ---
167.32/39.57	c constraints type 
167.32/39.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 1122
167.32/39.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24109264
167.32/39.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 23414848
167.32/39.57	c org.sat4j.specs.Constr$1 => 32640
167.32/39.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 5729
167.32/39.57	c 47563603 constraints processed.
2400.08/2213.70	c starts		: 698
2400.08/2213.70	c conflicts		: 473598
2400.08/2213.70	c decisions		: 7476027
2400.08/2213.70	c propagations		: 7797356635
2400.08/2213.70	c inspects		: 10128915287
2400.08/2213.70	c shortcuts		: 0
2400.08/2213.70	c learnt literals	: 324
2400.08/2213.70	c learnt binary clauses	: 4900
2400.08/2213.70	c learnt ternary clauses	: 3736
2400.08/2213.70	c learnt constraints	: 473274
2400.08/2213.70	c ignored constraints	: 0
2400.08/2213.70	c root simplifications	: 0
2400.08/2213.70	c removed literals (reason simplification)	: 0
2400.08/2213.70	c reason swapping (by a shorter reason)	: 0
2400.08/2213.70	c Calls to reduceDB	: 26
2400.08/2213.70	c Number of update (reduction) of LBD	: 242992
2400.08/2213.70	c Imported unit clauses	: 0
2400.08/2213.70	c number of reductions to clauses (during analyze)	: 0
2400.08/2213.70	c number of learned constraints concerned by reduction	: 0
2400.08/2213.70	c number of learning phase by resolution	: 0
2400.08/2213.70	c number of learning phase by cutting planes	: 0
2400.08/2213.70	c number of rounding to 1 operations	: 0
2400.08/2213.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.08/2213.70	c number of reductions of the coefficients by power 2 	: 0
2400.08/2213.70	c number of right shift for reduction by power 2 	: 0
2400.08/2213.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.08/2213.70	c speed (assignments/second)	: 3586506.9585723807
2400.08/2213.70	c non guided choices	469004
2400.08/2213.73	c learnt constraints type 
2400.08/2213.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4900
2400.08/2213.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42880
2400.08/2213.73	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-4243991-1500678546/watcher-4243991-1500678546 -o /tmp/evaluation-result-4243991-1500678546/solver-4243991-1500678546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500678546-15108 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243991-1500678546.xml 

pid=15125
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.40 1.83 2.38 3/236 15128
/proc/meminfo: memFree=32000300/32770624 swapFree=5928/223576
[pid=15128] ppid=15125 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3119500 369864704 1935 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 90299 1935 1081 1 0 79210 0
[pid=15128/tid=15130] ppid=15125 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) S 15125 15128 9830 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3119500 369864704 1935 33554432000 4194304 4196468 140731857304592 140619565877664 140619561646722 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0

[startup+0.100107 s]
/proc/loadavg: 1.40 1.83 2.38 3/236 15128
/proc/meminfo: memFree=32000300/32770624 swapFree=5928/223576
[pid=15128] ppid=15125 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 5000 0 0 0 9 1 0 0 20 0 20 0 3119500 11162169344 6145 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725139 6145 2650 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 3101 0 0 0 8 0 0 0 20 0 20 0 3119500 11162169344 6145 33554432000 4194304 4196468 140731857304592 140619565874104 140619561657501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200383 s]
/proc/loadavg: 1.40 1.83 2.38 3/236 15128
/proc/meminfo: memFree=32000300/32770624 swapFree=5928/223576
[pid=15128] ppid=15125 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 7155 0 0 0 24 2 0 0 20 0 20 0 3119500 11162169344 8507 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725139 8507 2855 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 4822 0 0 0 17 1 0 0 20 0 20 0 3119500 11162169344 8507 33554432000 4194304 4196468 140731857304592 140619565847344 140619561657501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300297 s]
/proc/loadavg: 1.40 1.83 2.38 3/236 15128
/proc/meminfo: memFree=32000300/32770624 swapFree=5928/223576
[pid=15128] ppid=15125 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 8468 0 0 0 40 3 0 0 20 0 20 0 3119500 11162169344 10627 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725139 10627 2968 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 5445 0 0 0 26 1 0 0 20 0 20 0 3119500 11162169344 10627 33554432000 4194304 4196468 140731857304592 140619565864024 140619561647510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700236 s]
/proc/loadavg: 1.40 1.83 2.38 3/236 15128
/proc/meminfo: memFree=32000300/32770624 swapFree=5928/223576
[pid=15128] ppid=15125 vsize=10900632 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 12371 0 0 0 182 20 0 0 20 0 20 0 3119500 11162247168 53954 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725158 53954 3114 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 5971 0 0 0 59 4 0 0 20 0 20 0 3119500 11162247168 53954 33554432000 4194304 4196468 140731857304592 140619565871536 140619192341981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10900632

[startup+1.50108 s]
/proc/loadavg: 1.40 1.83 2.38 9/282 15178
/proc/meminfo: memFree=31499612/32770624 swapFree=5928/223016
[pid=15128] ppid=15125 vsize=10900632 CPUtime=5.4 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 19959 0 0 0 493 47 0 0 20 0 20 0 3119500 11162247168 109228 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725158 109228 3141 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900632 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 6065 0 0 0 126 6 0 0 20 0 20 0 3119500 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619565871224 140619196365143 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) S 15125 15128 9830 0 -1 1077944384 85 0 0 0 5 3 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619514256528 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) S 15125 15128 9830 0 -1 1077944384 98 0 0 0 7 6 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619513203728 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) S 15125 15128 9830 0 -1 1077944384 98 0 0 0 8 5 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619512150928 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) S 15125 15128 9830 0 -1 1077944384 93 0 0 0 5 3 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619165653776 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) S 15125 15128 9830 0 -1 1077944384 89 0 0 0 5 4 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619164600976 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) S 15125 15128 9830 0 -1 1077944384 105 0 0 0 9 4 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619163548176 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=10900632 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) S 15125 15128 9830 0 -1 1077944384 98 0 0 0 8 5 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619162495376 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) S 15125 15128 9830 0 -1 1077944384 96 0 0 0 7 4 0 0 20 0 20 0 3119501 11162247168 109228 33554432000 4194304 4196468 140731857304592 140619161442576 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3119504 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618768558960 140619561646722 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3119504 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3119505 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15164/stat : 15164 (java) S 15125 15128 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3119508 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618765400400 140619561654171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15165] ppid=15125 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15165/stat : 15165 (java) R 15125 15128 9830 0 -1 4202560 3926 0 0 0 102 0 0 0 20 0 20 0 3119508 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618764333640 140619546552928 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15166] ppid=15125 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15166/stat : 15166 (java) S 15125 15128 9830 0 -1 1077944384 3110 0 0 0 93 0 0 0 20 0 20 0 3119508 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618763294960 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15167] ppid=15125 vsize=10900632 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15167/stat : 15167 (java) S 15125 15128 9830 0 -1 1077944384 2917 0 0 0 73 0 0 0 20 0 20 0 3119508 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618762242160 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15168] ppid=15125 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 1605 0 0 0 38 0 0 0 20 0 20 0 3119509 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3119509 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3119509 11162247168 109228 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 5.4
Current children cumulated vsize (KiB) 10900632

[startup+3.10101 s]
/proc/loadavg: 2.41 2.04 2.45 3/282 15178
/proc/meminfo: memFree=31234700/32770624 swapFree=5928/223016
[pid=15128] ppid=15125 vsize=10900632 CPUtime=12.08 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 23414 0 0 0 1057 151 0 0 20 0 20 0 3119500 11162247168 228157 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725158 228157 3150 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900632 CPUtime=2.17 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) S 15125 15128 9830 0 -1 1077944384 6563 0 0 0 208 9 0 0 20 0 20 0 3119500 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619565869952 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=10900632 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) R 15125 15128 9830 0 -1 4202560 280 0 0 0 65 16 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619514256728 140619546336259 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) R 15125 15128 9830 0 -1 4202560 455 0 0 0 67 17 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619513203928 140619546336211 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=10900632 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) R 15125 15128 9830 0 -1 4202560 455 0 0 0 67 18 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619512151128 140619546632031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=10900632 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) R 15125 15128 9830 0 -1 4202560 455 0 0 0 64 17 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619165653976 140619546336048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=10900632 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) R 15125 15128 9830 0 -1 4202560 540 0 0 0 67 15 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619164601176 140619546336160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=10900632 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) R 15125 15128 9830 0 -1 4202560 336 0 0 0 67 18 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619163548376 140619546336208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) R 15125 15128 9830 0 -1 4202560 365 0 0 0 67 17 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619162495264 140619546633711 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=10900632 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) R 15125 15128 9830 0 -1 4202560 375 0 0 0 68 16 0 0 20 0 20 0 3119501 11162247168 228157 33554432000 4194304 4196468 140731857304592 140619161442776 140619546625053 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 629 0 0 0 1 0 0 0 20 0 20 0 3119504 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618768557504 140619561645781 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3119504 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3119505 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15164/stat : 15164 (java) S 15125 15128 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3119508 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618765400400 140619561654171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15165] ppid=15125 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15165/stat : 15165 (java) S 15125 15128 9830 0 -1 1077944384 3964 0 0 0 104 0 0 0 20 0 20 0 3119508 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618764347760 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15166] ppid=15125 vsize=10900632 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15166/stat : 15166 (java) S 15125 15128 9830 0 -1 1077944384 3110 0 0 0 93 0 0 0 20 0 20 0 3119508 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618763294960 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15167] ppid=15125 vsize=10900632 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15167/stat : 15167 (java) S 15125 15128 9830 0 -1 1077944384 2917 0 0 0 73 0 0 0 20 0 20 0 3119508 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618762242160 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15168] ppid=15125 vsize=10900632 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 1606 0 0 0 38 0 0 0 20 0 20 0 3119509 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3119509 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3119509 11162247168 228157 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 10900632

[startup+6.30082 s]
/proc/loadavg: 2.41 2.04 2.45 3/282 15178
/proc/meminfo: memFree=30661248/32770624 swapFree=5928/223024
[pid=15128] ppid=15125 vsize=10900632 CPUtime=20.78 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 30628 0 0 0 1747 331 0 0 20 0 20 0 3119500 11162247168 381909 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2725158 381909 3158 1 0 2713552 0
[pid=15128/tid=15130] ppid=15125 vsize=10900632 CPUtime=4.07 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 8290 0 0 0 395 12 0 0 20 0 20 0 3119500 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619565872824 140619195537764 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=10900632 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) S 15125 15128 9830 0 -1 1077944384 509 0 0 0 118 40 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619514256528 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=10900632 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) S 15125 15128 9830 0 -1 1077944384 902 0 0 0 127 36 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619513203728 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) S 15125 15128 9830 0 -1 1077944384 698 0 0 0 120 44 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619512150928 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=10900632 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) S 15125 15128 9830 0 -1 1077944384 1005 0 0 0 122 37 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619165653776 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=10900632 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) S 15125 15128 9830 0 -1 1077944384 964 0 0 0 121 39 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619164600976 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) S 15125 15128 9830 0 -1 1077944384 562 0 0 0 127 37 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619163548176 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=10900632 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) S 15125 15128 9830 0 -1 1077944384 982 0 0 0 126 36 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619162495376 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=10900632 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) S 15125 15128 9830 0 -1 1077944384 794 0 0 0 122 40 0 0 20 0 20 0 3119501 11162247168 381909 33554432000 4194304 4196468 140731857304592 140619161442576 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=10900632 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 1242 0 0 0 53 0 0 0 20 0 20 0 3119504 11162247168 381909 33554432000 4194304 4196468 140731857304592 140618768558960 140619561646722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3119504 11162247168 381909 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3119505 11162247168 381909 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=15128/tid=15168] ppid=15125 vsize=10967196 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 7670 0 0 0 56 1 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=10967196 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 3107 0 0 0 53 57 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15179] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15179/stat : 15179 (java) S 15125 15128 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3123463 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618758030640 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 2388.86
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2213.5 s]
/proc/loadavg: 2.01 2.02 2.07 3/283 15248
/proc/meminfo: memFree=25270260/32770624 swapFree=5928/224676
[pid=15128] ppid=15125 vsize=10967196 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 941597 0 0 0 238062 1944 0 0 20 0 21 0 3119500 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2741799 1511584 3180 1 0 2730193 0
[pid=15128/tid=15130] ppid=15125 vsize=10967196 CPUtime=2174.24 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) R 15125 15128 9830 0 -1 4202560 711064 0 0 0 217348 76 0 0 20 0 21 0 3119500 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619565874072 140619197812377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=10967196 CPUtime=25.89 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) S 15125 15128 9830 0 -1 1077944384 21851 0 0 0 2379 210 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619514256528 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=10967196 CPUtime=26 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) S 15125 15128 9830 0 -1 1077944384 20550 0 0 0 2377 223 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619513203728 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=10967196 CPUtime=25.96 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) S 15125 15128 9830 0 -1 1077944384 20447 0 0 0 2359 237 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619512150928 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=10967196 CPUtime=25.92 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) S 15125 15128 9830 0 -1 1077944384 23484 0 0 0 2363 229 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619165653776 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=10967196 CPUtime=26.02 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) S 15125 15128 9830 0 -1 1077944384 18331 0 0 0 2372 230 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619164600976 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=10967196 CPUtime=26.04 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) S 15125 15128 9830 0 -1 1077944384 20433 0 0 0 2378 226 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619163548176 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=10967196 CPUtime=25.85 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) S 15125 15128 9830 0 -1 1077944384 20192 0 0 0 2361 224 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619162495376 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=10967196 CPUtime=26.03 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) S 15125 15128 9830 0 -1 1077944384 22214 0 0 0 2379 224 0 0 20 0 21 0 3119501 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140619161442576 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=10967196 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 18447 0 0 0 1136 4 0 0 20 0 21 0 3119504 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618768558960 140619561646722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 3119504 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 3119505 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15164/stat : 15164 (java) S 15125 15128 9830 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3119508 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618765400400 140619561654171 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15165] ppid=15125 vsize=10967196 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15165/stat : 15165 (java) S 15125 15128 9830 0 -1 1077944384 9954 0 0 0 179 2 0 0 20 0 21 0 3119508 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618764347760 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15166] ppid=15125 vsize=10967196 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15166/stat : 15166 (java) S 15125 15128 9830 0 -1 1077944384 12566 0 0 0 167 2 0 0 20 0 21 0 3119508 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618763294960 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15167] ppid=15125 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15167/stat : 15167 (java) S 15125 15128 9830 0 -1 1077944384 9791 0 0 0 135 2 0 0 20 0 21 0 3119508 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618762242160 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15168] ppid=15125 vsize=10967196 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 7670 0 0 0 56 1 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=10967196 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 3141 0 0 0 53 58 0 0 20 0 21 0 3119509 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15179] ppid=15125 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15179/stat : 15179 (java) S 15125 15128 9830 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3123463 11230408704 1511584 33554432000 4194304 4196468 140731857304592 140618758030640 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 2400.06
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 15128 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2213.61 s]
/proc/loadavg: 2.01 2.02 2.07 3/283 15248
/proc/meminfo: memFree=25270260/32770624 swapFree=5928/224676
[pid=15128] ppid=15125 vsize=11166888 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 942523 0 0 0 238064 1944 0 0 20 0 22 0 3119500 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2791722 1511667 3182 1 0 2780116 0
[pid=15128/tid=15130] ppid=15125 vsize=11166888 CPUtime=2174.26 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) S 15125 15128 9830 0 -1 1077944384 711174 0 0 0 217350 76 0 0 20 0 22 0 3119500 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619565878448 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=11166888 CPUtime=25.89 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) S 15125 15128 9830 0 -1 1077944384 21851 0 0 0 2379 210 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619514256528 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=11166888 CPUtime=26 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) S 15125 15128 9830 0 -1 1077944384 20550 0 0 0 2377 223 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619513203728 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=11166888 CPUtime=25.96 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) S 15125 15128 9830 0 -1 1077944384 20447 0 0 0 2359 237 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619512150928 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=11166888 CPUtime=25.92 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) S 15125 15128 9830 0 -1 1077944384 23484 0 0 0 2363 229 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619165653776 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=11166888 CPUtime=26.02 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) S 15125 15128 9830 0 -1 1077944384 18331 0 0 0 2372 230 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619164600976 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=11166888 CPUtime=26.04 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) S 15125 15128 9830 0 -1 1077944384 20433 0 0 0 2378 226 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619163548176 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=11166888 CPUtime=25.85 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) S 15125 15128 9830 0 -1 1077944384 20192 0 0 0 2361 224 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619162495376 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=11166888 CPUtime=26.03 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) S 15125 15128 9830 0 -1 1077944384 22214 0 0 0 2379 224 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619161442576 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=11166888 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 18495 0 0 0 1136 4 0 0 20 0 22 0 3119504 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618768558960 140619561646722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 3119504 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 3119505 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15164/stat : 15164 (java) S 15125 15128 9830 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618765400400 140619561654171 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15165] ppid=15125 vsize=11166888 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15165/stat : 15165 (java) S 15125 15128 9830 0 -1 1077944384 9956 0 0 0 179 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618764347760 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15166] ppid=15125 vsize=11166888 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15166/stat : 15166 (java) S 15125 15128 9830 0 -1 1077944384 12568 0 0 0 167 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618763294960 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15167] ppid=15125 vsize=11166888 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15167/stat : 15167 (java) S 15125 15128 9830 0 -1 1077944384 9793 0 0 0 135 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618762242160 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15168] ppid=15125 vsize=11166888 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 7773 0 0 0 56 1 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=11166888 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 3141 0 0 0 53 58 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

[startup+2213.7 s]
/proc/loadavg: 2.01 2.02 2.07 3/283 15248
/proc/meminfo: memFree=25270260/32770624 swapFree=5928/224676
[pid=15128] ppid=15125 vsize=11166888 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/15128/stat : 15128 (java) S 15125 15128 9830 0 -1 1077944320 942523 0 0 0 238064 1944 0 0 20 0 22 0 3119500 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140731857287136 140619561635575 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
/proc/15128/statm: 2791722 1511667 3182 1 0 2780116 0
[pid=15128/tid=15130] ppid=15125 vsize=11166888 CPUtime=2174.26 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15130/stat : 15130 (java) S 15125 15128 9830 0 -1 1077944384 711174 0 0 0 217350 76 0 0 20 0 22 0 3119500 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619565878448 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15135] ppid=15125 vsize=11166888 CPUtime=25.89 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15135/stat : 15135 (java) S 15125 15128 9830 0 -1 1077944384 21851 0 0 0 2379 210 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619514256528 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15136] ppid=15125 vsize=11166888 CPUtime=26 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15136/stat : 15136 (java) S 15125 15128 9830 0 -1 1077944384 20550 0 0 0 2377 223 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619513203728 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15137] ppid=15125 vsize=11166888 CPUtime=25.96 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15137/stat : 15137 (java) S 15125 15128 9830 0 -1 1077944384 20447 0 0 0 2359 237 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619512150928 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15138] ppid=15125 vsize=11166888 CPUtime=25.92 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15138/stat : 15138 (java) S 15125 15128 9830 0 -1 1077944384 23484 0 0 0 2363 229 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619165653776 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15139] ppid=15125 vsize=11166888 CPUtime=26.02 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15139/stat : 15139 (java) S 15125 15128 9830 0 -1 1077944384 18331 0 0 0 2372 230 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619164600976 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15140] ppid=15125 vsize=11166888 CPUtime=26.04 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15140/stat : 15140 (java) S 15125 15128 9830 0 -1 1077944384 20433 0 0 0 2378 226 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619163548176 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15141] ppid=15125 vsize=11166888 CPUtime=25.85 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15141/stat : 15141 (java) S 15125 15128 9830 0 -1 1077944384 20192 0 0 0 2361 224 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619162495376 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15142] ppid=15125 vsize=11166888 CPUtime=26.03 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15142/stat : 15142 (java) S 15125 15128 9830 0 -1 1077944384 22214 0 0 0 2379 224 0 0 20 0 22 0 3119501 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140619161442576 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15148] ppid=15125 vsize=11166888 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15148/stat : 15148 (java) S 15125 15128 9830 0 -1 1077944384 18495 0 0 0 1136 4 0 0 20 0 22 0 3119504 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618768558960 140619561646722 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15150] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15150/stat : 15150 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 3119504 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618767504992 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15151] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15151/stat : 15151 (java) S 15125 15128 9830 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 3119505 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618766452096 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15164] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15164/stat : 15164 (java) S 15125 15128 9830 0 -1 1077944384 260 0 0 0 0 0 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618765400400 140619561654171 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15165] ppid=15125 vsize=11166888 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15165/stat : 15165 (java) S 15125 15128 9830 0 -1 1077944384 9956 0 0 0 179 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618764347760 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15166] ppid=15125 vsize=11166888 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15166/stat : 15166 (java) S 15125 15128 9830 0 -1 1077944384 12568 0 0 0 167 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618763294960 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15167] ppid=15125 vsize=11166888 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15167/stat : 15167 (java) S 15125 15128 9830 0 -1 1077944384 9793 0 0 0 135 2 0 0 20 0 22 0 3119508 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618762242160 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15168] ppid=15125 vsize=11166888 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15168/stat : 15168 (java) S 15125 15128 9830 0 -1 1077944384 7773 0 0 0 56 1 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618761189360 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15169] ppid=15125 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15169/stat : 15169 (java) S 15125 15128 9830 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618760137824 140619561645781 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
[pid=15128/tid=15170] ppid=15125 vsize=11166888 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/15128/task/15170/stat : 15170 (java) S 15125 15128 9830 0 -1 1077944384 3141 0 0 0 53 58 0 0 20 0 22 0 3119509 11434893312 1511667 33554432000 4194304 4196468 140731857304592 140618759085104 140619561646722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16850944 140731857310891 140731857311044 140731857311044 140731857313743 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2213.78
CPU time (s): 2400.16
CPU user time (s): 2380.67
CPU system time (s): 19.4872
CPU usage (%): 108.419
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2380.67
system time used= 19.4872
maximum resident set size= 6046796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54279
involuntary context switches= 127153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3424 second user time and 17.2651 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 01:09:06
IDJOB=4243991
IDBENCH=133764
IDSOLVER=2623
FILE ID=node151/4243991-1500678546
RUNJOBID= node151-1500678546-15108
PBS_JOBID= 20623270
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg4/QuasiGroup-4-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243991-1500678546/watcher-4243991-1500678546 -o /tmp/evaluation-result-4243991-1500678546/solver-4243991-1500678546 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500678546-15108 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243991-1500678546.xml

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

MD5SUM BENCH= 1749ee71f79cc6e37ea59febff668c91
RANDOM SEED=955883284

node151.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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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		: 2267.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.49
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	: 5342.81
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.49
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	: 5342.81
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		: 2400.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.49
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		: 2133.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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32001548 kB
MemAvailable:   32028712 kB
Buffers:           47648 kB
Cached:           288468 kB
SwapCached:            0 kB
Active:           158716 kB
Inactive:         231604 kB
Active(anon):      56668 kB
Inactive(anon):     8676 kB
Active(file):     102048 kB
Inactive(file):   222928 kB
Unevictable:        5928 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:         59592 kB
Mapped:            29920 kB
Shmem:              8848 kB
Slab:              68508 kB
SReclaimable:      36044 kB
SUnreclaim:        32464 kB
KernelStack:        4112 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62024 MiB
End job on node151 at 2017-07-22 01:46:00