Trace number 4244083

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.28 2012.67

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-sentoy.xml
MD5SUMf29e5165c598919c9834c408fde8edbe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7772
Best CPU time to get the best result obtained on this benchmark47.226799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints30
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree31
Maximum variable degree31
Distribution of variable degrees[{"degree":31,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=15253
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.96 2.02 2.36 3/262 15256
/proc/meminfo: memFree=31112056/32770624 swapFree=5920/209556
[pid=15256] ppid=15253 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 2216 0 0 0 0 0 0 0 20 0 2 0 3240941 8550137856 2462 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2087436 2462 1197 1 0 2076347 0
[pid=15256/tid=15257] ppid=15253 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) S 15253 15256 9824 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 3 0 3240942 8551190528 2462 33554432000 4194304 4196468 140736595504448 140241742530256 140241738299093 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 3240943 8551190528 2462 33554432000 4194304 4196468 140736595504448 140241690910176 140241738299093 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0

[startup+0.100061 s]
/proc/loadavg: 1.96 2.02 2.36 3/262 15256
/proc/meminfo: memFree=31112056/32770624 swapFree=5920/209556
[pid=15256] ppid=15253 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 4754 0 0 0 9 1 0 0 20 0 20 0 3240941 11162169344 5848 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725139 5848 2624 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 2840 0 0 0 7 0 0 0 20 0 20 0 3240942 11162169344 5848 33554432000 4194304 4196468 140736595504448 140241742531168 140241738300822 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3240943 11162169344 5848 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200453 s]
/proc/loadavg: 1.96 2.02 2.36 3/262 15256
/proc/meminfo: memFree=31112056/32770624 swapFree=5920/209556
[pid=15256] ppid=15253 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 7006 0 0 0 24 2 0 0 20 0 20 0 3240941 11162169344 8296 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725139 8296 2828 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 4670 0 0 0 16 1 0 0 20 0 20 0 3240942 11162169344 8296 33554432000 4194304 4196468 140736595504448 140241742516560 140241738310813 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3240943 11162169344 8296 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300372 s]
/proc/loadavg: 1.96 2.02 2.36 3/262 15256
/proc/meminfo: memFree=31112056/32770624 swapFree=5920/209556
[pid=15256] ppid=15253 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 8517 0 0 0 40 3 0 0 20 0 20 0 3240941 11162169344 10659 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725139 10659 2988 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 5450 0 0 0 26 2 0 0 20 0 20 0 3240942 11162169344 10659 33554432000 4194304 4196468 140736595504448 140241742521952 140241738300822 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3240943 11162169344 10659 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700281 s]
/proc/loadavg: 1.96 2.02 2.36 3/262 15256
/proc/meminfo: memFree=31112056/32770624 swapFree=5920/209556
[pid=15256] ppid=15253 vsize=10900632 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 11906 0 0 0 170 46 0 0 20 0 20 0 3240941 11162247168 61897 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725158 61897 3080 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) S 15253 15256 9824 0 -1 1077944384 5915 0 0 0 53 4 0 0 20 0 20 0 3240942 11162247168 61897 33554432000 4194304 4196468 140736595504448 140241742498176 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) R 15253 15256 9824 0 -1 4202560 45 0 0 0 4 4 0 0 20 0 20 0 3240943 11162247168 61897 33554432000 4194304 4196468 140736595504448 140241690910040 140241723311008 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10900632

[startup+1.50097 s]
/proc/loadavg: 1.96 2.02 2.36 3/282 15276
/proc/meminfo: memFree=30706720/32770624 swapFree=5920/209588
[pid=15256] ppid=15253 vsize=10900632 CPUtime=6.51 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 14871 0 0 0 475 176 0 0 20 0 20 0 3240941 11162247168 162495 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725158 162495 3117 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900632 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) S 15253 15256 9824 0 -1 1077944384 5975 0 0 0 82 5 0 0 20 0 20 0 3240942 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241742518736 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) R 15253 15256 9824 0 -1 4202560 483 0 0 0 37 21 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241690910040 140241722986662 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) R 15253 15256 9824 0 -1 4202560 716 0 0 0 38 19 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241689857240 140241723274183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=10900632 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) R 15253 15256 9824 0 -1 4202560 276 0 0 0 36 20 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241342749480 140241721671922 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) R 15253 15256 9824 0 -1 4202560 494 0 0 0 37 21 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241341696984 140241722986526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) R 15253 15256 9824 0 -1 4202560 304 0 0 0 38 20 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241340644184 140241718315292 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) R 15253 15256 9824 0 -1 4202560 190 0 0 0 36 22 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241339591384 140241722986639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15265/stat : 15265 (java) R 15253 15256 9824 0 -1 4202560 243 0 0 0 37 21 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241338538584 140241719885539 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15266] ppid=15253 vsize=10900632 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15266/stat : 15266 (java) R 15253 15256 9824 0 -1 4202560 310 0 0 0 37 21 0 0 20 0 20 0 3240943 11162247168 162495 33554432000 4194304 4196468 140736595504448 140241337485784 140241718315021 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15267] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15267/stat : 15267 (java) S 15253 15256 9824 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 20 0 3240945 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240556631264 140241738299093 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15268] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15268/stat : 15268 (java) S 15253 15256 9824 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3240946 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240555578912 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15269] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15269/stat : 15269 (java) S 15253 15256 9824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3240946 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240554526064 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15270] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15270/stat : 15270 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240553474384 140241738307483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15271] ppid=15253 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15271/stat : 15271 (java) S 15253 15256 9824 0 -1 1077944384 1573 0 0 0 26 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240552421744 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15272] ppid=15253 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15272/stat : 15272 (java) S 15253 15256 9824 0 -1 1077944384 994 0 0 0 24 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240551368944 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15273] ppid=15253 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15273/stat : 15273 (java) S 15253 15256 9824 0 -1 1077944384 700 0 0 0 20 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240550316144 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15274] ppid=15253 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15274/stat : 15274 (java) S 15253 15256 9824 0 -1 1077944384 1033 0 0 0 22 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140240549263344 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15275] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3240950 11162247168 162495 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3240951 11162247168 162495 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 10900632

[startup+3.10075 s]
/proc/loadavg: 1.96 2.02 2.36 3/282 15276
/proc/meminfo: memFree=30461032/32770624 swapFree=5920/209588
[pid=15256] ppid=15253 vsize=10900632 CPUtime=14.95 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 18617 0 0 0 1263 232 0 0 20 0 20 0 3240941 11162247168 223595 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725158 223595 3133 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) S 15253 15256 9824 0 -1 1077944384 5988 0 0 0 108 5 0 0 20 0 20 0 3240942 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241742511216 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) R 15253 15256 9824 0 -1 4202560 665 0 0 0 125 28 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241690909424 140241730917095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) R 15253 15256 9824 0 -1 4202560 829 0 0 0 126 27 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241689856936 140241721671922 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=10900632 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) R 15253 15256 9824 0 -1 4202560 585 0 0 0 123 27 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241342749784 140241723274183 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) R 15253 15256 9824 0 -1 4202560 1056 0 0 0 124 28 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241341696368 140241730917095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) R 15253 15256 9824 0 -1 4202560 471 0 0 0 125 27 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241340643880 140241730917095 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) R 15253 15256 9824 0 -1 4202560 306 0 0 0 124 28 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241339591080 140241730917095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=10900632 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15265/stat : 15265 (java) R 15253 15256 9824 0 -1 4202560 344 0 0 0 124 29 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241338537968 140241730917095 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15266] ppid=15253 vsize=10900632 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15266/stat : 15266 (java) R 15253 15256 9824 0 -1 4202560 1421 0 0 0 123 26 0 0 20 0 20 0 3240943 11162247168 223595 33554432000 4194304 4196468 140736595504448 140241337485480 140241730917095 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15267] ppid=15253 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15267/stat : 15267 (java) S 15253 15256 9824 0 -1 1077944384 659 0 0 0 37 0 0 0 20 0 20 0 3240945 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240556631264 140241738299093 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15268] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15268/stat : 15268 (java) S 15253 15256 9824 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3240946 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240555578976 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15269] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15269/stat : 15269 (java) S 15253 15256 9824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3240946 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240554526080 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15270] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15270/stat : 15270 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240553474384 140241738307483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15271] ppid=15253 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15271/stat : 15271 (java) S 15253 15256 9824 0 -1 1077944384 1580 0 0 0 32 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240552421744 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15272] ppid=15253 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15272/stat : 15272 (java) S 15253 15256 9824 0 -1 1077944384 1003 0 0 0 30 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240551368944 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15273] ppid=15253 vsize=10900632 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15273/stat : 15273 (java) S 15253 15256 9824 0 -1 1077944384 1284 0 0 0 33 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240550301136 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15274] ppid=15253 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15274/stat : 15274 (java) S 15253 15256 9824 0 -1 1077944384 1057 0 0 0 23 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140240549263344 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15275] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3240950 11162247168 223595 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3240951 11162247168 223595 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 10900632

[startup+6.30094 s]
/proc/loadavg: 1.96 2.02 2.36 10/282 15276
/proc/meminfo: memFree=29398476/32770624 swapFree=5920/209600
[pid=15256] ppid=15253 vsize=10900632 CPUtime=33.12 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 35734 0 0 0 2926 386 0 0 20 0 20 0 3240941 11162247168 435454 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2725158 435454 3136 1 0 2713552 0
[pid=15256/tid=15257] ppid=15253 vsize=10900632 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) S 15253 15256 9824 0 -1 1077944384 7520 0 0 0 178 8 0 0 20 0 20 0 3240942 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241742492320 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10900632 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) R 15253 15256 9824 0 -1 4202560 1404 0 0 0 318 49 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241690909736 140241730917095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=10900632 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) R 15253 15256 9824 0 -1 4202560 3884 0 0 0 319 46 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241689857240 140241722986526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=10900632 CPUtime=3.6 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) R 15253 15256 9824 0 -1 4202560 2360 0 0 0 315 45 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241342749168 140241730917095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=10900632 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) R 15253 15256 9824 0 -1 4202560 3612 0 0 0 320 45 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241341696680 140241721671920 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=10900632 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) R 15253 15256 9824 0 -1 4202560 895 0 0 0 322 45 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241340643880 140241730917095 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=10900632 CPUtime=3.66 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) R 15253 15256 9824 0 -1 4202560 2175 0 0 0 319 47 0 0 20 0 20 0 3240943 11162247168 435454 33554432000 4194304 4196468 140736595504448 140241339591080 140241730917095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=10900632 CPUtime=3.68 cores=0,2,4,6,8,10,12,14

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

[pid=15256/tid=15275] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=10967196 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 2006 0 0 0 60 59 0 0 20 0 21 0 3240951 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15278] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15278/stat : 15278 (java) S 15253 15256 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3248592 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239941125424 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 2289.88
Current children cumulated vsize (KiB) 10967196

[startup+1962.3 s]
/proc/loadavg: 1.00 1.03 1.39 2/257 15421
/proc/meminfo: memFree=23528144/32770624 swapFree=5920/211308
[pid=15256] ppid=15253 vsize=10967196 CPUtime=2349.89 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 359629 0 0 0 233036 1953 0 0 20 0 21 0 3240941 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2741799 2118828 3159 1 0 2730193 0
[pid=15256/tid=15257] ppid=15253 vsize=10967196 CPUtime=1893.24 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 151455 0 0 0 189296 28 0 0 20 0 21 0 3240942 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241742525544 140241373039350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10967196 CPUtime=55.24 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 26644 0 0 0 5285 239 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=10967196 CPUtime=55.06 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) S 15253 15256 9824 0 -1 1077944384 19460 0 0 0 5289 217 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241689857040 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=10967196 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) S 15253 15256 9824 0 -1 1077944384 17249 0 0 0 5278 240 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241342749584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=10967196 CPUtime=54.76 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) S 15253 15256 9824 0 -1 1077944384 13138 0 0 0 5243 233 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241341696784 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=10967196 CPUtime=55.01 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) S 15253 15256 9824 0 -1 1077944384 8867 0 0 0 5251 250 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241340643984 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=10967196 CPUtime=55.31 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) S 15253 15256 9824 0 -1 1077944384 21902 0 0 0 5309 222 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241339591184 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=10967196 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15265/stat : 15265 (java) S 15253 15256 9824 0 -1 1077944384 28867 0 0 0 5289 229 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241338538384 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15266] ppid=15253 vsize=10967196 CPUtime=55.11 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15266/stat : 15266 (java) S 15253 15256 9824 0 -1 1077944384 20918 0 0 0 5279 232 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241337485584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15267] ppid=15253 vsize=10967196 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15267/stat : 15267 (java) S 15253 15256 9824 0 -1 1077944384 18671 0 0 0 1189 4 0 0 20 0 21 0 3240945 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240556632944 140241738300034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15268] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15268/stat : 15268 (java) S 15253 15256 9824 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 3240946 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240555578976 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15269] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15269/stat : 15269 (java) S 15253 15256 9824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 3240946 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240554526080 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15270] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15270/stat : 15270 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240553474384 140241738307483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15271] ppid=15253 vsize=10967196 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15271/stat : 15271 (java) S 15253 15256 9824 0 -1 1077944384 7565 0 0 0 65 2 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240552421744 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15272] ppid=15253 vsize=10967196 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15272/stat : 15272 (java) S 15253 15256 9824 0 -1 1077944384 7676 0 0 0 65 1 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240551368944 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15273] ppid=15253 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15273/stat : 15273 (java) S 15253 15256 9824 0 -1 1077944384 9141 0 0 0 83 1 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240550316144 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15274] ppid=15253 vsize=10967196 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15274/stat : 15274 (java) S 15253 15256 9824 0 -1 1077944384 4618 0 0 0 33 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240549263344 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15275] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=10967196 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 2046 0 0 0 62 61 0 0 20 0 21 0 3240951 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15278] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15278/stat : 15278 (java) S 15253 15256 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3248592 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239941125424 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 2349.89
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2012.4 s]
/proc/loadavg: 1.00 1.03 1.37 2/257 15422
/proc/meminfo: memFree=23528284/32770624 swapFree=5920/211348
[pid=15256] ppid=15253 vsize=10967196 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 362080 0 0 0 238046 1955 0 0 20 0 21 0 3240941 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2741799 2118828 3159 1 0 2730193 0
[pid=15256/tid=15257] ppid=15253 vsize=10967196 CPUtime=1943.32 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 153830 0 0 0 194304 28 0 0 20 0 21 0 3240942 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241742525544 140241373137760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=10967196 CPUtime=55.24 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 26644 0 0 0 5285 239 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=10967196 CPUtime=55.06 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) S 15253 15256 9824 0 -1 1077944384 19460 0 0 0 5289 217 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241689857040 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=10967196 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) S 15253 15256 9824 0 -1 1077944384 17249 0 0 0 5278 240 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241342749584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=10967196 CPUtime=54.76 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) S 15253 15256 9824 0 -1 1077944384 13138 0 0 0 5243 233 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241341696784 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=10967196 CPUtime=55.01 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) S 15253 15256 9824 0 -1 1077944384 8867 0 0 0 5251 250 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241340643984 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=10967196 CPUtime=55.31 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) S 15253 15256 9824 0 -1 1077944384 21902 0 0 0 5309 222 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241339591184 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=10967196 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15265/stat : 15265 (java) S 15253 15256 9824 0 -1 1077944384 28867 0 0 0 5289 229 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241338538384 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15266] ppid=15253 vsize=10967196 CPUtime=55.11 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15266/stat : 15266 (java) S 15253 15256 9824 0 -1 1077944384 20918 0 0 0 5279 232 0 0 20 0 21 0 3240943 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140241337485584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15267] ppid=15253 vsize=10967196 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15267/stat : 15267 (java) S 15253 15256 9824 0 -1 1077944384 18681 0 0 0 1189 4 0 0 20 0 21 0 3240945 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240556632944 140241738300034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15268] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15268/stat : 15268 (java) S 15253 15256 9824 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 3240946 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240555578976 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15269] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15269/stat : 15269 (java) S 15253 15256 9824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 3240946 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240554526080 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15270] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15270/stat : 15270 (java) S 15253 15256 9824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240553474384 140241738307483 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15271] ppid=15253 vsize=10967196 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15271/stat : 15271 (java) S 15253 15256 9824 0 -1 1077944384 7573 0 0 0 65 2 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240552421744 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15272] ppid=15253 vsize=10967196 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15272/stat : 15272 (java) S 15253 15256 9824 0 -1 1077944384 7682 0 0 0 65 1 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240551368944 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15273] ppid=15253 vsize=10967196 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15273/stat : 15273 (java) S 15253 15256 9824 0 -1 1077944384 9144 0 0 0 84 1 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240550316144 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15274] ppid=15253 vsize=10967196 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15274/stat : 15274 (java) S 15253 15256 9824 0 -1 1077944384 4629 0 0 0 33 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140240549263344 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15275] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3240950 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 2084 0 0 0 63 63 0 0 20 0 21 0 3240951 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15278] ppid=15253 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15278/stat : 15278 (java) S 15253 15256 9824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3248592 11230408704 2118828 33554432000 4194304 4196468 140736595504448 140239941125424 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 2400.01
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 15256 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2012.6 s]
/proc/loadavg: 1.00 1.03 1.37 2/257 15422
/proc/meminfo: memFree=23528284/32770624 swapFree=5920/211348
[pid=15256] ppid=15253 vsize=11166888 CPUtime=2400.21 cores=0,2,4,6,8,10,12,14
/proc/15256/stat : 15256 (java) S 15253 15256 9824 0 -1 1077944320 362889 0 0 0 238066 1955 0 0 20 0 22 0 3240941 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140736595486992 140241738288887 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
/proc/15256/statm: 2791722 2118884 3161 1 0 2780116 0
[pid=15256/tid=15257] ppid=15253 vsize=11166888 CPUtime=1943.52 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15257/stat : 15257 (java) R 15253 15256 9824 0 -1 4202560 153863 0 0 0 194324 28 0 0 20 0 22 0 3240942 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241742524848 140241373412887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15258] ppid=15253 vsize=11166888 CPUtime=55.24 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15258/stat : 15258 (java) S 15253 15256 9824 0 -1 1077944384 26644 0 0 0 5285 239 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241690909840 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15259] ppid=15253 vsize=11166888 CPUtime=55.06 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15259/stat : 15259 (java) S 15253 15256 9824 0 -1 1077944384 19460 0 0 0 5289 217 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241689857040 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15260] ppid=15253 vsize=11166888 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15260/stat : 15260 (java) S 15253 15256 9824 0 -1 1077944384 17249 0 0 0 5278 240 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241342749584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15262] ppid=15253 vsize=11166888 CPUtime=54.76 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15262/stat : 15262 (java) S 15253 15256 9824 0 -1 1077944384 13138 0 0 0 5243 233 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241341696784 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15263] ppid=15253 vsize=11166888 CPUtime=55.01 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15263/stat : 15263 (java) S 15253 15256 9824 0 -1 1077944384 8867 0 0 0 5251 250 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241340643984 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15264] ppid=15253 vsize=11166888 CPUtime=55.31 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15264/stat : 15264 (java) S 15253 15256 9824 0 -1 1077944384 21902 0 0 0 5309 222 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241339591184 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15265] ppid=15253 vsize=11166888 CPUtime=55.18 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15265/stat : 15265 (java) S 15253 15256 9824 0 -1 1077944384 28867 0 0 0 5289 229 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241338538384 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15266] ppid=15253 vsize=11166888 CPUtime=55.11 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15266/stat : 15266 (java) S 15253 15256 9824 0 -1 1077944384 20918 0 0 0 5279 232 0 0 20 0 22 0 3240943 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140241337485584 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15267] ppid=15253 vsize=11166888 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15267/stat : 15267 (java) S 15253 15256 9824 0 -1 1077944384 18714 0 0 0 1189 4 0 0 20 0 22 0 3240945 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240556632944 140241738300034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15268] ppid=15253 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15268/stat : 15268 (java) S 15253 15256 9824 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 3240946 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240555578976 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15269] ppid=15253 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15269/stat : 15269 (java) S 15253 15256 9824 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 22 0 3240946 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240554526080 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15270] ppid=15253 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15270/stat : 15270 (java) S 15253 15256 9824 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240553474384 140241738307483 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15271] ppid=15253 vsize=11166888 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15271/stat : 15271 (java) S 15253 15256 9824 0 -1 1077944384 7573 0 0 0 65 2 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240552421744 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15272] ppid=15253 vsize=11166888 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15272/stat : 15272 (java) S 15253 15256 9824 0 -1 1077944384 7682 0 0 0 65 1 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240551368944 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15273] ppid=15253 vsize=11166888 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15273/stat : 15273 (java) S 15253 15256 9824 0 -1 1077944384 9144 0 0 0 84 1 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240550316144 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15274] ppid=15253 vsize=11166888 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15274/stat : 15274 (java) S 15253 15256 9824 0 -1 1077944384 4792 0 0 0 33 0 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140240549263344 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15275] ppid=15253 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15275/stat : 15275 (java) S 15253 15256 9824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3240950 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140239943232608 140241738299093 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
[pid=15256/tid=15276] ppid=15253 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15256/task/15276/stat : 15276 (java) S 15253 15256 9824 0 -1 1077944384 2084 0 0 0 63 63 0 0 20 0 22 0 3240951 11434893312 2118884 33554432000 4194304 4196468 140736595504448 140239942179888 140241738300034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27676672 140736595510443 140736595510596 140736595510596 140736595513295 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2012.67
CPU time (s): 2400.28
CPU user time (s): 2380.67
CPU system time (s): 19.6127
CPU usage (%): 119.258
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2380.67
system time used= 19.6127
maximum resident set size= 8475912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59877
involuntary context switches= 135298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2909 second user time and 12.852 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-22 01:28:40
IDJOB=4244083
IDBENCH=135451
IDSOLVER=2623
FILE ID=node113/4244083-1500679720
RUNJOBID= node113-1500672327-13435
PBS_JOBID= 20623305
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-sentoy.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244083-1500679720/watcher-4244083-1500679720 -o /tmp/evaluation-result-4244083-1500679720/solver-4244083-1500679720 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500672327-13435 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244083-1500679720.xml

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

MD5SUM BENCH= f29e5165c598919c9834c408fde8edbe
RANDOM SEED=2013662305

node113.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.79
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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		: 2668.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		: 1733.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.79
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:        31112468 kB
MemAvailable:   31134340 kB
Buffers:           44356 kB
Cached:           286232 kB
SwapCached:            0 kB
Active:          1060104 kB
Inactive:         218140 kB
Active(anon):     950116 kB
Inactive(anon):     8584 kB
Active(file):     109988 kB
Inactive(file):   209556 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1324 kB
Writeback:             0 kB
AnonPages:        955300 kB
Mapped:            42268 kB
Shmem:              8848 kB
Slab:              68820 kB
SReclaimable:      36328 kB
SUnreclaim:        32492 kB
KernelStack:        4720 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1536700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      148864 kB
DirectMap2M:    33396736 kB

Free space on /tmp at the end= 62016 MiB
End job on node113 at 2017-07-22 02:02:12