Trace number 4243420

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.13 2315.47

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-025-05.xml
MD5SUM2360d4300bf0f014cb2ca48694f7fbc3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.76777601
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size625
Maximum domain size625
Distribution of domain sizes[{"size":625,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14465
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: 8.85 7.73 7.50 3/262 14468
/proc/meminfo: memFree=31422452/32770624 swapFree=5840/37896
[pid=14468] ppid=14465 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 1814 0 0 0 0 0 0 0 20 0 2 0 2465303 8539521024 2047 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2084844 2047 1182 1 0 2073755 0
[pid=14468/tid=14469] ppid=14465 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 588 0 0 0 0 0 0 0 20 0 2 0 2465303 8550137856 2112 33554432000 4194304 4196468 140732779357648 140541329738144 140541317785504 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0

[startup+0.100124 s]
/proc/loadavg: 8.85 7.73 7.50 3/262 14468
/proc/meminfo: memFree=31422452/32770624 swapFree=5840/37896
[pid=14468] ppid=14465 vsize=10900456 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 4956 0 0 0 9 1 0 0 20 0 20 0 2465303 11162066944 6075 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2725114 6075 2634 1 0 2713552 0
[pid=14468/tid=14469] ppid=14465 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 3045 0 0 0 7 1 0 0 20 0 20 0 2465303 11162066944 6075 33554432000 4194304 4196468 140732779357648 140541329738336 140541308688822 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200388 s]
/proc/loadavg: 8.85 7.73 7.50 3/262 14468
/proc/meminfo: memFree=31422452/32770624 swapFree=5840/37896
[pid=14468] ppid=14465 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 7047 0 0 0 24 2 0 0 20 0 20 0 2465303 11162169344 7945 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2725139 7945 2887 1 0 2713552 0
[pid=14468/tid=14469] ppid=14465 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 4690 0 0 0 16 1 0 0 20 0 20 0 2465303 11162169344 7945 33554432000 4194304 4196468 140732779357648 140541329728208 140541309576542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300399 s]
/proc/loadavg: 8.85 7.73 7.50 3/262 14468
/proc/meminfo: memFree=31422452/32770624 swapFree=5840/37896
[pid=14468] ppid=14465 vsize=10900556 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 7744 0 0 0 36 3 0 0 20 0 20 0 2465303 11162169344 9416 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2725139 9416 2893 1 0 2713552 0
[pid=14468/tid=14469] ppid=14465 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 5302 0 0 0 25 2 0 0 20 0 20 0 2465303 11162169344 9416 33554432000 4194304 4196468 140732779357648 140541329725824 140541309576572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 10900556

[startup+0.700259 s]
/proc/loadavg: 8.85 7.73 7.50 3/262 14468
/proc/meminfo: memFree=31422452/32770624 swapFree=5840/37896
[pid=14468] ppid=14465 vsize=10900632 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 11174 0 0 0 141 9 0 0 20 0 20 0 2465303 11162247168 46004 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2725158 46004 3079 1 0 2713552 0
[pid=14468/tid=14469] ppid=14465 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) S 14465 14468 9815 0 -1 1077944384 5886 0 0 0 62 4 0 0 20 0 20 0 2465303 11162247168 46004 33554432000 4194304 4196468 140732779357648 140541329728848 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 10900632

[startup+1.50085 s]
/proc/loadavg: 8.85 7.73 7.50 4/282 14488
/proc/meminfo: memFree=31098444/32770624 swapFree=5840/37920
[pid=14468] ppid=14465 vsize=10967196 CPUtime=4.63 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 12841 0 0 0 388 75 0 0 20 0 21 0 2465303 11230408704 84311 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2741799 84311 3118 1 0 2730193 0
[pid=14468/tid=14469] ppid=14465 vsize=10967196 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 6095 0 0 0 120 5 0 0 20 0 21 0 2465303 11230408704 84311 33554432000 4194304 4196468 140732779357648 140541329732568 140540946302903 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 125 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 109 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 110 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 120 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 113 0 0 0 12 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=10967196 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 72 0 0 0 11 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 103 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 95 0 0 0 13 7 0 0 20 0 21 0 2465304 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540867318816 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14481/stat : 14481 (java) S 14465 14468 9815 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2465308 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540866265968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14482] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14482/stat : 14482 (java) S 14465 14468 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2465311 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540865214288 140541325514651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14483] ppid=14465 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14483/stat : 14483 (java) S 14465 14468 9815 0 -1 1077944384 1651 0 0 0 48 0 0 0 20 0 21 0 2465311 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540864162672 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14484] ppid=14465 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14484/stat : 14484 (java) S 14465 14468 9815 0 -1 1077944384 1164 0 0 0 48 0 0 0 20 0 21 0 2465311 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540863109872 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14485] ppid=14465 vsize=10967196 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14485/stat : 14485 (java) S 14465 14468 9815 0 -1 1077944384 712 0 0 0 42 0 0 0 20 0 21 0 2465311 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540862057072 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14486] ppid=14465 vsize=10967196 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14486/stat : 14486 (java) S 14465 14468 9815 0 -1 1077944384 898 0 0 0 23 0 0 0 20 0 21 0 2465311 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540861004272 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14487] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 84311 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 10967196

[startup+3.10083 s]
/proc/loadavg: 8.39 7.66 7.48 4/283 14489
/proc/meminfo: memFree=31092840/32770624 swapFree=5840/37920
[pid=14468] ppid=14465 vsize=10967196 CPUtime=6.84 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 16836 0 0 0 608 76 0 0 20 0 21 0 2465303 11230408704 85415 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2741799 85415 3130 1 0 2730193 0
[pid=14468/tid=14469] ppid=14465 vsize=10967196 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 6819 0 0 0 280 5 0 0 20 0 21 0 2465303 11230408704 85415 33554432000 4194304 4196468 140732779357648 140541329734912 140540946469994 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 125 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 109 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 110 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 120 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 113 0 0 0 12 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=10967196 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 72 0 0 0 11 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 103 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 95 0 0 0 13 7 0 0 20 0 21 0 2465304 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540867318816 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14481/stat : 14481 (java) S 14465 14468 9815 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2465308 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540866265968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14482] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14482/stat : 14482 (java) S 14465 14468 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2465311 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540865214288 140541325514651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14483] ppid=14465 vsize=10967196 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14483/stat : 14483 (java) S 14465 14468 9815 0 -1 1077944384 2573 0 0 0 75 0 0 0 20 0 21 0 2465311 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540864162672 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14484] ppid=14465 vsize=10967196 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14484/stat : 14484 (java) S 14465 14468 9815 0 -1 1077944384 2409 0 0 0 63 1 0 0 20 0 21 0 2465311 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540863109872 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14485] ppid=14465 vsize=10967196 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14485/stat : 14485 (java) R 14465 14468 9815 0 -1 4202560 1659 0 0 0 57 0 0 0 20 0 21 0 2465311 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540862057368 140541308992825 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14486] ppid=14465 vsize=10967196 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14486/stat : 14486 (java) S 14465 14468 9815 0 -1 1077944384 1002 0 0 0 26 0 0 0 20 0 21 0 2465311 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540861004272 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14487] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14489] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14489/stat : 14489 (java) S 14465 14468 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2465420 11230408704 85415 33554432000 4194304 4196468 140732779357648 140540790162224 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 10967196

[startup+6.30089 s]
/proc/loadavg: 8.39 7.66 7.48 3/283 14489
/proc/meminfo: memFree=31089232/32770624 swapFree=5840/37932
[pid=14468] ppid=14465 vsize=10967196 CPUtime=10.39 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 19309 0 0 0 963 76 0 0 20 0 21 0 2465303 11230408704 86999 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2741799 86999 3130 1 0 2730193 0
[pid=14468/tid=14469] ppid=14465 vsize=10967196 CPUtime=6.05 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 7012 0 0 0 600 5 0 0 20 0 21 0 2465303 11230408704 86999 33554432000 4194304 4196468 140732779357648 140541329732128 140540946592161 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 125 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 109 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 110 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 120 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 113 0 0 0 12 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=10967196 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 72 0 0 0 11 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=10967196 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 103 0 0 0 13 8 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=10967196 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 95 0 0 0 13 7 0 0 20 0 21 0 2465304 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 86999 33554432000 4194304 4196468 140732779357648 140540867318816 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=14468/tid=14487] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 742100 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=10967196 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 1755 0 0 0 67 66 0 0 20 0 21 0 2465312 11230408704 742100 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14489] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14489/stat : 14489 (java) S 14465 14468 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2465420 11230408704 742100 33554432000 4194304 4196468 140732779357648 140540790162224 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 2283
Current children cumulated vsize (KiB) 10967196

[startup+2262.3 s]
/proc/loadavg: 2.00 2.19 3.12 3/285 14743
/proc/meminfo: memFree=28036228/32770624 swapFree=5840/41092
[pid=14468] ppid=14465 vsize=10967196 CPUtime=2344.21 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 278689 0 0 0 232781 1640 0 0 20 0 21 0 2465303 11230408704 731840 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2741799 731840 3153 1 0 2730193 0
[pid=14468/tid=14469] ppid=14465 vsize=10967196 CPUtime=2248.64 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 70577 0 0 0 224837 27 0 0 20 0 21 0 2465303 11230408704 731840 33554432000 4194304 4196468 140732779357648 140541329735008 140540946788840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=10967196 CPUtime=11.4 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 16397 0 0 0 943 197 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=10967196 CPUtime=11.38 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 16268 0 0 0 940 198 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=10967196 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 16883 0 0 0 936 200 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=10967196 CPUtime=11.27 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 16360 0 0 0 943 184 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=10967196 CPUtime=11.35 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 19079 0 0 0 946 189 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=10967196 CPUtime=11.27 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 17652 0 0 0 939 188 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=10967196 CPUtime=11.23 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 15596 0 0 0 924 199 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=10967196 CPUtime=11.17 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 17924 0 0 0 924 193 0 0 20 0 21 0 2465304 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 52734 0 0 0 79 5 0 0 20 0 21 0 2465307 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540867318880 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14481/stat : 14481 (java) S 14465 14468 9815 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 2465308 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540866265984 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14482] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14482/stat : 14482 (java) S 14465 14468 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2465311 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540865214288 140541325514651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14483] ppid=14465 vsize=10967196 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14483/stat : 14483 (java) S 14465 14468 9815 0 -1 1077944384 4666 0 0 0 84 1 0 0 20 0 21 0 2465311 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540864162672 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14484] ppid=14465 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14484/stat : 14484 (java) S 14465 14468 9815 0 -1 1077944384 3967 0 0 0 83 1 0 0 20 0 21 0 2465311 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540863109872 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14485] ppid=14465 vsize=10967196 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14485/stat : 14485 (java) S 14465 14468 9815 0 -1 1077944384 4621 0 0 0 80 1 0 0 20 0 21 0 2465311 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540862057072 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14486] ppid=14465 vsize=10967196 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14486/stat : 14486 (java) S 14465 14468 9815 0 -1 1077944384 2752 0 0 0 29 1 0 0 20 0 21 0 2465311 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540861004272 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14487] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 1796 0 0 0 70 67 0 0 20 0 21 0 2465312 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14489] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14489/stat : 14489 (java) S 14465 14468 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2465420 11230408704 731840 33554432000 4194304 4196468 140732779357648 140540790162224 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 2344.21
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2315.2 s]
/proc/loadavg: 2.00 2.16 3.05 3/285 14744
/proc/meminfo: memFree=28103700/32770624 swapFree=5840/41128
[pid=14468] ppid=14465 vsize=10967196 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 284018 0 0 0 238359 1643 0 0 20 0 21 0 2465303 11230408704 715191 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2741799 715191 3153 1 0 2730193 0
[pid=14468/tid=14469] ppid=14465 vsize=10967196 CPUtime=2301.07 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) R 14465 14468 9815 0 -1 4202560 71443 0 0 0 230080 27 0 0 20 0 21 0 2465303 11230408704 715191 33554432000 4194304 4196468 140732779357648 140541329735008 140540946788840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=10967196 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 16629 0 0 0 980 198 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=10967196 CPUtime=11.8 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 16433 0 0 0 982 198 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=10967196 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 17676 0 0 0 978 200 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=10967196 CPUtime=11.69 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 16587 0 0 0 985 184 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=10967196 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 19300 0 0 0 988 190 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=10967196 CPUtime=11.69 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 17823 0 0 0 981 188 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=10967196 CPUtime=11.65 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 16457 0 0 0 966 199 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=10967196 CPUtime=11.6 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 18203 0 0 0 966 194 0 0 20 0 21 0 2465304 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=10967196 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 54202 0 0 0 80 5 0 0 20 0 21 0 2465307 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 21 0 2465307 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540867318880 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14481/stat : 14481 (java) S 14465 14468 9815 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 2465308 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540866265984 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14482] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14482/stat : 14482 (java) S 14465 14468 9815 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2465311 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540865214288 140541325514651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14483] ppid=14465 vsize=10967196 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14483/stat : 14483 (java) S 14465 14468 9815 0 -1 1077944384 4668 0 0 0 84 1 0 0 20 0 21 0 2465311 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540864162672 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14484] ppid=14465 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14484/stat : 14484 (java) S 14465 14468 9815 0 -1 1077944384 3969 0 0 0 83 1 0 0 20 0 21 0 2465311 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540863109872 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14485] ppid=14465 vsize=10967196 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14485/stat : 14485 (java) S 14465 14468 9815 0 -1 1077944384 4623 0 0 0 80 1 0 0 20 0 21 0 2465311 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540862057072 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14486] ppid=14465 vsize=10967196 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14486/stat : 14486 (java) S 14465 14468 9815 0 -1 1077944384 2754 0 0 0 29 1 0 0 20 0 21 0 2465311 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540861004272 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14487] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2465312 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=10967196 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 1834 0 0 0 71 68 0 0 20 0 21 0 2465312 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14489] ppid=14465 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14489/stat : 14489 (java) S 14465 14468 9815 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2465420 11230408704 715191 33554432000 4194304 4196468 140732779357648 140540790162224 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2315.4 s]
/proc/loadavg: 2.00 2.16 3.05 3/285 14744
/proc/meminfo: memFree=28103700/32770624 swapFree=5840/41128
[pid=14468] ppid=14465 vsize=11166888 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/14468/stat : 14468 (java) S 14465 14468 9815 0 -1 1077944320 284431 0 0 0 238361 1643 0 0 20 0 22 0 2465303 11434893312 715245 33554432000 4194304 4196468 140732779357648 140732779340192 140541325496055 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
/proc/14468/statm: 2791722 715245 3155 1 0 2780116 0
[pid=14468/tid=14469] ppid=14465 vsize=11166888 CPUtime=2301.08 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14469/stat : 14469 (java) S 14465 14468 9815 0 -1 1077944384 71474 0 0 0 230081 27 0 0 20 0 22 0 2465303 11434893312 715245 33554432000 4194304 4196468 140732779357648 140541329738928 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14471] ppid=14465 vsize=11166888 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14471/stat : 14471 (java) S 14465 14468 9815 0 -1 1077944384 16629 0 0 0 980 198 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540932647568 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14472] ppid=14465 vsize=11166888 CPUtime=11.8 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14472/stat : 14472 (java) S 14465 14468 9815 0 -1 1077944384 16433 0 0 0 982 198 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540931594768 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14473] ppid=14465 vsize=11166888 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14473/stat : 14473 (java) S 14465 14468 9815 0 -1 1077944384 17676 0 0 0 978 200 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540930541968 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14474] ppid=14465 vsize=11166888 CPUtime=11.69 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14474/stat : 14474 (java) S 14465 14468 9815 0 -1 1077944384 16587 0 0 0 985 184 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540929489168 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14475] ppid=14465 vsize=11166888 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14475/stat : 14475 (java) S 14465 14468 9815 0 -1 1077944384 19300 0 0 0 988 190 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540928437392 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14476] ppid=14465 vsize=11166888 CPUtime=11.69 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14476/stat : 14476 (java) S 14465 14468 9815 0 -1 1077944384 17823 0 0 0 981 188 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540927384592 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14477] ppid=14465 vsize=11166888 CPUtime=11.65 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14477/stat : 14477 (java) S 14465 14468 9815 0 -1 1077944384 16457 0 0 0 966 199 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540926331792 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14478] ppid=14465 vsize=11166888 CPUtime=11.6 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14478/stat : 14478 (java) S 14465 14468 9815 0 -1 1077944384 18203 0 0 0 966 194 0 0 20 0 22 0 2465304 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540925278992 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14479] ppid=14465 vsize=11166888 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14479/stat : 14479 (java) S 14465 14468 9815 0 -1 1077944384 54202 0 0 0 80 5 0 0 20 0 22 0 2465307 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540868372848 140541325507202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14480] ppid=14465 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14480/stat : 14480 (java) S 14465 14468 9815 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 22 0 2465307 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540867318880 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14481] ppid=14465 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14481/stat : 14481 (java) S 14465 14468 9815 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 22 0 2465308 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540866265984 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14482] ppid=14465 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14482/stat : 14482 (java) S 14465 14468 9815 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 22 0 2465311 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540865214288 140541325514651 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14483] ppid=14465 vsize=11166888 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14483/stat : 14483 (java) S 14465 14468 9815 0 -1 1077944384 4668 0 0 0 84 1 0 0 20 0 22 0 2465311 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540864162672 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14484] ppid=14465 vsize=11166888 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14484/stat : 14484 (java) S 14465 14468 9815 0 -1 1077944384 3969 0 0 0 83 1 0 0 20 0 22 0 2465311 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540863109872 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14485] ppid=14465 vsize=11166888 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14485/stat : 14485 (java) S 14465 14468 9815 0 -1 1077944384 4623 0 0 0 80 1 0 0 20 0 22 0 2465311 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540862057072 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14486] ppid=14465 vsize=11166888 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14486/stat : 14486 (java) S 14465 14468 9815 0 -1 1077944384 2878 0 0 0 29 1 0 0 20 0 22 0 2465311 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540861004272 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14487] ppid=14465 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14487/stat : 14487 (java) S 14465 14468 9815 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2465312 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540792269408 140541325506261 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
[pid=14468/tid=14488] ppid=14465 vsize=11166888 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/14468/task/14488/stat : 14488 (java) S 14465 14468 9815 0 -1 1077944384 1834 0 0 0 71 68 0 0 20 0 22 0 2465312 11434893312 715245 33554432000 4194304 4196468 140732779357648 140540791216688 140541325507202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34025472 140732779365547 140732779365700 140732779365700 140732779368399 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2315.47
CPU time (s): 2400.13
CPU user time (s): 2383.68
CPU system time (s): 16.4505
CPU usage (%): 103.656
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2383.68
system time used= 16.4505
maximum resident set size= 3395196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284788
page faults= 0
swaps= 0
block input operations= 40
block output operations= 2048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57198
involuntary context switches= 124746

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5717 second user time and 18.7014 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-21 23:19:16
IDJOB=4243420
IDBENCH=120673
IDSOLVER=2623
FILE ID=node104/4243420-1500671956
RUNJOBID= node104-1500670140-13573
PBS_JOBID= 20623310
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-025-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243420-1500671956/watcher-4243420-1500671956 -o /tmp/evaluation-result-4243420-1500671956/solver-4243420-1500671956 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500670140-13573 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243420-1500671956.xml

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

MD5SUM BENCH= 2360d4300bf0f014cb2ca48694f7fbc3
RANDOM SEED=1328729528

node104.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		: 2133.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	: 5334.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31422224 kB
MemAvailable:   31351792 kB
Buffers:           83616 kB
Cached:           117048 kB
SwapCached:          260 kB
Active:           834216 kB
Inactive:          97672 kB
Active(anon):     682920 kB
Inactive(anon):    59776 kB
Active(file):     151296 kB
Inactive(file):    37896 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67105464 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:        741548 kB
Mapped:            41464 kB
Shmem:              8772 kB
Slab:             110000 kB
SReclaimable:      76368 kB
SUnreclaim:        33632 kB
KernelStack:        4752 kB
PageTables:         6420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1271060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 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= 62012 MiB
End job on node104 at 2017-07-21 23:57:52