Trace number 4291703

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
Sat4j-CSP 2018-07-11? (TO) 2400.09 2394.45

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay200_c18.xml
MD5SUMef8d95b3b89bfc5ccba73a2d09f74d17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1433796
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints200
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":190},{"degree":3,"count":378},{"degree":4,"count":330},{"degree":5,"count":258},{"degree":6,"count":209},{"degree":7,"count":129},{"degree":8,"count":125},{"degree":9,"count":75},{"degree":10,"count":68},{"degree":11,"count":60},{"degree":12,"count":43},{"degree":13,"count":29},{"degree":14,"count":28},{"degree":15,"count":14},{"degree":16,"count":7},{"degree":17,"count":8},{"degree":18,"count":9},{"degree":19,"count":8},{"degree":20,"count":14},{"degree":21,"count":8},{"degree":22,"count":1},{"degree":23,"count":2},{"degree":24,"count":1},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":30,"count":1}]
Minimum constraint arity36
Maximum constraint arity75
Distribution of constraint arities[{"arity":36,"count":2},{"arity":37,"count":5},{"arity":38,"count":4},{"arity":39,"count":4},{"arity":40,"count":2},{"arity":41,"count":4},{"arity":42,"count":7},{"arity":43,"count":7},{"arity":44,"count":7},{"arity":45,"count":8},{"arity":46,"count":7},{"arity":47,"count":9},{"arity":48,"count":10},{"arity":49,"count":9},{"arity":50,"count":20},{"arity":51,"count":16},{"arity":52,"count":7},{"arity":53,"count":13},{"arity":54,"count":9},{"arity":55,"count":10},{"arity":56,"count":6},{"arity":57,"count":6},{"arity":58,"count":6},{"arity":59,"count":4},{"arity":60,"count":5},{"arity":61,"count":2},{"arity":62,"count":2},{"arity":63,"count":1},{"arity":64,"count":1},{"arity":65,"count":1},{"arity":67,"count":2},{"arity":68,"count":3},{"arity":75,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":200}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

3.15/1.18	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
3.15/1.18	c This is free software under the dual EPL/GNU LGPL licenses.
3.15/1.18	c See www.sat4j.org for details.
3.15/1.18	c That software uses the Rhino library from the Mozilla project.
3.15/1.18	c version 2.3.6-SNAPSHOT
3.15/1.18	c java.runtime.name	Java(TM) SE Runtime Environment
3.15/1.18	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
3.15/1.18	c java.vm.version	25.131-b11
3.15/1.18	c java.vm.vendor	Oracle Corporation
3.15/1.18	c sun.arch.data.model	64
3.15/1.18	c java.version		1.8.0_131
3.15/1.18	c os.name		Linux
3.15/1.18	c os.version		3.10.0-514.16.1.el7.x86_64
3.15/1.18	c os.arch		amd64
3.15/1.18	c Free memory 		499604488
3.15/1.18	c Max memory 		7247757312
3.15/1.18	c Total memory 		504889344
3.15/1.18	c Number of processors 	4
3.15/1.18	c c --- Begin Solver configuration ---
3.15/1.18	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
3.15/1.18	c Learn all clauses as in MiniSAT
3.15/1.18	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
3.15/1.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
3.15/1.18	c No reason simplification
3.15/1.18	c Glucose 2.1 dynamic restart strategy
3.15/1.18	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.15/1.18	c timeout=2147483s
3.15/1.18	c DB Simplification allowed=false
3.15/1.18	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
3.15/1.18	c --- End Solver configuration ---
3.15/1.18	c constraints type 
3.15/1.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 4000
3.15/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10256
3.15/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 525130
3.15/1.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 400
3.15/1.18	c 539786 constraints processed.
2400.04/2394.40	c starts		: 747
2400.04/2394.40	c conflicts		: 2605246
2400.04/2394.40	c decisions		: 3313499
2400.04/2394.40	c propagations		: 2069939992
2400.04/2394.40	c inspects		: 48268895784
2400.04/2394.40	c shortcuts		: 0
2400.04/2394.40	c learnt literals	: 354
2400.04/2394.40	c learnt binary clauses	: 94
2400.04/2394.40	c learnt ternary clauses	: 4338
2400.04/2394.40	c learnt constraints	: 2604892
2400.04/2394.40	c ignored constraints	: 0
2400.04/2394.40	c root simplifications	: 0
2400.04/2394.40	c removed literals (reason simplification)	: 0
2400.04/2394.40	c reason swapping (by a shorter reason)	: 0
2400.04/2394.40	c Calls to reduceDB	: 67
2400.04/2394.40	c Number of update (reduction) of LBD	: 9926
2400.04/2394.40	c Imported unit clauses	: 0
2400.04/2394.40	c number of reductions to clauses (during analyze)	: 0
2400.04/2394.40	c number of learned constraints concerned by reduction	: 0
2400.04/2394.40	c number of learning phase by resolution	: 0
2400.04/2394.40	c number of learning phase by cutting planes	: 0
2400.04/2394.40	c number of rounding to 1 operations	: 0
2400.04/2394.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.04/2394.40	c number of reductions of the coefficients by power 2 	: 0
2400.04/2394.40	c number of right shift for reduction by power 2 	: 0
2400.04/2394.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.04/2394.40	c number of ending skipping 	: 0
2400.04/2394.40	c number of internal skipping 	: 0
2400.04/2394.40	c number of derivation steps 	: 0
2400.04/2394.40	c number of skipped derivation steps 	: 0
2400.04/2394.40	c number of remaining unassigned 	: 0
2400.04/2394.40	c number of remaining assigned 	: 0
2400.04/2394.40	c speed (assignments/second)	: 864930.3176057701
2400.04/2394.40	c non guided choices	: 438651
2400.04/2394.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 94
2400.04/2394.43	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 129154
2400.04/2394.43	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (4085 MiB free)
  memory of node 1: 16384 MiB (11690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291703-1532258137/watcher-4291703-1532258137 -o /tmp/evaluation-result-4291703-1532258137/solver-4291703-1532258137 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532258137-30762 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291703-1532258137.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30786, runsolver pid=30783

[startup+0.101487 s]*
/proc/loadavg: 1.55 1.91 1.93 2/215 30821
/proc/meminfo: memFree=16121832/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10659012 memory=30688 CPUtime=0.13 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 6735 0 0 0 11 2 0 0 20 0 15 0 43376881 10914828288 7672 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2664753 7672 2842 1 0 2627263 0
[pid=30786/tid=30788] ppid=30783 vsize=10659012 memory=5450919713671312938 CPUtime=0.09 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 4577 0 0 0 8 1 0 0 20 0 15 0 43376881 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602599380848 140602595198109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376883 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43376884 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602086675232 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43376884 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0.01 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) R 30783 30786 26910 0 -1 4202560 333 0 0 0 1 0 0 0 20 0 15 0 43376886 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602081414000 140602595197530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376887 10914828288 7672 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30688 KiB

[startup+0.211105 s]*
/proc/loadavg: 1.55 1.91 1.93 6/215 30821
/proc/meminfo: memFree=16100912/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10659012 memory=41868 CPUtime=0.33 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 8108 0 0 0 30 3 0 0 20 0 15 0 43376881 10914828288 10467 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2664753 10467 2999 1 0 2627263 0
[pid=30786/tid=30788] ppid=30783 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 5022 0 0 0 18 2 0 0 20 0 15 0 43376881 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602599411072 140602579219813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10659012 memory=140380895799956 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376882 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376883 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43376884 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602086675232 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43376884 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 15 0 43376886 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 15 0 43376886 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0.07 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) R 30783 30786 26910 0 -1 4202560 689 0 0 0 7 0 0 0 20 0 15 0 43376886 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602081414000 140602575412272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10659012 memory=140380895581824 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376887 10914828288 10467 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41868 KiB

[startup+0.310505 s]*
/proc/loadavg: 1.55 1.91 1.93 7/215 30821
/proc/meminfo: memFree=16085752/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10659088 memory=47156 CPUtime=0.51 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 9010 0 0 0 47 4 0 0 20 0 15 0 43376881 10914906112 11789 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2664772 11789 3036 1 0 2627263 0
[pid=30786/tid=30788] ppid=30783 vsize=10659088 memory=53476 CPUtime=0.29 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 5745 0 0 0 27 2 0 0 20 0 15 0 43376881 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602599414016 140602215714535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10659088 memory=140380895639840 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10659088 memory=60388 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376882 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376882 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10659088 memory=140380895646752 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 43376883 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10659088 memory=35 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43376884 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602086675232 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 43376884 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) R 30783 30786 26910 0 -1 1077944384 722 0 0 0 3 0 0 0 20 0 15 0 43376886 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10659088 memory=140380737757135 CPUtime=0.03 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) R 30783 30786 26910 0 -1 4202560 406 0 0 0 3 0 0 0 20 0 15 0 43376886 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602082445120 140602572928359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10659088 memory=140380895612587 CPUtime=0.12 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) R 30783 30786 26910 0 -1 4202560 770 0 0 0 12 0 0 0 20 0 15 0 43376886 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602081414000 140602573668144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10659088 memory=140380737757135 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10659088 memory=280761633345920 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376887 10914906112 11789 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47156 KiB

[startup+0.700725 s]
/proc/loadavg: 1.55 1.91 1.93 5/216 30824
/proc/meminfo: memFree=16025620/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10659088 memory=207380 CPUtime=1.8 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 14481 0 0 0 172 8 0 0 20 0 15 0 43376881 10914906112 51845 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2664772 51845 3097 1 0 2627263 0
[pid=30786/tid=30788] ppid=30783 vsize=10659088 memory=2372 CPUtime=0.64 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 6054 0 0 0 60 4 0 0 20 0 15 0 43376881 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602599387440 140602213999704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10659088 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 43376882 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10659088 memory=1424 CPUtime=0.01 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 43376882 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10659088 memory=15868 CPUtime=0.01 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 43376882 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10659088 memory=4052 CPUtime=0.01 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 43376882 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10659088 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 43376883 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10659088 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 43376884 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602086675232 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 43376884 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10659088 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) R 30783 30786 26910 0 -1 4202560 2675 0 0 0 36 0 0 0 20 0 15 0 43376886 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602083506640 140602579466396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) R 30783 30786 26910 0 -1 4202560 2067 0 0 0 37 0 0 0 20 0 15 0 43376886 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602082452368 140602578670758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10659088 memory=-1807685287725067907 CPUtime=0.32 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) S 30783 30786 26910 0 -1 1077944384 2169 0 0 0 31 1 0 0 20 0 15 0 43376886 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602081414000 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 43376886 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 43376887 10914906112 51845 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 207380 KiB

[startup+1.5008 s]
/proc/loadavg: 1.55 1.91 1.93 5/208 30847
/proc/meminfo: memFree=15874116/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10725652 memory=317184 CPUtime=4.15 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 15871 0 0 0 398 17 0 0 20 0 16 0 43376881 10983067648 79296 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2681413 79296 3142 1 0 2643904 0
[pid=30786/tid=30788] ppid=30783 vsize=10725652 memory=7449639206418470243 CPUtime=1.36 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 6131 0 0 0 131 5 0 0 20 0 16 0 43376881 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602599414176 140602218349294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10725652 memory=233244 CPUtime=0.09 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 144 0 0 0 7 2 0 0 20 0 16 0 43376882 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10725652 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 134 0 0 0 7 2 0 0 20 0 16 0 43376882 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10725652 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 41 0 0 0 6 1 0 0 20 0 16 0 43376882 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10725652 memory=662363397872623672 CPUtime=0.1 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 140 0 0 0 8 2 0 0 20 0 16 0 43376882 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 43376883 10983067648 79296 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0

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

/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 477 0 0 0 14 4 0 0 20 0 16 0 43376882 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10725652 memory=666628 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 1333 0 0 0 15 5 0 0 20 0 16 0 43376882 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10725652 memory=666628 CPUtime=0.05 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 1295 0 0 0 3 2 0 0 20 0 16 0 43376883 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10725652 memory=666628 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602086675296 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10725652 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10725652 memory=928 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10725652 memory=666628 CPUtime=1.6 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 9191 0 0 0 159 1 0 0 20 0 16 0 43376886 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10725652 memory=1792 CPUtime=1.54 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 10509 0 0 0 153 1 0 0 20 0 16 0 43376886 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10725652 memory=666628 CPUtime=0.45 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) S 30783 30786 26910 0 -1 1077944384 3992 0 0 0 44 1 0 0 20 0 16 0 43376886 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602081414000 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10725652 memory=666628 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10725652 memory=666628 CPUtime=1.38 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1825 0 0 0 73 65 0 0 20 0 16 0 43376887 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30854] ppid=30783 vsize=10725652 memory=666628 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30854/stat : 30854 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43377003 10983067648 166657 33554432000 4194304 4196468 140724054733664 140602078253744 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 2328.07 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 666628 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.90 2.01 2/195 31021
/proc/meminfo: memFree=15489460/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10725652 memory=676868 CPUtime=2388.11 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 53653 0 0 0 238720 91 0 0 20 0 16 0 43376881 10983067648 169217 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2681413 169217 3161 1 0 2643904 0
[pid=30786/tid=30788] ppid=30783 vsize=10725652 memory=4052 CPUtime=2382.18 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 22014 0 0 0 238207 11 0 0 20 0 16 0 43376881 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602599415048 140602218984183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10725652 memory=676868 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 607 0 0 0 15 5 0 0 20 0 16 0 43376882 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10725652 memory=676868 CPUtime=0.19 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1016 0 0 0 14 5 0 0 20 0 16 0 43376882 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10725652 memory=676868 CPUtime=0.18 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 477 0 0 0 14 4 0 0 20 0 16 0 43376882 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10725652 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 1333 0 0 0 15 5 0 0 20 0 16 0 43376882 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10725652 memory=676868 CPUtime=0.06 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 1295 0 0 0 3 3 0 0 20 0 16 0 43376883 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10725652 memory=676868 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602086675296 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10725652 memory=676868 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10725652 memory=676868 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10725652 memory=676868 CPUtime=1.6 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 9191 0 0 0 159 1 0 0 20 0 16 0 43376886 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10725652 memory=674820 CPUtime=1.54 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 10509 0 0 0 153 1 0 0 20 0 16 0 43376886 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10725652 memory=674820 CPUtime=0.45 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) S 30783 30786 26910 0 -1 1077944384 3992 0 0 0 44 1 0 0 20 0 16 0 43376886 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602081414000 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10725652 memory=14788 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10725652 memory=2420 CPUtime=1.42 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1829 0 0 0 75 67 0 0 20 0 16 0 43376887 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30854] ppid=30783 vsize=10725652 memory=676868 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30854/stat : 30854 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43377003 10983067648 169217 33554432000 4194304 4196468 140724054733664 140602078253744 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 2388.11 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 676868 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 1.44 1.86 1.99 2/195 31021
/proc/meminfo: memFree=15487412/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10725652 memory=678916 CPUtime=2400.03 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 53976 0 0 0 239911 92 0 0 20 0 16 0 43376881 10983067648 169729 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2681413 169729 3161 1 0 2643904 0
[pid=30786/tid=30788] ppid=30783 vsize=10725652 memory=6791534058613427641 CPUtime=2394.08 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) R 30783 30786 26910 0 -1 4202560 22286 0 0 0 239397 11 0 0 20 0 16 0 43376881 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602599415048 140602218984234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10725652 memory=2344 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 607 0 0 0 15 5 0 0 20 0 16 0 43376882 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10725652 memory=928 CPUtime=0.19 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1016 0 0 0 14 5 0 0 20 0 16 0 43376882 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10725652 memory=1228 CPUtime=0.18 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 477 0 0 0 14 4 0 0 20 0 16 0 43376882 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10725652 memory=1704 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 1333 0 0 0 15 5 0 0 20 0 16 0 43376882 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10725652 memory=676868 CPUtime=0.06 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 1302 0 0 0 3 3 0 0 20 0 16 0 43376883 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10725652 memory=5368 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602086675296 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10725652 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 43376884 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10725652 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10725652 memory=8380 CPUtime=1.6 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 9195 0 0 0 159 1 0 0 20 0 16 0 43376886 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10725652 memory=678916 CPUtime=1.54 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 10515 0 0 0 153 1 0 0 20 0 16 0 43376886 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10725652 memory=7440056992597305454 CPUtime=0.45 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) S 30783 30786 26910 0 -1 1077944384 3996 0 0 0 44 1 0 0 20 0 16 0 43376886 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602081414000 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10725652 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 43376886 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10725652 memory=65 CPUtime=1.43 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1859 0 0 0 75 68 0 0 20 0 16 0 43376887 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30854] ppid=30783 vsize=10725652 memory=7237398200207235428 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30854/stat : 30854 (java) S 30783 30786 26910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 43377003 10983067648 169729 33554432000 4194304 4196468 140724054733664 140602078253744 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 678916 KiB

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

[startup+2394.45 s]
# the end of solver process 30786 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.16 s, system=0.929222 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2394.4 s]
/proc/loadavg: 1.44 1.86 1.99 2/195 31021
/proc/meminfo: memFree=15487412/32770624 swapFree=67108860/67108860
[pid=30786] ppid=30783 vsize=10925344 memory=687336 CPUtime=2400.04 cores=0,2,4,6
/proc/30786/stat : 30786 (java) S 30783 30786 26910 0 -1 1077944320 54460 0 0 0 239912 92 0 0 20 0 17 0 43376881 11187552256 171834 33554432000 4194304 4196468 140724054733664 140724054716208 140602595176183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
/proc/30786/statm: 2731336 171834 3164 1 0 2693827 0
[pid=30786/tid=30788] ppid=30783 vsize=10925344 memory=678916 CPUtime=2394.09 cores=0,2,4,6
/proc/30786/task/30788/stat : 30788 (java) S 30783 30786 26910 0 -1 1077944384 22365 0 0 0 239398 11 0 0 20 0 17 0 43376881 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602599419056 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30795] ppid=30783 vsize=10925344 memory=19972 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30795/stat : 30795 (java) S 30783 30786 26910 0 -1 1077944384 607 0 0 0 15 5 0 0 20 0 17 0 43376882 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602537180048 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30796] ppid=30783 vsize=10925344 memory=22180 CPUtime=0.19 cores=0,2,4,6
/proc/30786/task/30796/stat : 30796 (java) S 30783 30786 26910 0 -1 1077944384 1016 0 0 0 14 5 0 0 20 0 17 0 43376882 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602536127248 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30797] ppid=30783 vsize=10925344 memory=4872558044660077418 CPUtime=0.18 cores=0,2,4,6
/proc/30786/task/30797/stat : 30797 (java) S 30783 30786 26910 0 -1 1077944384 477 0 0 0 14 4 0 0 20 0 17 0 43376882 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602535074960 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30798] ppid=30783 vsize=10925344 memory=796 CPUtime=0.2 cores=0,2,4,6
/proc/30786/task/30798/stat : 30798 (java) S 30783 30786 26910 0 -1 1077944384 1333 0 0 0 15 5 0 0 20 0 17 0 43376882 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602534022160 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30804] ppid=30783 vsize=10925344 memory=1012 CPUtime=0.06 cores=0,2,4,6
/proc/30786/task/30804/stat : 30804 (java) S 30783 30786 26910 0 -1 1077944384 1302 0 0 0 3 3 0 0 20 0 17 0 43376883 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602087729264 140602595187330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30805] ppid=30783 vsize=10925344 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30805/stat : 30805 (java) S 30783 30786 26910 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 17 0 43376884 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602086675296 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30806] ppid=30783 vsize=10925344 memory=928 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30806/stat : 30806 (java) S 30783 30786 26910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 43376884 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602085622896 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30810] ppid=30783 vsize=10925344 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30810/stat : 30810 (java) S 30783 30786 26910 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 17 0 43376886 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602084571216 140602595194779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30811] ppid=30783 vsize=10925344 memory=2240 CPUtime=1.6 cores=0,2,4,6
/proc/30786/task/30811/stat : 30811 (java) S 30783 30786 26910 0 -1 1077944384 9195 0 0 0 159 1 0 0 20 0 17 0 43376886 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602083519088 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30812] ppid=30783 vsize=10925344 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/30786/task/30812/stat : 30812 (java) S 30783 30786 26910 0 -1 1077944384 10515 0 0 0 153 1 0 0 20 0 17 0 43376886 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602082466288 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30813] ppid=30783 vsize=10925344 memory=4126316290023845779 CPUtime=0.45 cores=0,2,4,6
/proc/30786/task/30813/stat : 30813 (java) S 30783 30786 26910 0 -1 1077944384 4069 0 0 0 44 1 0 0 20 0 17 0 43376886 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602081414000 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30814] ppid=30783 vsize=10925344 memory=8380 CPUtime=0 cores=0,2,4,6
/proc/30786/task/30814/stat : 30814 (java) S 30783 30786 26910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 43376886 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602080361440 140602595186389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
[pid=30786/tid=30815] ppid=30783 vsize=10925344 memory=4616 CPUtime=1.43 cores=0,2,4,6
/proc/30786/task/30815/stat : 30815 (java) S 30783 30786 26910 0 -1 1077944384 1859 0 0 0 75 68 0 0 20 0 17 0 43376887 11187552256 171834 33554432000 4194304 4196468 140724054733664 140602079308208 140602595187330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 20303872 140724054738033 140724054738185 140724054738185 140724054740943 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 687336 KiB

Child status: 143
Real time (s): 2394.45
CPU time (s): 2400.09
CPU user time (s): 2399.16
CPU system time (s): 0.929222
CPU usage (%): 100.236
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 687336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.16
system time used= 0.929222
maximum resident set size= 689824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54273
involuntary context switches= 1006


# summary of solver processes directly reported to runsolver:
#   pid: 30786
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2399.16
#   total CPU system time (s): 0.929222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3184 second user time and 23.0789 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-22 13:15:37
IDJOB=4291703
IDBENCH=141147
IDSOLVER=2742
FILE ID=node105/4291703-1532258137
RUNJOBID= node105-1532258137-30762
PBS_JOBID= 21018944
Free space on /tmp= 44924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay200_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291703-1532258137/watcher-4291703-1532258137 -o /tmp/evaluation-result-4291703-1532258137/solver-4291703-1532258137 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532258137-30762 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4291703-1532258137.xml

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

MD5SUM BENCH= ef8d95b3b89bfc5ccba73a2d09f74d17
RANDOM SEED=337048356

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.32
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.32
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.32
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.32
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16157792 kB
MemAvailable:   31942748 kB
Buffers:          154536 kB
Cached:         15603264 kB
SwapCached:            0 kB
Active:          1222980 kB
Inactive:       14585248 kB
Active(anon):       5112 kB
Inactive(anon):    65164 kB
Active(file):    1217868 kB
Inactive(file): 14520084 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:         57912 kB
Mapped:            35580 kB
Shmem:             17036 kB
Slab:             502424 kB
SReclaimable:     475464 kB
SUnreclaim:        26960 kB
KernelStack:        3232 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44920 MiB
End job on node105 at 2018-07-22 13:55:32